Trace number 3690408

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 SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed? (TO) 1800.11 1800.42

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k5_l4_n750.opb
MD5SUM84dfc4b706a5e82746c96ff285501708
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables3750
Total number of constraints467625
Number of constraints which are clauses466875
Number of constraints which are cardinality constraints (but not clauses)750
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3690408-1338016938.opb>
1.29/1.32	c original problem has 3750 variables (3750 bin, 0 int, 0 impl, 0 cont) and 467625 constraints
1.29/1.32	c problem read in 1.32
1.29/1.34	c No objective function, only one solution is needed.
1.29/1.34	c presolving settings loaded
2.99/3.02	c presolving:
6.49/6.50	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 467625 upgd conss, 0 impls, 750 clqs
8.39/8.47	c presolving (2 rounds):
8.39/8.47	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
8.39/8.47	c  0 implications, 750 cliques
8.39/8.47	c presolved problem has 3750 variables (3750 bin, 0 int, 0 impl, 0 cont) and 467625 constraints
8.39/8.47	c     750 constraints of type <setppc>
8.39/8.47	c  466875 constraints of type <logicor>
8.39/8.47	c transformed objective value is always integral (scale: 1)
8.39/8.47	c Presolving Time: 6.77
8.39/8.47	c - non default parameters ----------------------------------------------------------------------
8.39/8.47	c # SCIP version 2.1.1.4
8.39/8.47	c 
8.39/8.47	c # maximal time in seconds to run
8.39/8.47	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.39/8.47	c limits/time = 1797
8.39/8.47	c 
8.39/8.47	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
8.39/8.47	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.39/8.47	c limits/memory = 13950
8.39/8.47	c 
8.39/8.47	c # solving stops, if the given number of solutions were found (-1: no limit)
8.39/8.47	c # [type: int, range: [-1,2147483647], default: -1]
8.39/8.47	c limits/solutions = 1
8.39/8.47	c 
8.39/8.47	c # maximal number of separation rounds per node (-1: unlimited)
8.39/8.47	c # [type: int, range: [-1,2147483647], default: 5]
8.39/8.47	c separating/maxrounds = 1
8.39/8.47	c 
8.39/8.47	c # maximal number of separation rounds in the root node (-1: unlimited)
8.39/8.47	c # [type: int, range: [-1,2147483647], default: -1]
8.39/8.47	c separating/maxroundsroot = 5
8.39/8.47	c 
8.39/8.47	c # default clock type (1: CPU user seconds, 2: wall clock time)
8.39/8.47	c # [type: int, range: [1,2], default: 1]
8.39/8.47	c timing/clocktype = 2
8.39/8.47	c 
8.39/8.47	c # belongs reading time to solving time?
8.39/8.47	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.39/8.47	c timing/reading = TRUE
8.39/8.47	c 
8.39/8.47	c # should disaggregation of knapsack constraints be allowed in preprocessing?
8.39/8.47	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
8.39/8.47	c constraints/knapsack/disaggregation = FALSE
8.39/8.47	c 
8.39/8.47	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
8.39/8.47	c # [type: int, range: [-1,2147483647], default: 10]
8.39/8.47	c heuristics/coefdiving/freq = -1
8.39/8.47	c 
8.39/8.47	c # maximal fraction of diving LP iterations compared to node LP iterations
8.39/8.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.39/8.47	c heuristics/coefdiving/maxlpiterquot = 0.075
8.39/8.47	c 
8.39/8.47	c # additional number of allowed LP iterations
8.39/8.47	c # [type: int, range: [0,2147483647], default: 1000]
8.39/8.47	c heuristics/coefdiving/maxlpiterofs = 1500
8.39/8.47	c 
8.39/8.47	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
8.39/8.47	c # [type: int, range: [-1,2147483647], default: 30]
8.39/8.47	c heuristics/crossover/freq = -1
8.39/8.47	c 
8.39/8.47	c # number of nodes added to the contingent of the total nodes
8.39/8.47	c # [type: longint, range: [0,9223372036854775807], default: 500]
8.39/8.47	c heuristics/crossover/nodesofs = 750
8.39/8.47	c 
8.39/8.47	c # number of nodes without incumbent change that heuristic should wait
8.39/8.47	c # [type: longint, range: [0,9223372036854775807], default: 200]
8.39/8.47	c heuristics/crossover/nwaitingnodes = 100
8.39/8.47	c 
8.39/8.47	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
8.39/8.47	c # [type: real, range: [0,1], default: 0.1]
8.39/8.47	c heuristics/crossover/nodesquot = 0.15
8.39/8.47	c 
8.39/8.47	c # minimum percentage of integer variables that have to be fixed 
8.39/8.47	c # [type: real, range: [0,1], default: 0.666]
8.39/8.47	c heuristics/crossover/minfixingrate = 0.5
8.39/8.47	c 
8.39/8.47	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
8.39/8.47	c # [type: int, range: [-1,2147483647], default: 20]
8.39/8.47	c heuristics/feaspump/freq = -1
8.39/8.47	c 
8.39/8.47	c # additional number of allowed LP iterations
8.39/8.47	c # [type: int, range: [0,2147483647], default: 1000]
8.39/8.47	c heuristics/feaspump/maxlpiterofs = 2000
8.39/8.47	c 
8.39/8.47	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
8.39/8.47	c # [type: int, range: [-1,2147483647], default: 10]
8.39/8.47	c heuristics/fracdiving/freq = -1
8.39/8.47	c 
8.39/8.47	c # maximal fraction of diving LP iterations compared to node LP iterations
8.39/8.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.39/8.47	c heuristics/fracdiving/maxlpiterquot = 0.075
8.39/8.47	c 
8.39/8.47	c # additional number of allowed LP iterations
8.39/8.47	c # [type: int, range: [0,2147483647], default: 1000]
8.39/8.47	c heuristics/fracdiving/maxlpiterofs = 1500
8.39/8.47	c 
8.39/8.47	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
8.39/8.47	c # [type: int, range: [-1,2147483647], default: 10]
8.39/8.47	c heuristics/guideddiving/freq = -1
8.39/8.47	c 
8.39/8.47	c # maximal fraction of diving LP iterations compared to node LP iterations
8.39/8.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.39/8.47	c heuristics/guideddiving/maxlpiterquot = 0.075
8.39/8.47	c 
8.39/8.47	c # additional number of allowed LP iterations
8.39/8.47	c # [type: int, range: [0,2147483647], default: 1000]
8.39/8.47	c heuristics/guideddiving/maxlpiterofs = 1500
8.39/8.47	c 
8.39/8.47	c # maximal fraction of diving LP iterations compared to node LP iterations
8.39/8.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.39/8.47	c heuristics/intdiving/maxlpiterquot = 0.075
8.39/8.47	c 
8.39/8.47	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
8.39/8.47	c # [type: int, range: [-1,2147483647], default: 10]
8.39/8.47	c heuristics/intshifting/freq = -1
8.39/8.47	c 
8.39/8.47	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
8.39/8.47	c # [type: int, range: [-1,2147483647], default: 10]
8.39/8.47	c heuristics/linesearchdiving/freq = -1
8.39/8.47	c 
8.39/8.47	c # maximal fraction of diving LP iterations compared to node LP iterations
8.39/8.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.39/8.47	c heuristics/linesearchdiving/maxlpiterquot = 0.075
8.39/8.47	c 
8.39/8.47	c # additional number of allowed LP iterations
8.39/8.47	c # [type: int, range: [0,2147483647], default: 1000]
8.39/8.47	c heuristics/linesearchdiving/maxlpiterofs = 1500
8.39/8.47	c 
8.39/8.47	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
8.39/8.47	c # [type: int, range: [-1,2147483647], default: 20]
8.39/8.47	c heuristics/objpscostdiving/freq = -1
8.39/8.47	c 
8.39/8.47	c # maximal fraction of diving LP iterations compared to total iteration number
8.39/8.47	c # [type: real, range: [0,1], default: 0.01]
8.39/8.47	c heuristics/objpscostdiving/maxlpiterquot = 0.015
8.39/8.47	c 
8.39/8.47	c # additional number of allowed LP iterations
8.39/8.47	c # [type: int, range: [0,2147483647], default: 1000]
8.39/8.47	c heuristics/objpscostdiving/maxlpiterofs = 1500
8.39/8.47	c 
8.39/8.47	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
8.39/8.47	c # [type: int, range: [-1,2147483647], default: 1]
8.39/8.47	c heuristics/oneopt/freq = -1
8.39/8.47	c 
8.39/8.47	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
8.39/8.47	c # [type: int, range: [-1,2147483647], default: 10]
8.39/8.47	c heuristics/pscostdiving/freq = -1
8.39/8.47	c 
8.39/8.47	c # maximal fraction of diving LP iterations compared to node LP iterations
8.39/8.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.39/8.47	c heuristics/pscostdiving/maxlpiterquot = 0.075
8.39/8.47	c 
8.39/8.47	c # additional number of allowed LP iterations
8.39/8.47	c # [type: int, range: [0,2147483647], default: 1000]
8.39/8.47	c heuristics/pscostdiving/maxlpiterofs = 1500
8.39/8.47	c 
8.39/8.47	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
8.39/8.47	c # [type: int, range: [-1,2147483647], default: 0]
8.39/8.47	c heuristics/rens/freq = -1
8.39/8.47	c 
8.39/8.47	c # minimum percentage of integer variables that have to be fixable 
8.39/8.47	c # [type: real, range: [0,1], default: 0.5]
8.39/8.47	c heuristics/rens/minfixingrate = 0.3
8.39/8.47	c 
8.39/8.47	c # number of nodes added to the contingent of the total nodes
8.39/8.47	c # [type: longint, range: [0,9223372036854775807], default: 500]
8.39/8.47	c heuristics/rens/nodesofs = 2000
8.39/8.47	c 
8.39/8.47	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
8.39/8.47	c # [type: int, range: [-1,2147483647], default: 20]
8.39/8.47	c heuristics/rootsoldiving/freq = -1
8.39/8.47	c 
8.39/8.47	c # maximal fraction of diving LP iterations compared to node LP iterations
8.39/8.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
8.39/8.47	c heuristics/rootsoldiving/maxlpiterquot = 0.015
8.39/8.47	c 
8.39/8.47	c # additional number of allowed LP iterations
8.39/8.47	c # [type: int, range: [0,2147483647], default: 1000]
8.39/8.47	c heuristics/rootsoldiving/maxlpiterofs = 1500
8.39/8.47	c 
8.39/8.47	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
8.39/8.47	c # [type: int, range: [-1,2147483647], default: 1]
8.39/8.47	c heuristics/rounding/freq = -1
8.39/8.47	c 
8.39/8.47	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
8.39/8.47	c # [type: int, range: [-1,2147483647], default: 0]
8.39/8.47	c heuristics/shiftandpropagate/freq = -1
8.39/8.47	c 
8.39/8.47	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
8.39/8.47	c # [type: int, range: [-1,2147483647], default: 10]
8.39/8.47	c heuristics/shifting/freq = -1
8.39/8.47	c 
8.39/8.47	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
8.39/8.47	c # [type: int, range: [-1,2147483647], default: 1]
8.39/8.47	c heuristics/simplerounding/freq = -1
8.39/8.47	c 
8.39/8.47	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
8.39/8.47	c # [type: int, range: [-1,2147483647], default: 1]
8.39/8.47	c heuristics/subnlp/freq = -1
8.39/8.47	c 
8.39/8.47	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
8.39/8.47	c # [type: int, range: [-1,2147483647], default: 0]
8.39/8.47	c heuristics/trivial/freq = -1
8.39/8.47	c 
8.39/8.47	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
8.39/8.47	c # [type: int, range: [-1,2147483647], default: 1]
8.39/8.47	c heuristics/trysol/freq = -1
8.39/8.47	c 
8.39/8.47	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
8.39/8.47	c # [type: int, range: [-1,2147483647], default: 0]
8.39/8.47	c heuristics/undercover/freq = -1
8.39/8.47	c 
8.39/8.47	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
8.39/8.47	c # [type: int, range: [-1,2147483647], default: 10]
8.39/8.47	c heuristics/veclendiving/freq = -1
8.39/8.47	c 
8.39/8.47	c # maximal fraction of diving LP iterations compared to node LP iterations
8.39/8.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.39/8.47	c heuristics/veclendiving/maxlpiterquot = 0.075
8.39/8.47	c 
8.39/8.47	c # additional number of allowed LP iterations
8.39/8.47	c # [type: int, range: [0,2147483647], default: 1000]
8.39/8.47	c heuristics/veclendiving/maxlpiterofs = 1500
8.39/8.47	c 
8.39/8.47	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
8.39/8.47	c # [type: int, range: [-1,2147483647], default: 1]
8.39/8.47	c heuristics/zirounding/freq = -1
8.39/8.47	c 
8.39/8.47	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
8.39/8.47	c # [type: int, range: [-1,2147483647], default: -1]
8.39/8.47	c propagating/probing/maxprerounds = 0
8.39/8.47	c 
8.39/8.47	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
8.39/8.47	c # [type: int, range: [-1,2147483647], default: 0]
8.39/8.47	c separating/cmir/freq = -1
8.39/8.47	c 
8.39/8.47	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
8.39/8.47	c # [type: int, range: [-1,2147483647], default: 0]
8.39/8.47	c separating/flowcover/freq = -1
8.39/8.47	c 
8.39/8.47	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
8.39/8.47	c # [type: int, range: [-1,2147483647], default: -1]
8.39/8.47	c separating/rapidlearning/freq = 0
8.39/8.47	c 
8.39/8.47	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
8.39/8.47	c # [type: int, range: [-1,2147483647], default: 1]
8.39/8.47	c heuristics/indoneopt/freq = -1
8.39/8.47	c 
8.39/8.47	c -----------------------------------------------------------------------------------------------
8.39/8.47	c start solving
8.39/8.48	c 
1799.58/1799.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1799.58/1799.92	c  1800s|     1 |     0 | 51771 |     - | 612M|   0 |   - |3750 | 467k|3750 | 467k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1799.58/1799.92	c (node 1) LP solver hit time limit in LP 1 -- using pseudo solution instead
1799.58/1799.94	c  1800s|     1 |     2 | 51771 |     - | 612M|   0 |   - |3750 | 467k|3750 | 467k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1799.58/1799.94	c 
1799.58/1799.94	c SCIP Status        : solving was interrupted [time limit reached]
1799.58/1799.94	c Solving Time (sec) : 1799.92
1799.58/1799.94	c Solving Nodes      : 1
1799.58/1799.94	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1799.58/1799.94	c Dual Bound         : +0.00000000000000e+00
1799.58/1799.94	c Gap                : infinite
1799.58/1799.94	s UNKNOWN
1799.58/1799.94	c SCIP Status        : solving was interrupted [time limit reached]
1799.58/1799.94	c Total Time         :    1799.92
1799.58/1799.94	c   solving          :    1799.92
1799.58/1799.94	c   presolving       :       6.77 (included in solving)
1799.58/1799.94	c   reading          :       1.32 (included in solving)
1799.58/1799.94	c   copying          :       0.00 (0 times copied the problem)
1799.58/1799.94	c Original Problem   :
1799.58/1799.94	c   Problem name     : HOME/instance-3690408-1338016938.opb
1799.58/1799.94	c   Variables        : 3750 (3750 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.58/1799.94	c   Constraints      : 467625 initial, 467625 maximal
1799.58/1799.94	c   Objective sense  : minimize
1799.58/1799.94	c Presolved Problem  :
1799.58/1799.94	c   Problem name     : t_HOME/instance-3690408-1338016938.opb
1799.58/1799.94	c   Variables        : 3750 (3750 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.58/1799.94	c   Constraints      : 467625 initial, 467625 maximal
1799.58/1799.94	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1799.58/1799.94	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1799.58/1799.94	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1799.58/1799.94	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1799.58/1799.94	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1799.58/1799.94	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1799.58/1799.94	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1799.58/1799.94	c   gateextraction   :       0.02       0.00          0          0          0          0          0          0          0          0          0
1799.58/1799.94	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1799.58/1799.94	c   components       :       0.22       0.00          0          0          0          0          0          0          0          0          0
1799.58/1799.94	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1799.58/1799.94	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1799.58/1799.94	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1799.58/1799.94	c   linear           :       2.35       0.00          0          0          0          0          0          0          0          0          0
1799.58/1799.94	c   logicor          :       1.39       1.08          0          0          0          0          0          0          0          0          0
1799.58/1799.94	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1799.58/1799.94	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1799.58/1799.94	c   integral         :          0          0          0          0          0          0          0          0          0          0          0          0          0
1799.58/1799.94	c   setppc           :        750        750          0          1          0          1          0          0          0          0          0          0          0
1799.58/1799.94	c   logicor          :     466875     466875          0          1          0          1          0          0          0          0          0          0          0
1799.58/1799.94	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1799.58/1799.94	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1799.58/1799.94	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1799.58/1799.94	c   setppc           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1799.58/1799.94	c   logicor          :       1.23       1.08       0.00       0.13       0.00       0.01       0.00       0.00
1799.58/1799.94	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1799.58/1799.94	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1799.58/1799.94	c   rootredcost      :          0          0          0          0
1799.58/1799.94	c   pseudoobj        :          0          0          0          0
1799.58/1799.94	c   vbounds          :          0          0          0          0
1799.58/1799.94	c   redcost          :          0          0          0          0
1799.58/1799.94	c   probing          :          0          0          0          0
1799.58/1799.94	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1799.58/1799.94	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1799.58/1799.94	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
1799.58/1799.94	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
1799.58/1799.94	c   redcost          :       0.00       0.00       0.00       0.00       0.00
1799.58/1799.94	c   probing          :       0.00       0.00       0.00       0.00       0.00
1799.58/1799.94	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1799.58/1799.94	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1799.58/1799.94	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1799.58/1799.94	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1799.58/1799.94	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1799.58/1799.94	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1799.58/1799.94	c   applied globally :          -          -          -          0        0.0          -          -          -
1799.58/1799.94	c   applied locally  :          -          -          -          0        0.0          -          -          -
1799.58/1799.94	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1799.58/1799.94	c   cut pool         :       0.00                     0          -          -          0          -    (maximal pool size: 0)
1799.58/1799.94	c   clique           :       0.00       0.00          0          0          0          0          0
1799.58/1799.94	c   closecuts        :       0.00       0.00          0          0          0          0          0
1799.58/1799.94	c   cgmip            :       0.00       0.00          0          0          0          0          0
1799.58/1799.94	c   cmir             :       0.00       0.00          0          0          0          0          0
1799.58/1799.94	c   flowcover        :       0.00       0.00          0          0          0          0          0
1799.58/1799.94	c   gomory           :       0.00       0.00          0          0          0          0          0
1799.58/1799.94	c   impliedbounds    :       0.00       0.00          0          0          0          0          0
1799.58/1799.94	c   intobj           :       0.00       0.00          0          0          0          0          0
1799.58/1799.94	c   mcf              :       0.00       0.00          0          0          0          0          0
1799.58/1799.94	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1799.58/1799.94	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1799.58/1799.94	c   strongcg         :       0.00       0.00          0          0          0          0          0
1799.58/1799.94	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1799.58/1799.94	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1799.58/1799.94	c   problem variables:       0.00          -          0          0
1799.58/1799.94	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1799.58/1799.94	c   relpscost        :       0.00       0.00          0          0          0          0          0          0
1799.58/1799.94	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1799.58/1799.94	c   inference        :       0.00       0.00          1          0          0          0          0          2
1799.58/1799.94	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1799.58/1799.94	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1799.58/1799.94	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1799.58/1799.94	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1799.58/1799.94	c   random           :       0.00       0.00          0          0          0          0          0          0
1799.58/1799.94	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1799.58/1799.94	c   LP solutions     :       0.00          -          -          0
1799.58/1799.94	c   pseudo solutions :       0.00          -          -          0
1799.58/1799.94	c   smallcard        :       0.00       0.00          0          0
1799.58/1799.94	c   trivial          :       0.12       0.00          1          0
1799.58/1799.94	c   shiftandpropagate:       0.00       0.00          0          0
1799.58/1799.94	c   simplerounding   :       0.00       0.00          0          0
1799.58/1799.94	c   zirounding       :       0.00       0.00          0          0
1799.58/1799.94	c   rounding         :       0.00       0.00          0          0
1799.58/1799.94	c   shifting         :       0.00       0.00          0          0
1799.58/1799.94	c   intshifting      :       0.00       0.00          0          0
1799.58/1799.94	c   oneopt           :       0.00       0.00          0          0
1799.58/1799.94	c   twoopt           :       0.00       0.00          0          0
1799.58/1799.94	c   indtwoopt        :       0.00       0.00          0          0
1799.58/1799.94	c   indoneopt        :       0.00       0.00          0          0
1799.58/1799.94	c   fixandinfer      :       0.00       0.00          0          0
1799.58/1799.94	c   feaspump         :       0.00       0.00          0          0
1799.58/1799.94	c   clique           :       0.00       0.00          0          0
1799.58/1799.94	c   indrounding      :       0.00       0.00          0          0
1799.58/1799.94	c   indcoefdiving    :       0.00       0.00          0          0
1799.58/1799.94	c   coefdiving       :       0.00       0.00          0          0
1799.58/1799.94	c   pscostdiving     :       0.00       0.00          0          0
1799.58/1799.94	c   nlpdiving        :       0.00       0.00          0          0
1799.58/1799.94	c   fracdiving       :       0.00       0.00          0          0
1799.58/1799.94	c   veclendiving     :       0.00       0.00          0          0
1799.58/1799.94	c   intdiving        :       0.00       0.00          0          0
1799.58/1799.94	c   actconsdiving    :       0.00       0.00          0          0
1799.58/1799.94	c   objpscostdiving  :       0.00       0.00          0          0
1799.58/1799.94	c   rootsoldiving    :       0.00       0.00          0          0
1799.58/1799.94	c   linesearchdiving :       0.00       0.00          0          0
1799.58/1799.94	c   guideddiving     :       0.00       0.00          0          0
1799.58/1799.94	c   octane           :       0.00       0.00          0          0
1799.58/1799.94	c   rens             :       0.00       0.00          0          0
1799.58/1799.94	c   rins             :       0.00       0.00          0          0
1799.58/1799.94	c   localbranching   :       0.00       0.00          0          0
1799.58/1799.94	c   mutation         :       0.00       0.00          0          0
1799.58/1799.94	c   crossover        :       0.00       0.00          0          0
1799.58/1799.94	c   dins             :       0.00       0.00          0          0
1799.58/1799.94	c   vbounds          :       0.00       0.00          0          0
1799.58/1799.94	c   undercover       :       0.00       0.00          0          0
1799.58/1799.94	c   subnlp           :       0.00       0.00          0          0
1799.58/1799.94	c   trysol           :       0.00       0.00          0          0
1799.58/1799.94	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1799.58/1799.94	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
1799.58/1799.94	c   dual LP          :    1790.25          1      51771   51771.00      28.92       0.00          0
1799.58/1799.94	c   lex dual LP      :       0.00          0          0       0.00          -
1799.58/1799.94	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1799.58/1799.94	c   diving/probing LP:       0.00          0          0       0.00          -
1799.58/1799.94	c   strong branching :       0.00          0          0       0.00          -
1799.58/1799.94	c     (at root node) :          -          0          0       0.00          -
1799.58/1799.94	c   conflict analysis:       0.00          0          0       0.00          -
1799.58/1799.94	c B&B Tree           :
1799.58/1799.94	c   number of runs   :          1
1799.58/1799.94	c   nodes            :          1
1799.58/1799.94	c   nodes (total)    :          1
1799.58/1799.94	c   nodes left       :          2
1799.58/1799.94	c   max depth        :          0
1799.58/1799.94	c   max depth (total):          0
1799.58/1799.94	c   backtracks       :          0 (0.0%)
1799.58/1799.94	c   delayed cutoffs  :          0
1799.58/1799.94	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1799.58/1799.94	c   avg switch length:       1.00
1799.58/1799.94	c   switching time   :       0.00
1799.58/1799.94	c Solution           :
1799.58/1799.94	c   Solutions found  :          0 (0 improvements)
1799.58/1799.94	c   Primal Bound     :          -
1799.58/1799.94	c   Dual Bound       : +0.00000000000000e+00
1799.58/1799.94	c   Gap              :   infinite
1799.58/1799.94	c   Root Dual Bound  : +0.00000000000000e+00
1799.58/1799.94	c   Root Iterations  :      51771

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3690408-1338016938/watcher-3690408-1338016938 -o /tmp/evaluation-result-3690408-1338016938/solver-3690408-1338016938 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690408-1338016938.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: 0.01 0.02 0.00 3/176 32341
/proc/meminfo: memFree=28772952/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=10668 CPUtime=0 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 1408 0 0 0 0 0 0 0 20 0 1 0 267821270 10924032 1364 33554432000 4194304 10173063 140733855060624 140733854924120 7545739 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/32341/statm: 2667 1365 413 1460 0 1198 0

[startup+0.106451 s]
/proc/loadavg: 0.01 0.02 0.00 3/176 32341
/proc/meminfo: memFree=28772952/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=26056 CPUtime=0.09 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 5272 0 0 0 9 0 0 0 20 0 1 0 267821270 26681344 5227 33554432000 4194304 10173063 140733855060624 140733854925784 5285017 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/32341/statm: 6514 5227 413 1460 0 5045 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26056

[startup+0.200284 s]
/proc/loadavg: 0.01 0.02 0.00 3/176 32341
/proc/meminfo: memFree=28772952/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=36392 CPUtime=0.19 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 7843 0 0 0 18 1 0 0 20 0 1 0 267821270 37265408 7798 33554432000 4194304 10173063 140733855060624 140733854925784 8985008 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/32341/statm: 9098 7798 413 1460 0 7629 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 36392

[startup+0.300272 s]
/proc/loadavg: 0.01 0.02 0.00 3/176 32341
/proc/meminfo: memFree=28772952/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=46876 CPUtime=0.29 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 10468 0 0 0 28 1 0 0 20 0 1 0 267821270 48001024 10423 33554432000 4194304 10173063 140733855060624 140733854925784 8860461 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/32341/statm: 11719 10423 413 1460 0 10250 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46876

[startup+0.700231 s]
/proc/loadavg: 0.01 0.02 0.00 3/176 32341
/proc/meminfo: memFree=28772952/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=91036 CPUtime=0.69 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 21457 0 0 0 66 3 0 0 20 0 1 0 267821270 93220864 21412 33554432000 4194304 10173063 140733855060624 140733854925800 8827664 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/32341/statm: 22759 21412 413 1460 0 21290 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91036

[startup+1.50023 s]
/proc/loadavg: 0.01 0.02 0.00 3/177 32342
/proc/meminfo: memFree=28502496/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=237836 CPUtime=1.49 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 57740 0 0 0 141 8 0 0 20 0 1 0 267821270 243544064 57645 33554432000 4194304 10173063 140733855060624 140733854925800 7545739 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32341/statm: 59459 57645 465 1460 0 57990 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 237836

[startup+3.10024 s]
/proc/loadavg: 0.01 0.02 0.00 3/177 32342
/proc/meminfo: memFree=28095092/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=635968 CPUtime=3.09 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 191401 0 0 0 282 27 0 0 20 0 1 0 267821270 651231232 156976 33554432000 4194304 10173063 140733855060624 140733855057992 8963895 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32341/statm: 158992 156976 539 1460 0 157523 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 635968

[startup+6.30025 s]
/proc/loadavg: 0.25 0.06 0.02 3/177 32342
/proc/meminfo: memFree=27793220/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=823700 CPUtime=6.28 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 250815 0 0 0 556 72 0 0 20 0 1 0 267821270 843468800 203598 33554432000 4194304 10173063 140733855060624 140733855056680 8963895 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32341/statm: 205925 203598 557 1460 0 204456 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 823700

[startup+12.7003 s]
/proc/loadavg: 0.39 0.10 0.03 3/177 32342
/proc/meminfo: memFree=27303860/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=1430688 CPUtime=12.68 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 344600 0 0 0 1159 109 0 0 20 0 1 0 267821270 1465024512 333674 33554432000 4194304 10173063 140733855060624 140733855054264 8063658 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32341/statm: 357672 333674 720 1460 0 356203 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1430688

[startup+25.5003 s]
/proc/loadavg: 0.74 0.19 0.06 3/177 32342
/proc/meminfo: memFree=27207912/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=1545548 CPUtime=25.48 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 352990 0 0 0 2433 115 0 0 20 0 1 0 267821270 1582641152 354257 33554432000 4194304 10173063 140733855060624 140733855053880 8012673 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32341/statm: 386387 354257 721 1460 0 384918 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1545548

[startup+51.1003 s]
/proc/loadavg: 1.17 0.33 0.11 3/177 32342
/proc/meminfo: memFree=27204712/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=1545548 CPUtime=51.07 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 353041 0 0 0 4990 117 0 0 20 0 1 0 267821270 1582641152 354308 33554432000 4194304 10173063 140733855060624 140733855053880 8012272 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32341/statm: 386387 354308 721 1460 0 384918 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1545548

[startup+102.3 s]
/proc/loadavg: 1.64 0.59 0.20 3/176 32342
/proc/meminfo: memFree=27173400/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=1538544 CPUtime=102.27 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 354183 0 0 0 10107 120 0 0 20 0 1 0 267821270 1575469056 357968 33554432000 4194304 10173063 140733855060624 140733855053880 8012344 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32341/statm: 384636 357968 721 1460 0 383167 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1538544

[startup+162.3 s]
/proc/loadavg: 1.87 0.84 0.31 3/177 32343
/proc/meminfo: memFree=27182960/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=1524852 CPUtime=162.24 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 356350 0 0 0 16100 124 0 0 20 0 1 0 267821270 1561448448 354670 33554432000 4194304 10173063 140733855060624 140733855053800 7594559 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/32341/statm: 381213 354670 726 1460 0 379744 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 1524852

[startup+222.307 s]
/proc/loadavg: 1.95 1.05 0.42 3/177 32343
/proc/meminfo: memFree=27141512/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=1583892 CPUtime=222.23 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 359206 0 0 0 22096 127 0 0 20 0 1 0 267821270 1621905408 365085 33554432000 4194304 10173063 140733855060624 140733855054296 8012592 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32341/statm: 395973 365085 726 1460 0 394504 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 1583892

[startup+282.3 s]
/proc/loadavg: 1.98 1.22 0.51 3/178 32344
/proc/meminfo: memFree=27141036/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=1586560 CPUtime=282.22 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 361083 0 0 0 28091 131 0 0 20 0 1 0 267821270 1624637440 365364 33554432000 4194304 10173063 140733855060624 140733855053800 7956335 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32341/statm: 396640 365364 726 1460 0 395171 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 1586560

[startup+342.3 s]
/proc/loadavg: 1.99 1.36 0.60 3/177 32344
/proc/meminfo: memFree=27135800/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=1589480 CPUtime=342.21 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 363527 0 0 0 34087 134 0 0 20 0 1 0 267821270 1627627520 365737 33554432000 4194304 10173063 140733855060624 140733855053384 8013280 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32341/statm: 397370 365737 726 1460 0 395901 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 1589480

[startup+402.3 s]
/proc/loadavg: 1.99 1.47 0.69 3/177 32344
/proc/meminfo: memFree=27100580/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=1609784 CPUtime=402.19 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 364716 0 0 0 40083 136 0 0 20 0 1 0 267821270 1648418816 374454 33554432000 4194304 10173063 140733855060624 140733855053800 8012669 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32341/statm: 402446 374454 726 1460 0 400977 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 1609784

[startup+462.3 s]
/proc/loadavg: 1.99 1.57 0.77 3/178 32348
/proc/meminfo: memFree=27093332/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=1610944 CPUtime=462.19 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 364836 0 0 0 46081 138 0 0 20 0 1 0 267821270 1649606656 375085 33554432000 4194304 10173063 140733855060624 140733855053800 8012288 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32341/statm: 402736 375085 726 1460 0 401267 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 1610944

[startup+522.3 s]
/proc/loadavg: 1.99 1.64 0.84 3/178 32348
/proc/meminfo: memFree=27084392/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=1611772 CPUtime=522.17 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 364984 0 0 0 52078 139 0 0 20 0 1 0 267821270 1650454528 375744 33554432000 4194304 10173063 140733855060624 140733855053800 8012640 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32341/statm: 402943 375744 726 1460 0 401474 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 1611772

[startup+582.3 s]
/proc/loadavg: 2.04 1.72 0.92 3/177 32348
/proc/meminfo: memFree=27082204/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=1612276 CPUtime=582.17 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 365155 0 0 0 58077 140 0 0 20 0 1 0 267821270 1650970624 376077 33554432000 4194304 10173063 140733855060624 140733855053800 8013036 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32341/statm: 403069 376077 726 1460 0 401600 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 1612276

[startup+642.3 s]

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

[startup+882.307 s]
/proc/loadavg: 2.08 1.92 1.21 3/177 32349
/proc/meminfo: memFree=27049608/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=1653876 CPUtime=882.13 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 368164 0 0 0 88062 151 0 0 20 0 1 0 267821270 1693569024 383441 33554432000 4194304 10173063 140733855060624 140733855053800 8013292 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32341/statm: 413469 383441 726 1460 0 412000 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 1653876

[startup+942.3 s]
/proc/loadavg: 2.03 1.93 1.26 3/177 32349
/proc/meminfo: memFree=27047480/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=1654156 CPUtime=942.11 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 369678 0 0 0 94057 154 0 0 20 0 1 0 267821270 1693855744 383899 33554432000 4194304 10173063 140733855060624 140733855054296 8012272 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32341/statm: 413539 383899 726 1460 0 412070 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 1654156

[startup+1002.3 s]
/proc/loadavg: 2.01 1.94 1.30 3/177 32349
/proc/meminfo: memFree=27045460/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=1654596 CPUtime=1002.1 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 371321 0 0 0 100052 158 0 0 20 0 1 0 267821270 1694306304 384420 33554432000 4194304 10173063 140733855060624 140733855053800 8013280 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32341/statm: 413649 384420 726 1460 0 412180 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 1654596

[startup+1062.3 s]
/proc/loadavg: 2.05 1.96 1.35 3/177 32350
/proc/meminfo: memFree=27046760/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=1654764 CPUtime=1062.09 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 373272 0 0 0 106047 162 0 0 20 0 1 0 267821270 1694478336 384091 33554432000 4194304 10173063 140733855060624 140733855053800 7955700 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32341/statm: 413691 384091 726 1460 0 412222 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 1654764

[startup+1122.3 s]
/proc/loadavg: 2.02 1.97 1.39 3/177 32353
/proc/meminfo: memFree=27044896/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=1654924 CPUtime=1122.08 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 375394 0 0 0 112042 166 0 0 20 0 1 0 267821270 1694642176 384623 33554432000 4194304 10173063 140733855060624 140733855053800 8846889 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32341/statm: 413731 384623 726 1460 0 412262 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 1654924

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.42 3/177 32353
/proc/meminfo: memFree=27045028/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=1654924 CPUtime=1182.07 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 377389 0 0 0 118038 169 0 0 20 0 1 0 267821270 1694642176 384632 33554432000 4194304 10173063 140733855060624 140733855053800 8012272 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32341/statm: 413731 384632 726 1460 0 412262 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 1654924

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.46 3/177 32353
/proc/meminfo: memFree=27045948/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=1654996 CPUtime=1242.06 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 379359 0 0 0 124034 172 0 0 20 0 1 0 267821270 1694715904 384115 33554432000 4194304 10173063 140733855060624 140733855053800 8012669 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32341/statm: 413749 384115 726 1460 0 412280 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 1654996

[startup+1302.3 s]
/proc/loadavg: 2.07 1.99 1.49 3/177 32353
/proc/meminfo: memFree=27046644/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=1655012 CPUtime=1302.06 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 381609 0 0 0 130029 177 0 0 20 0 1 0 267821270 1694732288 384629 33554432000 4194304 10173063 140733855060624 140733855053800 7980756 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32341/statm: 413753 384629 726 1460 0 412284 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 1655012

[startup+1362.3 s]
/proc/loadavg: 2.02 1.99 1.52 3/177 32354
/proc/meminfo: memFree=27046768/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=1655012 CPUtime=1362.04 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 383614 0 0 0 136024 180 0 0 20 0 1 0 267821270 1694732288 384120 33554432000 4194304 10173063 140733855060624 140733855054264 8013186 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32341/statm: 413753 384120 726 1460 0 412284 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 1655012

[startup+1422.3 s]
/proc/loadavg: 2.01 1.99 1.55 3/177 32354
/proc/meminfo: memFree=27044844/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=1655012 CPUtime=1422.04 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 385888 0 0 0 142020 184 0 0 20 0 1 0 267821270 1694732288 384631 33554432000 4194304 10173063 140733855060624 140733855054264 7956308 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32341/statm: 413753 384631 726 1460 0 412284 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 1655012

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.57 3/177 32354
/proc/meminfo: memFree=27044476/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=1655012 CPUtime=1482.03 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 387898 0 0 0 148015 188 0 0 20 0 1 0 267821270 1694732288 384629 33554432000 4194304 10173063 140733855060624 140733855053800 8013292 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32341/statm: 413753 384629 726 1460 0 412284 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 1655012

[startup+1542.31 s]
/proc/loadavg: 2.00 1.99 1.60 3/177 32354
/proc/meminfo: memFree=27044848/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=1655012 CPUtime=1542.02 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 389918 0 0 0 154011 191 0 0 20 0 1 0 267821270 1694732288 384626 33554432000 4194304 10173063 140733855060624 140733855053800 8013292 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32341/statm: 413753 384626 726 1460 0 412284 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 1655012

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.62 3/177 32354
/proc/meminfo: memFree=27044724/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=1655012 CPUtime=1602.01 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 391963 0 0 0 160006 195 0 0 20 0 1 0 267821270 1694732288 384637 33554432000 4194304 10173063 140733855060624 140733855053800 8012272 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32341/statm: 413753 384637 726 1460 0 412284 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 1655012

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.64 3/178 32358
/proc/meminfo: memFree=27039916/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=1655012 CPUtime=1662 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 394233 0 0 0 166001 199 0 0 20 0 1 0 267821270 1694732288 384625 33554432000 4194304 10173063 140733855060624 140733855053800 7956292 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32341/statm: 413753 384625 726 1460 0 412284 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 1655012

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.66 3/178 32358
/proc/meminfo: memFree=27039816/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=1655012 CPUtime=1721.99 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 396343 0 0 0 171996 203 0 0 20 0 1 0 267821270 1694732288 384637 33554432000 4194304 10173063 140733855060624 140733855053800 8012640 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32341/statm: 413753 384637 726 1460 0 412284 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 1655012

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.68 3/177 32358
/proc/meminfo: memFree=27039080/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=1655012 CPUtime=1781.98 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 398437 0 0 0 177992 206 0 0 20 0 1 0 267821270 1694732288 384639 33554432000 4194304 10173063 140733855060624 140733855053800 7956280 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/32341/statm: 413753 384639 726 1460 0 412284 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 1655012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 1.99 1.68 3/177 32396
/proc/meminfo: memFree=27451100/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=1446276 CPUtime=1800.08 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 400583 0 0 0 179799 209 0 0 20 0 1 0 267821270 1480986624 353813 33554432000 4194304 10173063 140733855060624 140733855059736 7544992 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32341/statm: 361569 353813 754 1460 0 360100 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1446276

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

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

[startup+1800.4 s]
/proc/loadavg: 2.00 1.99 1.68 3/177 32396
/proc/meminfo: memFree=27451100/32873648 swapFree=7108/7108
[pid=32341] ppid=32339 vsize=1446276 CPUtime=1800.08 cores=0,2,4,6
/proc/32341/stat : 32341 (scip-2.1.1.4fix) R 32339 32341 32297 0 -1 4202496 400583 0 0 0 179799 209 0 0 20 0 1 0 267821270 1480986624 353813 33554432000 4194304 10173063 140733855060624 140733855059736 7544992 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32341/statm: 361569 353813 754 1460 0 360100 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1446276

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.42
CPU time (s): 1800.11
CPU user time (s): 1798
CPU system time (s): 2.10868
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 1655012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798
system time used= 2.10868
maximum resident set size= 1538588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 400583
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21
involuntary context switches= 2271

runsolver used 3.80342 second user time and 9.39257 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-26 09:22:19
IDJOB=3690408
IDBENCH=1373
IDSOLVER=2270
FILE ID=node114/3690408-1338016938
RUNJOBID= node114-1338016936-32313
PBS_JOBID= 14624357
Free space on /tmp= 71408 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k5_l4_n750.opb
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690408-1338016938/watcher-3690408-1338016938 -o /tmp/evaluation-result-3690408-1338016938/solver-3690408-1338016938 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690408-1338016938.opb -t 1800 -m 15500

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

MD5SUM BENCH= 84dfc4b706a5e82746c96ff285501708
RANDOM SEED=1225452900

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28756980 kB
Buffers:          226964 kB
Cached:          2938000 kB
SwapCached:            0 kB
Active:          1101432 kB
Inactive:        2243832 kB
Active(anon):     182940 kB
Inactive(anon):        0 kB
Active(file):     918492 kB
Inactive(file):  2243832 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             50680 kB
Writeback:             8 kB
AnonPages:        187328 kB
Mapped:            15420 kB
Shmem:               200 kB
Slab:             633104 kB
SReclaimable:      77856 kB
SUnreclaim:       555248 kB
KernelStack:        1400 kB
PageTables:         4084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     298540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71396 MiB
End job on node114 at 2012-05-26 09:52:22