Trace number 3690401

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.14 1800.42

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v50_e1000_d25_mw10_3.opb.PB06.opb
MD5SUM16e382d24044cea3204cbf333685cccd
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 benchmark2.73758
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 450
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.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-3690401-1338016939.opb>
5.99/6.09	c original problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
5.99/6.09	c problem read in 6.09
6.19/6.21	c No objective function, only one solution is needed.
6.19/6.21	c presolving settings loaded
16.19/16.25	c presolving:
36.58/36.68	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2757500 upgd conss, 4000 impls, 100 clqs
41.28/41.39	c (round 2) 0 del vars, 148999 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 5044 chg coeffs, 2757500 upgd conss, 102000 impls, 100 clqs
55.88/55.90	c presolving (3 rounds):
55.88/55.90	c  0 deleted vars, 148999 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 5251 changed coefficients
55.88/55.90	c  106900 implications, 100 cliques
55.88/55.90	c presolved problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2410502 constraints
55.88/55.90	c    4950 constraints of type <knapsack>
55.88/55.90	c   51101 constraints of type <setppc>
55.88/55.90	c       1 constraints of type <linear>
55.88/55.90	c 2354450 constraints of type <logicor>
55.88/55.90	c transformed objective value is always integral (scale: 1)
55.88/55.90	c Presolving Time: 48.06
55.88/55.90	c - non default parameters ----------------------------------------------------------------------
55.88/55.90	c # SCIP version 2.1.1.4
55.88/55.90	c 
55.88/55.90	c # maximal time in seconds to run
55.88/55.90	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
55.88/55.90	c limits/time = 1797
55.88/55.90	c 
55.88/55.90	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
55.88/55.90	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
55.88/55.90	c limits/memory = 13950
55.88/55.90	c 
55.88/55.90	c # solving stops, if the given number of solutions were found (-1: no limit)
55.88/55.90	c # [type: int, range: [-1,2147483647], default: -1]
55.88/55.90	c limits/solutions = 1
55.88/55.90	c 
55.88/55.90	c # maximal number of separation rounds per node (-1: unlimited)
55.88/55.90	c # [type: int, range: [-1,2147483647], default: 5]
55.88/55.90	c separating/maxrounds = 1
55.88/55.90	c 
55.88/55.90	c # maximal number of separation rounds in the root node (-1: unlimited)
55.88/55.90	c # [type: int, range: [-1,2147483647], default: -1]
55.88/55.90	c separating/maxroundsroot = 5
55.88/55.90	c 
55.88/55.90	c # default clock type (1: CPU user seconds, 2: wall clock time)
55.88/55.90	c # [type: int, range: [1,2], default: 1]
55.88/55.90	c timing/clocktype = 2
55.88/55.90	c 
55.88/55.90	c # belongs reading time to solving time?
55.88/55.90	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
55.88/55.90	c timing/reading = TRUE
55.88/55.90	c 
55.88/55.90	c # should disaggregation of knapsack constraints be allowed in preprocessing?
55.88/55.90	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
55.88/55.90	c constraints/knapsack/disaggregation = FALSE
55.88/55.90	c 
55.88/55.90	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
55.88/55.90	c # [type: int, range: [-1,2147483647], default: 10]
55.88/55.90	c heuristics/coefdiving/freq = -1
55.88/55.90	c 
55.88/55.90	c # maximal fraction of diving LP iterations compared to node LP iterations
55.88/55.90	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
55.88/55.90	c heuristics/coefdiving/maxlpiterquot = 0.075
55.88/55.90	c 
55.88/55.90	c # additional number of allowed LP iterations
55.88/55.90	c # [type: int, range: [0,2147483647], default: 1000]
55.88/55.90	c heuristics/coefdiving/maxlpiterofs = 1500
55.88/55.90	c 
55.88/55.90	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
55.88/55.90	c # [type: int, range: [-1,2147483647], default: 30]
55.88/55.90	c heuristics/crossover/freq = -1
55.88/55.90	c 
55.88/55.90	c # number of nodes added to the contingent of the total nodes
55.88/55.90	c # [type: longint, range: [0,9223372036854775807], default: 500]
55.88/55.90	c heuristics/crossover/nodesofs = 750
55.88/55.90	c 
55.88/55.90	c # number of nodes without incumbent change that heuristic should wait
55.88/55.90	c # [type: longint, range: [0,9223372036854775807], default: 200]
55.88/55.90	c heuristics/crossover/nwaitingnodes = 100
55.88/55.90	c 
55.88/55.90	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
55.88/55.90	c # [type: real, range: [0,1], default: 0.1]
55.88/55.90	c heuristics/crossover/nodesquot = 0.15
55.88/55.90	c 
55.88/55.90	c # minimum percentage of integer variables that have to be fixed 
55.88/55.90	c # [type: real, range: [0,1], default: 0.666]
55.88/55.90	c heuristics/crossover/minfixingrate = 0.5
55.88/55.90	c 
55.88/55.90	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
55.88/55.90	c # [type: int, range: [-1,2147483647], default: 20]
55.88/55.90	c heuristics/feaspump/freq = -1
55.88/55.90	c 
55.88/55.90	c # additional number of allowed LP iterations
55.88/55.90	c # [type: int, range: [0,2147483647], default: 1000]
55.88/55.90	c heuristics/feaspump/maxlpiterofs = 2000
55.88/55.90	c 
55.88/55.90	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
55.88/55.90	c # [type: int, range: [-1,2147483647], default: 10]
55.88/55.90	c heuristics/fracdiving/freq = -1
55.88/55.90	c 
55.88/55.90	c # maximal fraction of diving LP iterations compared to node LP iterations
55.88/55.90	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
55.88/55.90	c heuristics/fracdiving/maxlpiterquot = 0.075
55.88/55.90	c 
55.88/55.90	c # additional number of allowed LP iterations
55.88/55.90	c # [type: int, range: [0,2147483647], default: 1000]
55.88/55.90	c heuristics/fracdiving/maxlpiterofs = 1500
55.88/55.90	c 
55.88/55.90	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
55.88/55.90	c # [type: int, range: [-1,2147483647], default: 10]
55.88/55.90	c heuristics/guideddiving/freq = -1
55.88/55.90	c 
55.88/55.90	c # maximal fraction of diving LP iterations compared to node LP iterations
55.88/55.90	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
55.88/55.90	c heuristics/guideddiving/maxlpiterquot = 0.075
55.88/55.90	c 
55.88/55.90	c # additional number of allowed LP iterations
55.88/55.90	c # [type: int, range: [0,2147483647], default: 1000]
55.88/55.90	c heuristics/guideddiving/maxlpiterofs = 1500
55.88/55.90	c 
55.88/55.90	c # maximal fraction of diving LP iterations compared to node LP iterations
55.88/55.90	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
55.88/55.90	c heuristics/intdiving/maxlpiterquot = 0.075
55.88/55.90	c 
55.88/55.90	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
55.88/55.90	c # [type: int, range: [-1,2147483647], default: 10]
55.88/55.90	c heuristics/intshifting/freq = -1
55.88/55.90	c 
55.88/55.90	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
55.88/55.90	c # [type: int, range: [-1,2147483647], default: 10]
55.88/55.90	c heuristics/linesearchdiving/freq = -1
55.88/55.90	c 
55.88/55.90	c # maximal fraction of diving LP iterations compared to node LP iterations
55.88/55.90	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
55.88/55.90	c heuristics/linesearchdiving/maxlpiterquot = 0.075
55.88/55.90	c 
55.88/55.90	c # additional number of allowed LP iterations
55.88/55.90	c # [type: int, range: [0,2147483647], default: 1000]
55.88/55.90	c heuristics/linesearchdiving/maxlpiterofs = 1500
55.88/55.90	c 
55.88/55.90	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
55.88/55.90	c # [type: int, range: [-1,2147483647], default: 20]
55.88/55.90	c heuristics/objpscostdiving/freq = -1
55.88/55.90	c 
55.88/55.90	c # maximal fraction of diving LP iterations compared to total iteration number
55.88/55.90	c # [type: real, range: [0,1], default: 0.01]
55.88/55.90	c heuristics/objpscostdiving/maxlpiterquot = 0.015
55.88/55.90	c 
55.88/55.90	c # additional number of allowed LP iterations
55.88/55.90	c # [type: int, range: [0,2147483647], default: 1000]
55.88/55.90	c heuristics/objpscostdiving/maxlpiterofs = 1500
55.88/55.90	c 
55.88/55.90	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
55.88/55.90	c # [type: int, range: [-1,2147483647], default: 1]
55.88/55.90	c heuristics/oneopt/freq = -1
55.88/55.90	c 
55.88/55.90	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
55.88/55.90	c # [type: int, range: [-1,2147483647], default: 10]
55.88/55.90	c heuristics/pscostdiving/freq = -1
55.88/55.90	c 
55.88/55.90	c # maximal fraction of diving LP iterations compared to node LP iterations
55.88/55.90	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
55.88/55.90	c heuristics/pscostdiving/maxlpiterquot = 0.075
55.88/55.90	c 
55.88/55.90	c # additional number of allowed LP iterations
55.88/55.90	c # [type: int, range: [0,2147483647], default: 1000]
55.88/55.90	c heuristics/pscostdiving/maxlpiterofs = 1500
55.88/55.90	c 
55.88/55.90	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
55.88/55.90	c # [type: int, range: [-1,2147483647], default: 0]
55.88/55.90	c heuristics/rens/freq = -1
55.88/55.90	c 
55.88/55.90	c # minimum percentage of integer variables that have to be fixable 
55.88/55.90	c # [type: real, range: [0,1], default: 0.5]
55.88/55.90	c heuristics/rens/minfixingrate = 0.3
55.88/55.90	c 
55.88/55.90	c # number of nodes added to the contingent of the total nodes
55.88/55.90	c # [type: longint, range: [0,9223372036854775807], default: 500]
55.88/55.90	c heuristics/rens/nodesofs = 2000
55.88/55.90	c 
55.88/55.90	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
55.88/55.90	c # [type: int, range: [-1,2147483647], default: 20]
55.88/55.90	c heuristics/rootsoldiving/freq = -1
55.88/55.90	c 
55.88/55.90	c # maximal fraction of diving LP iterations compared to node LP iterations
55.88/55.90	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
55.88/55.90	c heuristics/rootsoldiving/maxlpiterquot = 0.015
55.88/55.90	c 
55.88/55.90	c # additional number of allowed LP iterations
55.88/55.90	c # [type: int, range: [0,2147483647], default: 1000]
55.88/55.90	c heuristics/rootsoldiving/maxlpiterofs = 1500
55.88/55.90	c 
55.88/55.90	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
55.88/55.90	c # [type: int, range: [-1,2147483647], default: 1]
55.88/55.90	c heuristics/rounding/freq = -1
55.88/55.90	c 
55.88/55.90	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
55.88/55.90	c # [type: int, range: [-1,2147483647], default: 0]
55.88/55.90	c heuristics/shiftandpropagate/freq = -1
55.88/55.90	c 
55.88/55.90	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
55.88/55.90	c # [type: int, range: [-1,2147483647], default: 10]
55.88/55.90	c heuristics/shifting/freq = -1
55.88/55.90	c 
55.88/55.90	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
55.88/55.90	c # [type: int, range: [-1,2147483647], default: 1]
55.88/55.90	c heuristics/simplerounding/freq = -1
55.88/55.90	c 
55.88/55.90	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
55.88/55.90	c # [type: int, range: [-1,2147483647], default: 1]
55.88/55.90	c heuristics/subnlp/freq = -1
55.88/55.90	c 
55.88/55.90	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
55.88/55.90	c # [type: int, range: [-1,2147483647], default: 0]
55.88/55.90	c heuristics/trivial/freq = -1
55.88/55.90	c 
55.88/55.90	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
55.88/55.90	c # [type: int, range: [-1,2147483647], default: 1]
55.88/55.90	c heuristics/trysol/freq = -1
55.88/55.90	c 
55.88/55.90	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
55.88/55.90	c # [type: int, range: [-1,2147483647], default: 0]
55.88/55.90	c heuristics/undercover/freq = -1
55.88/55.90	c 
55.88/55.90	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
55.88/55.90	c # [type: int, range: [-1,2147483647], default: 10]
55.88/55.90	c heuristics/veclendiving/freq = -1
55.88/55.90	c 
55.88/55.90	c # maximal fraction of diving LP iterations compared to node LP iterations
55.88/55.90	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
55.88/55.90	c heuristics/veclendiving/maxlpiterquot = 0.075
55.88/55.90	c 
55.88/55.90	c # additional number of allowed LP iterations
55.88/55.90	c # [type: int, range: [0,2147483647], default: 1000]
55.88/55.90	c heuristics/veclendiving/maxlpiterofs = 1500
55.88/55.90	c 
55.88/55.90	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
55.88/55.90	c # [type: int, range: [-1,2147483647], default: 1]
55.88/55.90	c heuristics/zirounding/freq = -1
55.88/55.90	c 
55.88/55.90	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
55.88/55.90	c # [type: int, range: [-1,2147483647], default: -1]
55.88/55.90	c propagating/probing/maxprerounds = 0
55.88/55.90	c 
55.88/55.90	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
55.88/55.90	c # [type: int, range: [-1,2147483647], default: 0]
55.88/55.90	c separating/cmir/freq = -1
55.88/55.90	c 
55.88/55.90	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
55.88/55.90	c # [type: int, range: [-1,2147483647], default: 0]
55.88/55.90	c separating/flowcover/freq = -1
55.88/55.90	c 
55.88/55.90	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
55.88/55.90	c # [type: int, range: [-1,2147483647], default: -1]
55.88/55.90	c separating/rapidlearning/freq = 0
55.88/55.90	c 
55.88/55.90	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
55.88/55.90	c # [type: int, range: [-1,2147483647], default: 1]
55.88/55.90	c heuristics/indoneopt/freq = -1
55.88/55.90	c 
55.88/55.90	c -----------------------------------------------------------------------------------------------
55.88/55.90	c start solving
55.98/56.06	c 
168.37/168.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
168.37/168.43	c   168s|     1 |     0 |  3271 |     - |3064M|   0 | 172 |4500 |2410k|4500 |2410k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
251.96/252.07	c   252s|     1 |     0 |  3422 |     - |3064M|   0 | 162 |4500 |2410k|4500 |2410k|  17 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
287.64/287.74	c   288s|     1 |     0 |  3660 |     - |3065M|   0 | 188 |4500 |2410k|4500 |2410k|  38 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
368.03/368.13	c   368s|     1 |     0 |  4018 |     - |3065M|   0 | 221 |4500 |2410k|4500 |2410k|  56 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
453.12/453.29	c   453s|     1 |     0 |  4330 |     - |3065M|   0 | 260 |4500 |2410k|4500 |2410k|  70 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
608.09/608.30	c   608s|     1 |     0 |  4778 |     - |3065M|   0 | 248 |4500 |2410k|4500 |2410k|  84 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1163.50/1163.71	c  1164s|     1 |     2 |  4778 |     - |3065M|   0 | 248 |4500 |2410k|4500 |2410k|  84 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
1797.90/1798.22	c 
1797.90/1798.22	c SCIP Status        : solving was interrupted [time limit reached]
1797.90/1798.22	c Solving Time (sec) : 1798.10
1797.90/1798.22	c Solving Nodes      : 3
1797.90/1798.22	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.90/1798.22	c Dual Bound         : +0.00000000000000e+00
1797.90/1798.22	c Gap                : infinite
1797.90/1798.22	s UNKNOWN
1797.90/1798.22	c SCIP Status        : solving was interrupted [time limit reached]
1797.90/1798.22	c Total Time         :    1798.10
1797.90/1798.22	c   solving          :    1798.10
1797.90/1798.22	c   presolving       :      48.06 (included in solving)
1797.90/1798.22	c   reading          :       6.09 (included in solving)
1797.90/1798.22	c   copying          :       0.00 (0 times copied the problem)
1797.90/1798.22	c Original Problem   :
1797.90/1798.22	c   Problem name     : HOME/instance-3690401-1338016939.opb
1797.90/1798.22	c   Variables        : 4500 (4500 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.90/1798.22	c   Constraints      : 2559501 initial, 2559501 maximal
1797.90/1798.22	c   Objective sense  : minimize
1797.90/1798.22	c Presolved Problem  :
1797.90/1798.22	c   Problem name     : t_HOME/instance-3690401-1338016939.opb
1797.90/1798.22	c   Variables        : 4500 (4500 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.90/1798.22	c   Constraints      : 2410502 initial, 2410502 maximal
1797.90/1798.22	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.90/1798.22	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.90/1798.22	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.90/1798.22	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.90/1798.22	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.90/1798.22	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.90/1798.22	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.90/1798.22	c   gateextraction   :       1.03       0.00          0          0          0          0          0          0          0          0          0
1797.90/1798.22	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.90/1798.22	c   components       :       0.83       0.00          0          0          0          0          0          0          0          0          0
1797.90/1798.22	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.90/1798.22	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.90/1798.22	c   knapsack         :       1.43       0.00          0          0          0          0          0          0          0          0       5251
1797.90/1798.22	c   setppc           :       0.43       0.00          0          0          0          0          0     148999          0          0          0
1797.90/1798.22	c   linear           :      13.45       0.00          0          0          0          0          0          0          0          0          0
1797.90/1798.22	c   logicor          :       9.73       8.91          0          0          0          0          0          0          0          0          0
1797.90/1798.22	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1797.90/1798.22	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1797.90/1798.22	c   integral         :          0          0          0          0          3          0          1          0          0          0          0          0          6
1797.90/1798.22	c   knapsack         :       4950       4950          5          4          0          0          0          0          0          1        571          0          0
1797.90/1798.22	c   setppc           :      51101      51101          5          4          0          0          0          0          0         96          0          0          0
1797.90/1798.22	c   linear           :          1          1          5          4          0          0          0          0          0          0          0          0          0
1797.90/1798.22	c   logicor          :    2354450    2354450          5          2          0          0          0          0          0          0          0          0          0
1797.90/1798.22	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1797.90/1798.22	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1797.90/1798.22	c   integral         :    1177.45       0.00       0.00       0.00    1177.45       0.00       0.00       0.00
1797.90/1798.22	c   knapsack         :       0.06       0.00       0.05       0.00       0.00       0.00       0.00       0.00
1797.90/1798.22	c   setppc           :       0.02       0.00       0.01       0.01       0.00       0.00       0.00       0.00
1797.90/1798.22	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.90/1798.22	c   logicor          :       9.86       8.91       0.38       0.58       0.00       0.00       0.00       0.00
1797.90/1798.22	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.90/1798.22	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1797.90/1798.22	c   rootredcost      :          0          0          0          0
1797.90/1798.22	c   pseudoobj        :          0          0          0          0
1797.90/1798.22	c   vbounds          :          0          0          0          0
1797.90/1798.22	c   redcost          :          8          0          0          0
1797.90/1798.22	c   probing          :          0          0          0          0
1797.90/1798.22	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1797.90/1798.22	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1797.90/1798.22	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
1797.90/1798.22	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
1797.90/1798.22	c   redcost          :       0.00       0.00       0.00       0.00       0.00
1797.90/1798.22	c   probing          :       0.00       0.00       0.00       0.00       0.00
1797.90/1798.22	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.90/1798.22	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.90/1798.22	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.90/1798.22	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.90/1798.22	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.90/1798.22	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.90/1798.22	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.90/1798.22	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.90/1798.22	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1797.90/1798.22	c   cut pool         :       0.00                     4          -          -          0          -    (maximal pool size: 150)
1797.90/1798.22	c   closecuts        :       0.00       0.00          0          0          0          0          0
1797.90/1798.22	c   impliedbounds    :       0.00       0.00          5          0          0          0          0
1797.90/1798.22	c   intobj           :       0.00       0.00          0          0          0          0          0
1797.90/1798.22	c   gomory           :      25.52       0.00          5          0          0        250          0
1797.90/1798.22	c   cgmip            :       0.00       0.00          0          0          0          0          0
1797.90/1798.22	c   strongcg         :     299.10       0.00          5          0          0       2500          0
1797.90/1798.22	c   cmir             :       0.00       0.00          0          0          0          0          0
1797.90/1798.22	c   flowcover        :       0.00       0.00          0          0          0          0          0
1797.90/1798.22	c   clique           :       0.03       0.00          5          0          0          0          0
1797.90/1798.22	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1797.90/1798.22	c   mcf              :       0.00       0.00          0          0          0          0          0
1797.90/1798.22	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1797.90/1798.22	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1797.90/1798.22	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1797.90/1798.22	c   problem variables:       0.00          -          0          0
1797.90/1798.22	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.90/1798.22	c   relpscost        :    1177.45       0.00          3          0          0          0          0          6
1797.90/1798.22	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1797.90/1798.22	c   inference        :       0.00       0.00          0          0          0          0          0          0
1797.90/1798.22	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1797.90/1798.22	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1797.90/1798.22	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1797.90/1798.22	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1797.90/1798.22	c   random           :       0.00       0.00          0          0          0          0          0          0
1797.90/1798.22	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1797.90/1798.22	c   LP solutions     :       0.00          -          -          0
1797.90/1798.22	c   pseudo solutions :       0.00          -          -          0
1797.90/1798.22	c   smallcard        :       0.00       0.00          0          0
1797.90/1798.22	c   trivial          :       0.54       0.00          1          0
1797.90/1798.22	c   shiftandpropagate:       0.00       0.00          0          0
1797.90/1798.22	c   simplerounding   :       0.00       0.00          0          0
1797.90/1798.22	c   zirounding       :       0.00       0.00          0          0
1797.90/1798.22	c   rounding         :       0.00       0.00          0          0
1797.90/1798.22	c   shifting         :       0.00       0.00          0          0
1797.90/1798.22	c   intshifting      :       0.00       0.00          0          0
1797.90/1798.22	c   oneopt           :       0.00       0.00          0          0
1797.90/1798.22	c   twoopt           :       0.00       0.00          0          0
1797.90/1798.22	c   indtwoopt        :       0.00       0.00          0          0
1797.90/1798.22	c   indoneopt        :       0.00       0.00          0          0
1797.90/1798.22	c   fixandinfer      :       0.00       0.00          0          0
1797.90/1798.22	c   feaspump         :       0.00       0.00          0          0
1797.90/1798.22	c   clique           :       0.00       0.00          0          0
1797.90/1798.22	c   indrounding      :       0.00       0.00          0          0
1797.90/1798.22	c   indcoefdiving    :       0.00       0.00          0          0
1797.90/1798.22	c   coefdiving       :       0.00       0.00          0          0
1797.90/1798.22	c   pscostdiving     :       0.00       0.00          0          0
1797.90/1798.22	c   nlpdiving        :       0.00       0.00          0          0
1797.90/1798.22	c   fracdiving       :       0.00       0.00          0          0
1797.90/1798.22	c   veclendiving     :       0.00       0.00          0          0
1797.90/1798.22	c   intdiving        :       0.00       0.00          0          0
1797.90/1798.22	c   actconsdiving    :       0.00       0.00          0          0
1797.90/1798.22	c   objpscostdiving  :       0.00       0.00          0          0
1797.90/1798.22	c   rootsoldiving    :       0.00       0.00          0          0
1797.90/1798.22	c   linesearchdiving :       0.00       0.00          0          0
1797.90/1798.22	c   guideddiving     :       0.00       0.00          0          0
1797.90/1798.22	c   octane           :       0.00       0.00          0          0
1797.90/1798.22	c   rens             :       0.00       0.00          0          0
1797.90/1798.22	c   rins             :       0.00       0.00          0          0
1797.90/1798.22	c   localbranching   :       0.00       0.00          0          0
1797.90/1798.22	c   mutation         :       0.00       0.00          0          0
1797.90/1798.22	c   crossover        :       0.00       0.00          0          0
1797.90/1798.22	c   dins             :       0.00       0.00          0          0
1797.90/1798.22	c   vbounds          :       0.00       0.00          0          0
1797.90/1798.22	c   undercover       :       0.00       0.00          0          0
1797.90/1798.22	c   subnlp           :       0.00       0.00          0          0
1797.90/1798.22	c   trysol           :       0.00       0.00          0          0
1797.90/1798.22	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1797.90/1798.22	c   primal LP        :       0.66          1          0       0.00       0.00       0.66          1
1797.90/1798.22	c   dual LP          :     231.52          8       4875     609.38      21.06       0.00          0
1797.90/1798.22	c   lex dual LP      :       0.00          0          0       0.00          -
1797.90/1798.22	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1797.90/1798.22	c   diving/probing LP:       0.00          0          0       0.00          -
1797.90/1798.22	c   strong branching :    1177.22         73      11472     157.15       9.74
1797.90/1798.22	c     (at root node) :          -         33       5578     169.03          -
1797.90/1798.22	c   conflict analysis:       0.00          0          0       0.00          -
1797.90/1798.22	c B&B Tree           :
1797.90/1798.22	c   number of runs   :          1
1797.90/1798.22	c   nodes            :          3
1797.90/1798.22	c   nodes (total)    :          3
1797.90/1798.22	c   nodes left       :          4
1797.90/1798.22	c   max depth        :          2
1797.90/1798.22	c   max depth (total):          2
1797.90/1798.22	c   backtracks       :          0 (0.0%)
1797.90/1798.22	c   delayed cutoffs  :          0
1797.90/1798.22	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.90/1798.22	c   avg switch length:       1.00
1797.90/1798.22	c   switching time   :       1.10
1797.90/1798.22	c Solution           :
1797.90/1798.22	c   Solutions found  :          0 (0 improvements)
1797.90/1798.22	c   Primal Bound     :          -
1797.90/1798.22	c   Dual Bound       : +0.00000000000000e+00
1797.90/1798.22	c   Gap              :   infinite
1797.90/1798.22	c   Root Dual Bound  : +0.00000000000000e+00
1797.90/1798.22	c   Root Iterations  :       4778

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-3690401-1338016939/watcher-3690401-1338016939 -o /tmp/evaluation-result-3690401-1338016939/solver-3690401-1338016939 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690401-1338016939.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.16 0.03 0.01 3/176 1851
/proc/meminfo: memFree=27881752/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=10624 CPUtime=0 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 1418 0 0 0 0 0 0 0 20 0 1 0 267820138 10878976 1372 33554432000 4194304 10173063 140736791034688 140735077937144 7545739 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 2656 1373 413 1460 0 1187 0

[startup+0.101777 s]
/proc/loadavg: 0.16 0.03 0.01 3/176 1851
/proc/meminfo: memFree=27881752/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=24992 CPUtime=0.09 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 5009 0 0 0 9 0 0 0 20 0 1 0 267820138 25591808 4959 33554432000 4194304 10173063 140736791034688 140735077937144 5479875 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 6248 4959 413 1460 0 4779 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24992

[startup+0.200213 s]
/proc/loadavg: 0.16 0.03 0.01 3/176 1851
/proc/meminfo: memFree=27881752/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=38752 CPUtime=0.19 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 8437 0 0 0 19 0 0 0 20 0 1 0 267820138 39682048 8387 33554432000 4194304 10173063 140736791034688 140735077937144 5479875 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 9688 8387 413 1460 0 8219 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 38752

[startup+0.300207 s]
/proc/loadavg: 0.16 0.03 0.01 3/176 1851
/proc/meminfo: memFree=27881752/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=50908 CPUtime=0.29 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 11480 0 0 0 28 1 0 0 20 0 1 0 267820138 52129792 11430 33554432000 4194304 10173063 140736791034688 140735077937144 8985008 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 12727 11430 413 1460 0 11258 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50908

[startup+0.70017 s]
/proc/loadavg: 0.16 0.03 0.01 3/176 1851
/proc/meminfo: memFree=27881752/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=101368 CPUtime=0.69 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 24038 0 0 0 66 3 0 0 20 0 1 0 267820138 103800832 23988 33554432000 4194304 10173063 140736791034688 140736790899864 5479875 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 25342 23988 413 1460 0 23873 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 101368

[startup+1.50028 s]
/proc/loadavg: 0.16 0.03 0.01 3/177 1852
/proc/meminfo: memFree=27692368/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=201964 CPUtime=1.49 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 49155 0 0 0 142 7 0 0 20 0 1 0 267820138 206811136 49105 33554432000 4194304 10173063 140736791034688 140736790899864 5479875 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 50491 49105 413 1460 0 49022 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 201964

[startup+3.10023 s]
/proc/loadavg: 0.16 0.03 0.01 3/177 1852
/proc/meminfo: memFree=27555352/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=404376 CPUtime=3.08 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 99640 0 0 0 294 14 0 0 20 0 1 0 267820138 414081024 99590 33554432000 4194304 10173063 140736791034688 140736790899864 8726823 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 101094 99590 413 1460 0 99625 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 404376

[startup+6.3003 s]
/proc/loadavg: 0.31 0.07 0.02 4/177 1852
/proc/meminfo: memFree=26800772/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=825732 CPUtime=6.29 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 203227 0 0 0 600 29 0 0 20 0 1 0 267820138 845549568 204681 33554432000 4194304 10173063 140736791034688 140736790899864 4900240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 206433 204681 465 1460 0 204964 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 825732

[startup+12.7002 s]
/proc/loadavg: 0.44 0.10 0.03 3/177 1852
/proc/meminfo: memFree=24632536/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=3029080 CPUtime=12.69 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 750157 0 0 0 1166 103 0 0 20 0 1 0 267820138 3101777920 748173 33554432000 4194304 10173063 140736791034688 140736791030424 7545739 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 757270 748173 509 1460 0 755801 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3029080

[startup+25.5003 s]
/proc/loadavg: 0.79 0.19 0.06 3/177 1852
/proc/meminfo: memFree=24195488/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=3310016 CPUtime=25.48 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 977002 0 0 0 2293 255 0 0 20 0 1 0 267820138 3389456384 813806 33554432000 4194304 10173063 140736791034688 140736791031688 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 827504 813806 561 1460 0 826035 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3310016

[startup+51.1002 s]
/proc/loadavg: 1.20 0.33 0.11 3/177 1852
/proc/meminfo: memFree=23761568/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=3741100 CPUtime=51.08 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 1104426 0 0 0 4624 484 0 0 20 0 1 0 267820138 3830886400 915722 33554432000 4194304 10173063 140736791034688 140736791032296 4953292 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 935275 915722 600 1460 0 933806 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3741100

[startup+102.3 s]
/proc/loadavg: 1.65 0.59 0.21 3/177 1853
/proc/meminfo: memFree=21560148/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=6259976 CPUtime=102.28 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 1375783 0 0 0 9651 577 0 0 20 0 1 0 267820138 6410215424 1464969 33554432000 4194304 10173063 140736791034688 140736791027944 8033088 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 1564994 1464969 745 1460 0 1563525 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 6259976

[startup+162.3 s]
/proc/loadavg: 1.87 0.84 0.32 3/177 1853
/proc/meminfo: memFree=21523880/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=6282628 CPUtime=162.26 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 1377919 0 0 0 15639 587 0 0 20 0 1 0 267820138 6433411072 1470759 33554432000 4194304 10173063 140736791034688 140736791027944 8007069 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 1570657 1470759 745 1460 0 1569188 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 6282628

[startup+222.307 s]
/proc/loadavg: 1.95 1.05 0.42 3/177 1853
/proc/meminfo: memFree=21902496/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=5704348 CPUtime=222.26 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 1382240 0 0 0 21627 599 0 0 20 0 1 0 267820138 5841252352 1376331 33554432000 4194304 10173063 140736791034688 140736791029608 7657636 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 1426087 1376331 779 1460 0 1424618 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 5704348

[startup+282.3 s]
/proc/loadavg: 1.98 1.22 0.52 3/178 1854
/proc/meminfo: memFree=21839908/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=5915056 CPUtime=282.24 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 1391416 0 0 0 27613 611 0 0 20 0 1 0 267820138 6057017344 1391967 33554432000 4194304 10173063 140736791034688 140736791027944 8012272 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 1478764 1391967 783 1460 0 1477295 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 5915056

[startup+342.3 s]
/proc/loadavg: 1.99 1.36 0.61 3/177 1854
/proc/meminfo: memFree=21814752/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=5948328 CPUtime=342.24 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 1392623 0 0 0 33609 615 0 0 20 0 1 0 267820138 6091087872 1398179 33554432000 4194304 10173063 140736791034688 140736791029528 5107543 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 1487082 1398179 783 1460 0 1485613 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 5948328

[startup+402.3 s]
/proc/loadavg: 1.99 1.47 0.69 3/177 1855
/proc/meminfo: memFree=21759428/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=5986720 CPUtime=402.23 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 1394803 0 0 0 39603 620 0 0 20 0 1 0 267820138 6130401280 1411888 33554432000 4194304 10173063 140736791034688 140736791029528 7654628 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 1496680 1411888 783 1460 0 1495211 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 5986720

[startup+462.3 s]
/proc/loadavg: 1.99 1.57 0.77 3/178 1858
/proc/meminfo: memFree=21755140/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=5979388 CPUtime=462.22 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 1397176 0 0 0 45595 627 0 0 20 0 1 0 267820138 6122893312 1412449 33554432000 4194304 10173063 140736791034688 140736791029528 7654641 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 1494847 1412449 783 1460 0 1493378 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 5979388

[startup+522.3 s]
/proc/loadavg: 1.99 1.64 0.84 3/177 1858
/proc/meminfo: memFree=21753392/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=5979388 CPUtime=522.21 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 1397176 0 0 0 51593 628 0 0 20 0 1 0 267820138 6122893312 1412449 33554432000 4194304 10173063 140736791034688 140736791029528 7657641 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 1494847 1412449 783 1460 0 1493378 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 5979388

[startup+582.3 s]
/proc/loadavg: 1.99 1.71 0.91 3/177 1858
/proc/meminfo: memFree=21766884/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=5997076 CPUtime=582.2 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 1399564 0 0 0 57587 633 0 0 20 0 1 0 267820138 6141005824 1408650 33554432000 4194304 10173063 140736791034688 140736791027944 8007098 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 1499269 1408650 783 1460 0 1497800 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 5997076

[startup+642.3 s]

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

[startup+882.306 s]
/proc/loadavg: 2.02 1.91 1.21 3/177 1859
/proc/meminfo: memFree=21762004/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=6008992 CPUtime=882.15 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 1433135 0 0 0 87475 740 0 0 20 0 1 0 267820138 6153207808 1410053 33554432000 4194304 10173063 140736791034688 140736791027560 8012042 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 1502248 1410053 787 1460 0 1500779 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 6008992

[startup+942.3 s]
/proc/loadavg: 2.00 1.92 1.26 3/177 1859
/proc/meminfo: memFree=21747756/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=6011612 CPUtime=942.13 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 1439280 0 0 0 93453 760 0 0 20 0 1 0 267820138 6155890688 1413580 33554432000 4194304 10173063 140736791034688 140736791028136 8012037 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 1502903 1413580 787 1460 0 1501434 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 6011612

[startup+1002.3 s]
/proc/loadavg: 2.00 1.94 1.30 3/176 1859
/proc/meminfo: memFree=21749468/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=6007356 CPUtime=1002.13 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 1447196 0 0 0 99428 785 0 0 20 0 1 0 267820138 6151532544 1413070 33554432000 4194304 10173063 140736791034688 140736791028136 8012272 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 1501839 1413070 787 1460 0 1500370 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 6007356

[startup+1062.3 s]
/proc/loadavg: 2.00 1.94 1.34 3/178 1863
/proc/meminfo: memFree=21755804/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=6003256 CPUtime=1062.12 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 1455169 0 0 0 105406 806 0 0 20 0 1 0 267820138 6147334144 1411409 33554432000 4194304 10173063 140736791034688 140736791028136 8047180 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 1500814 1411409 787 1460 0 1499345 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 6003256

[startup+1122.3 s]
/proc/loadavg: 2.00 1.95 1.38 3/177 1863
/proc/meminfo: memFree=21698880/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=6065052 CPUtime=1122.1 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 1458298 0 0 0 111391 819 0 0 20 0 1 0 267820138 6210613248 1425664 33554432000 4194304 10173063 140736791034688 140736791028136 7595768 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 1516263 1425664 787 1460 0 1514794 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 6065052

[startup+1182.3 s]
/proc/loadavg: 2.00 1.96 1.42 3/177 1863
/proc/meminfo: memFree=21702004/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=6043368 CPUtime=1182.09 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 1461776 0 0 0 117377 832 0 0 20 0 1 0 267820138 6188408832 1424921 33554432000 4194304 10173063 140736791034688 140736791028136 8007104 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 1510842 1424921 794 1460 0 1509373 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 6043368

[startup+1242.3 s]
/proc/loadavg: 2.11 1.99 1.46 3/177 1863
/proc/meminfo: memFree=21708296/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=6046136 CPUtime=1242.09 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 1466158 0 0 0 123361 848 0 0 20 0 1 0 267820138 6191243264 1423195 33554432000 4194304 10173063 140736791034688 140736791028136 8032952 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 1511534 1423195 794 1460 0 1510065 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 6046136

[startup+1302.3 s]
/proc/loadavg: 2.04 1.99 1.49 3/177 1863
/proc/meminfo: memFree=21719992/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=6039356 CPUtime=1302.08 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 1472885 0 0 0 129334 874 0 0 20 0 1 0 267820138 6184300544 1420267 33554432000 4194304 10173063 140736791034688 140736791028136 8007064 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 1509839 1420267 794 1460 0 1508370 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 6039356

[startup+1362.3 s]
/proc/loadavg: 2.01 1.99 1.52 3/177 1864
/proc/meminfo: memFree=21710648/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=6043156 CPUtime=1362.07 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 1481839 0 0 0 135305 902 0 0 20 0 1 0 267820138 6188191744 1422784 33554432000 4194304 10173063 140736791034688 140736791028136 7594611 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 1510789 1422784 794 1460 0 1509320 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 6043156

[startup+1422.3 s]
/proc/loadavg: 2.00 1.99 1.55 3/177 1864
/proc/meminfo: memFree=21670760/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=6074652 CPUtime=1422.06 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 1484578 0 0 0 141287 919 0 0 20 0 1 0 267820138 6220443648 1431592 33554432000 4194304 10173063 140736791034688 140736791028136 8063971 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 1518663 1431592 794 1460 0 1517194 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 6074652

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.57 3/177 1864
/proc/meminfo: memFree=21703616/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=6042284 CPUtime=1482.05 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 1487545 0 0 0 147269 936 0 0 20 0 1 0 267820138 6187298816 1423414 33554432000 4194304 10173063 140736791034688 140736791028136 7980756 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 1510571 1423414 794 1460 0 1509102 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 6042284

[startup+1542.31 s]
/proc/loadavg: 2.00 1.99 1.60 3/177 1902
/proc/meminfo: memFree=22588204/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=6039356 CPUtime=1542.05 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 1491323 0 0 0 153249 956 0 0 20 0 1 0 267820138 6184300544 1420828 33554432000 4194304 10173063 140736791034688 140736791028136 7706464 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 1509839 1420828 794 1460 0 1508370 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 6039356

[startup+1602.3 s]
/proc/loadavg: 2.06 2.01 1.63 3/177 1902
/proc/meminfo: memFree=22588064/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=6039356 CPUtime=1602.03 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 1496143 0 0 0 159231 972 0 0 20 0 1 0 267820138 6184300544 1420852 33554432000 4194304 10173063 140736791034688 140736791027400 8007064 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 1509839 1420852 794 1460 0 1508370 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 6039356

[startup+1662.3 s]
/proc/loadavg: 2.02 2.00 1.65 3/178 1906
/proc/meminfo: memFree=22579260/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=6040156 CPUtime=1662.02 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 1505363 0 0 0 165201 1001 0 0 20 0 1 0 267820138 6185119744 1422862 33554432000 4194304 10173063 140736791034688 140736791028520 7594611 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 1510039 1422862 794 1460 0 1508570 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 6040156

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 1.67 3/177 1906
/proc/meminfo: memFree=22575968/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=6042240 CPUtime=1722.02 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 1509977 0 0 0 171178 1024 0 0 20 0 1 0 267820138 6187253760 1423589 33554432000 4194304 10173063 140736791034688 140736791027864 7910507 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 1510560 1423589 794 1460 0 1509091 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 6042240

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.69 3/177 1906
/proc/meminfo: memFree=22537284/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=6086432 CPUtime=1782 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 1514915 0 0 0 177163 1037 0 0 20 0 1 0 267820138 6232506368 1432989 33554432000 4194304 10173063 140736791034688 140736791028136 8033088 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 1521608 1432989 796 1460 0 1520139 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 6086432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.01 2.00 1.69 4/177 1906
/proc/meminfo: memFree=22596400/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=6040728 CPUtime=1800.01 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4202496 1519630 0 0 0 178955 1046 0 0 20 0 1 0 267820138 6185705472 1418295 33554432000 4194304 10173063 140736791034688 140736791033800 5061379 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 1510182 1418295 807 1460 0 1508713 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 6040728

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

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

[startup+1800.41 s]
/proc/loadavg: 2.01 2.00 1.69 4/177 1906
/proc/meminfo: memFree=22596400/32873648 swapFree=6864/6864
[pid=1851] ppid=1849 vsize=0 CPUtime=1800.11 cores=0,2,4,6
/proc/1851/stat : 1851 (scip-2.1.1.4fix) R 1849 1851 1798 0 -1 4203524 1519630 0 0 0 178955 1056 0 0 20 0 1 0 267820138 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1851/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.42
CPU time (s): 1800.14
CPU user time (s): 1789.55
CPU system time (s): 10.5834
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 6583956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.55
system time used= 10.5834
maximum resident set size= 5957000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1519630
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= 16
involuntary context switches= 1890

runsolver used 3.44048 second user time and 9.35458 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-26 09:22:22
IDJOB=3690401
IDBENCH=1381
IDSOLVER=2270
FILE ID=node120/3690401-1338016939
RUNJOBID= node120-1338016936-1815
PBS_JOBID= 14624351
Free space on /tmp= 71512 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/dbst/normalized-dbst_v50_e1000_d25_mw10_3.opb.PB06.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-3690401-1338016939/watcher-3690401-1338016939 -o /tmp/evaluation-result-3690401-1338016939/solver-3690401-1338016939 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690401-1338016939.opb -t 1800 -m 15500

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

MD5SUM BENCH= 16e382d24044cea3204cbf333685cccd
RANDOM SEED=920236827

node120.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.456
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.91
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.456
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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.88
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.456
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.456
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.83
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.456
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.456
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:        27884620 kB
Buffers:          208352 kB
Cached:          3537784 kB
SwapCached:          492 kB
Active:          1171688 kB
Inactive:        3041928 kB
Active(anon):     457828 kB
Inactive(anon):    12388 kB
Active(file):     713860 kB
Inactive(file):  3029540 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:            127140 kB
Writeback:             0 kB
AnonPages:        476216 kB
Mapped:            15528 kB
Shmem:               120 kB
Slab:             638284 kB
SReclaimable:      78408 kB
SUnreclaim:       559876 kB
KernelStack:        1448 kB
PageTables:         4944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     583920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 71508 MiB
End job on node120 at 2012-05-26 09:52:24