Trace number 3690400

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) 1802.24 1802.53

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v50_e1000_d25_mw10_1.opb.PB06.opb
MD5SUM79ed7fb7a57e7e2ac59cfc8508d281c9
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.6336
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 420
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-3690400-1338016939.opb>
5.98/6.08	c original problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
5.98/6.08	c problem read in 6.08
6.09/6.19	c No objective function, only one solution is needed.
6.09/6.19	c presolving settings loaded
16.18/16.26	c presolving:
47.18/47.21	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
55.08/55.11	c (round 2) 0 del vars, 148999 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 5050 chg coeffs, 2757500 upgd conss, 102000 impls, 100 clqs
72.87/72.94	c presolving (3 rounds):
72.87/72.94	c  0 deleted vars, 148999 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 5264 changed coefficients
72.87/72.94	c  106900 implications, 100 cliques
72.87/72.94	c presolved problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2410502 constraints
72.87/72.94	c    4950 constraints of type <knapsack>
72.87/72.94	c   51101 constraints of type <setppc>
72.87/72.94	c       1 constraints of type <linear>
72.87/72.94	c 2354450 constraints of type <logicor>
72.87/72.94	c transformed objective value is always integral (scale: 1)
72.87/72.94	c Presolving Time: 65.11
72.87/72.94	c - non default parameters ----------------------------------------------------------------------
72.87/72.94	c # SCIP version 2.1.1.4
72.87/72.94	c 
72.87/72.94	c # maximal time in seconds to run
72.87/72.94	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
72.87/72.94	c limits/time = 1797
72.87/72.94	c 
72.87/72.94	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
72.87/72.94	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
72.87/72.94	c limits/memory = 13950
72.87/72.94	c 
72.87/72.94	c # solving stops, if the given number of solutions were found (-1: no limit)
72.87/72.94	c # [type: int, range: [-1,2147483647], default: -1]
72.87/72.94	c limits/solutions = 1
72.87/72.94	c 
72.87/72.94	c # maximal number of separation rounds per node (-1: unlimited)
72.87/72.94	c # [type: int, range: [-1,2147483647], default: 5]
72.87/72.94	c separating/maxrounds = 1
72.87/72.94	c 
72.87/72.94	c # maximal number of separation rounds in the root node (-1: unlimited)
72.87/72.94	c # [type: int, range: [-1,2147483647], default: -1]
72.87/72.94	c separating/maxroundsroot = 5
72.87/72.94	c 
72.87/72.94	c # default clock type (1: CPU user seconds, 2: wall clock time)
72.87/72.94	c # [type: int, range: [1,2], default: 1]
72.87/72.94	c timing/clocktype = 2
72.87/72.94	c 
72.87/72.94	c # belongs reading time to solving time?
72.87/72.94	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
72.87/72.94	c timing/reading = TRUE
72.87/72.94	c 
72.87/72.94	c # should disaggregation of knapsack constraints be allowed in preprocessing?
72.87/72.94	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
72.87/72.94	c constraints/knapsack/disaggregation = FALSE
72.87/72.94	c 
72.87/72.94	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
72.87/72.94	c # [type: int, range: [-1,2147483647], default: 10]
72.87/72.94	c heuristics/coefdiving/freq = -1
72.87/72.94	c 
72.87/72.94	c # maximal fraction of diving LP iterations compared to node LP iterations
72.87/72.94	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
72.87/72.94	c heuristics/coefdiving/maxlpiterquot = 0.075
72.87/72.94	c 
72.87/72.94	c # additional number of allowed LP iterations
72.87/72.94	c # [type: int, range: [0,2147483647], default: 1000]
72.87/72.94	c heuristics/coefdiving/maxlpiterofs = 1500
72.87/72.94	c 
72.87/72.94	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
72.87/72.94	c # [type: int, range: [-1,2147483647], default: 30]
72.87/72.94	c heuristics/crossover/freq = -1
72.87/72.94	c 
72.87/72.94	c # number of nodes added to the contingent of the total nodes
72.87/72.94	c # [type: longint, range: [0,9223372036854775807], default: 500]
72.87/72.94	c heuristics/crossover/nodesofs = 750
72.87/72.94	c 
72.87/72.94	c # number of nodes without incumbent change that heuristic should wait
72.87/72.94	c # [type: longint, range: [0,9223372036854775807], default: 200]
72.87/72.94	c heuristics/crossover/nwaitingnodes = 100
72.87/72.94	c 
72.87/72.94	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
72.87/72.94	c # [type: real, range: [0,1], default: 0.1]
72.87/72.94	c heuristics/crossover/nodesquot = 0.15
72.87/72.94	c 
72.87/72.94	c # minimum percentage of integer variables that have to be fixed 
72.87/72.94	c # [type: real, range: [0,1], default: 0.666]
72.87/72.94	c heuristics/crossover/minfixingrate = 0.5
72.87/72.94	c 
72.87/72.94	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
72.87/72.94	c # [type: int, range: [-1,2147483647], default: 20]
72.87/72.94	c heuristics/feaspump/freq = -1
72.87/72.94	c 
72.87/72.94	c # additional number of allowed LP iterations
72.87/72.94	c # [type: int, range: [0,2147483647], default: 1000]
72.87/72.94	c heuristics/feaspump/maxlpiterofs = 2000
72.87/72.94	c 
72.87/72.94	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
72.87/72.94	c # [type: int, range: [-1,2147483647], default: 10]
72.87/72.94	c heuristics/fracdiving/freq = -1
72.87/72.94	c 
72.87/72.94	c # maximal fraction of diving LP iterations compared to node LP iterations
72.87/72.94	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
72.87/72.94	c heuristics/fracdiving/maxlpiterquot = 0.075
72.87/72.94	c 
72.87/72.94	c # additional number of allowed LP iterations
72.87/72.94	c # [type: int, range: [0,2147483647], default: 1000]
72.87/72.94	c heuristics/fracdiving/maxlpiterofs = 1500
72.87/72.94	c 
72.87/72.94	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
72.87/72.94	c # [type: int, range: [-1,2147483647], default: 10]
72.87/72.94	c heuristics/guideddiving/freq = -1
72.87/72.94	c 
72.87/72.94	c # maximal fraction of diving LP iterations compared to node LP iterations
72.87/72.94	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
72.87/72.94	c heuristics/guideddiving/maxlpiterquot = 0.075
72.87/72.94	c 
72.87/72.94	c # additional number of allowed LP iterations
72.87/72.94	c # [type: int, range: [0,2147483647], default: 1000]
72.87/72.94	c heuristics/guideddiving/maxlpiterofs = 1500
72.87/72.94	c 
72.87/72.94	c # maximal fraction of diving LP iterations compared to node LP iterations
72.87/72.94	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
72.87/72.94	c heuristics/intdiving/maxlpiterquot = 0.075
72.87/72.94	c 
72.87/72.94	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
72.87/72.94	c # [type: int, range: [-1,2147483647], default: 10]
72.87/72.94	c heuristics/intshifting/freq = -1
72.87/72.94	c 
72.87/72.94	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
72.87/72.94	c # [type: int, range: [-1,2147483647], default: 10]
72.87/72.94	c heuristics/linesearchdiving/freq = -1
72.87/72.94	c 
72.87/72.94	c # maximal fraction of diving LP iterations compared to node LP iterations
72.87/72.94	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
72.87/72.94	c heuristics/linesearchdiving/maxlpiterquot = 0.075
72.87/72.94	c 
72.87/72.94	c # additional number of allowed LP iterations
72.87/72.94	c # [type: int, range: [0,2147483647], default: 1000]
72.87/72.94	c heuristics/linesearchdiving/maxlpiterofs = 1500
72.87/72.94	c 
72.87/72.94	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
72.87/72.94	c # [type: int, range: [-1,2147483647], default: 20]
72.87/72.94	c heuristics/objpscostdiving/freq = -1
72.87/72.94	c 
72.87/72.94	c # maximal fraction of diving LP iterations compared to total iteration number
72.87/72.94	c # [type: real, range: [0,1], default: 0.01]
72.87/72.94	c heuristics/objpscostdiving/maxlpiterquot = 0.015
72.87/72.94	c 
72.87/72.94	c # additional number of allowed LP iterations
72.87/72.94	c # [type: int, range: [0,2147483647], default: 1000]
72.87/72.94	c heuristics/objpscostdiving/maxlpiterofs = 1500
72.87/72.94	c 
72.87/72.94	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
72.87/72.94	c # [type: int, range: [-1,2147483647], default: 1]
72.87/72.94	c heuristics/oneopt/freq = -1
72.87/72.94	c 
72.87/72.94	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
72.87/72.94	c # [type: int, range: [-1,2147483647], default: 10]
72.87/72.94	c heuristics/pscostdiving/freq = -1
72.87/72.94	c 
72.87/72.94	c # maximal fraction of diving LP iterations compared to node LP iterations
72.87/72.94	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
72.87/72.94	c heuristics/pscostdiving/maxlpiterquot = 0.075
72.87/72.94	c 
72.87/72.94	c # additional number of allowed LP iterations
72.87/72.94	c # [type: int, range: [0,2147483647], default: 1000]
72.87/72.94	c heuristics/pscostdiving/maxlpiterofs = 1500
72.87/72.94	c 
72.87/72.94	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
72.87/72.94	c # [type: int, range: [-1,2147483647], default: 0]
72.87/72.94	c heuristics/rens/freq = -1
72.87/72.94	c 
72.87/72.94	c # minimum percentage of integer variables that have to be fixable 
72.87/72.94	c # [type: real, range: [0,1], default: 0.5]
72.87/72.94	c heuristics/rens/minfixingrate = 0.3
72.87/72.94	c 
72.87/72.94	c # number of nodes added to the contingent of the total nodes
72.87/72.94	c # [type: longint, range: [0,9223372036854775807], default: 500]
72.87/72.94	c heuristics/rens/nodesofs = 2000
72.87/72.94	c 
72.87/72.94	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
72.87/72.94	c # [type: int, range: [-1,2147483647], default: 20]
72.87/72.94	c heuristics/rootsoldiving/freq = -1
72.87/72.94	c 
72.87/72.94	c # maximal fraction of diving LP iterations compared to node LP iterations
72.87/72.94	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
72.87/72.94	c heuristics/rootsoldiving/maxlpiterquot = 0.015
72.87/72.94	c 
72.87/72.94	c # additional number of allowed LP iterations
72.87/72.94	c # [type: int, range: [0,2147483647], default: 1000]
72.87/72.94	c heuristics/rootsoldiving/maxlpiterofs = 1500
72.87/72.94	c 
72.87/72.94	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
72.87/72.94	c # [type: int, range: [-1,2147483647], default: 1]
72.87/72.94	c heuristics/rounding/freq = -1
72.87/72.94	c 
72.87/72.94	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
72.87/72.94	c # [type: int, range: [-1,2147483647], default: 0]
72.87/72.94	c heuristics/shiftandpropagate/freq = -1
72.87/72.94	c 
72.87/72.94	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
72.87/72.94	c # [type: int, range: [-1,2147483647], default: 10]
72.87/72.94	c heuristics/shifting/freq = -1
72.87/72.94	c 
72.87/72.94	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
72.87/72.94	c # [type: int, range: [-1,2147483647], default: 1]
72.87/72.94	c heuristics/simplerounding/freq = -1
72.87/72.94	c 
72.87/72.94	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
72.87/72.94	c # [type: int, range: [-1,2147483647], default: 1]
72.87/72.94	c heuristics/subnlp/freq = -1
72.87/72.94	c 
72.87/72.94	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
72.87/72.94	c # [type: int, range: [-1,2147483647], default: 0]
72.87/72.94	c heuristics/trivial/freq = -1
72.87/72.94	c 
72.87/72.94	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
72.87/72.94	c # [type: int, range: [-1,2147483647], default: 1]
72.87/72.94	c heuristics/trysol/freq = -1
72.87/72.94	c 
72.87/72.94	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
72.87/72.94	c # [type: int, range: [-1,2147483647], default: 0]
72.87/72.94	c heuristics/undercover/freq = -1
72.87/72.94	c 
72.87/72.94	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
72.87/72.94	c # [type: int, range: [-1,2147483647], default: 10]
72.87/72.94	c heuristics/veclendiving/freq = -1
72.87/72.94	c 
72.87/72.94	c # maximal fraction of diving LP iterations compared to node LP iterations
72.87/72.94	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
72.87/72.94	c heuristics/veclendiving/maxlpiterquot = 0.075
72.87/72.94	c 
72.87/72.94	c # additional number of allowed LP iterations
72.87/72.94	c # [type: int, range: [0,2147483647], default: 1000]
72.87/72.94	c heuristics/veclendiving/maxlpiterofs = 1500
72.87/72.94	c 
72.87/72.94	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
72.87/72.94	c # [type: int, range: [-1,2147483647], default: 1]
72.87/72.94	c heuristics/zirounding/freq = -1
72.87/72.94	c 
72.87/72.94	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
72.87/72.94	c # [type: int, range: [-1,2147483647], default: -1]
72.87/72.94	c propagating/probing/maxprerounds = 0
72.87/72.94	c 
72.87/72.94	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
72.87/72.94	c # [type: int, range: [-1,2147483647], default: 0]
72.87/72.94	c separating/cmir/freq = -1
72.87/72.94	c 
72.87/72.94	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
72.87/72.94	c # [type: int, range: [-1,2147483647], default: 0]
72.87/72.94	c separating/flowcover/freq = -1
72.87/72.94	c 
72.87/72.94	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
72.87/72.94	c # [type: int, range: [-1,2147483647], default: -1]
72.87/72.94	c separating/rapidlearning/freq = 0
72.87/72.94	c 
72.87/72.94	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
72.87/72.94	c # [type: int, range: [-1,2147483647], default: 1]
72.87/72.94	c heuristics/indoneopt/freq = -1
72.87/72.94	c 
72.87/72.94	c -----------------------------------------------------------------------------------------------
72.87/72.94	c start solving
73.07/73.10	c 
189.75/189.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
189.75/189.84	c   190s|     1 |     0 |  2641 |     - |3069M|   0 | 171 |4500 |2410k|4500 |2410k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
244.95/245.04	c   245s|     1 |     0 |  3242 |     - |3069M|   0 | 218 |4500 |2410k|4500 |2410k|  20 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
545.80/545.93	c   546s|     1 |     0 |  8137 |     - |3069M|   0 | 510 |4500 |2410k|4500 |2410k|  42 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
803.76/803.93	c   804s|     1 |     0 | 11236 |     - |3069M|   0 | 439 |4500 |2410k|4500 |2410k|  59 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
888.25/888.46	c   888s|     1 |     0 | 12211 |     - |3070M|   0 | 428 |4500 |2410k|4500 |2410k|  79 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1034.72/1034.98	c  1035s|     1 |     0 | 14190 |     - |3070M|   0 | 409 |4500 |2410k|4500 |2410k| 101 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1520.55/1520.88	c  1521s|     1 |     2 | 14190 |     - |3070M|   0 | 409 |4500 |2410k|4500 |2410k| 101 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
1800.71/1801.07	c 
1800.71/1801.07	c SCIP Status        : solving was interrupted [user interrupt]
1800.71/1801.07	c Solving Time (sec) : 1800.96
1800.71/1801.07	c Solving Nodes      : 2
1800.71/1801.07	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.71/1801.07	c Dual Bound         : +0.00000000000000e+00
1800.71/1801.07	c Gap                : infinite
1800.71/1801.07	s UNKNOWN
1800.71/1801.07	c SCIP Status        : solving was interrupted [user interrupt]
1800.71/1801.07	c Total Time         :    1800.96
1800.71/1801.07	c   solving          :    1800.96
1800.71/1801.07	c   presolving       :      65.11 (included in solving)
1800.71/1801.07	c   reading          :       6.08 (included in solving)
1800.71/1801.07	c   copying          :       0.00 (0 times copied the problem)
1800.71/1801.07	c Original Problem   :
1800.71/1801.07	c   Problem name     : HOME/instance-3690400-1338016939.opb
1800.71/1801.07	c   Variables        : 4500 (4500 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.71/1801.07	c   Constraints      : 2559501 initial, 2559501 maximal
1800.71/1801.07	c   Objective sense  : minimize
1800.71/1801.07	c Presolved Problem  :
1800.71/1801.07	c   Problem name     : t_HOME/instance-3690400-1338016939.opb
1800.71/1801.07	c   Variables        : 4500 (4500 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.71/1801.07	c   Constraints      : 2410502 initial, 2410502 maximal
1800.71/1801.07	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.71/1801.07	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1800.71/1801.07	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1800.71/1801.07	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1800.71/1801.07	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1800.71/1801.07	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1800.71/1801.07	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1800.71/1801.07	c   gateextraction   :       1.07       0.00          0          0          0          0          0          0          0          0          0
1800.71/1801.07	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1800.71/1801.07	c   components       :       0.85       0.00          0          0          0          0          0          0          0          0          0
1800.71/1801.07	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1800.71/1801.07	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1800.71/1801.07	c   knapsack         :       1.48       0.00          0          0          0          0          0          0          0          0       5264
1800.71/1801.07	c   setppc           :       0.72       0.00          0          0          0          0          0     148999          0          0          0
1800.71/1801.07	c   linear           :      20.68       0.00          0          0          0          0          0          0          0          0          0
1800.71/1801.07	c   logicor          :      18.75       9.19          0          0          0          0          0          0          0          0          0
1800.71/1801.07	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1800.71/1801.07	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1800.71/1801.07	c   integral         :          0          0          0          0          2          0          1          0          0          0          0          0          4
1800.71/1801.07	c   knapsack         :       4950       4950          5          2          0          0          0          0          0          0        840          0          0
1800.71/1801.07	c   setppc           :      51101      51101          5          2          0          0          0          0          0          0          0          0          0
1800.71/1801.07	c   linear           :          1          1          5          2          0          0          0          0          0          0          0          0          0
1800.71/1801.07	c   logicor          :    2354450    2354450          5          1          0          0          0          0          0          0          0          0          0
1800.71/1801.07	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1800.71/1801.07	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1800.71/1801.07	c   integral         :     761.31       0.00       0.00       0.00     761.31       0.00       0.00       0.00
1800.71/1801.07	c   knapsack         :       0.06       0.00       0.06       0.00       0.00       0.00       0.00       0.00
1800.71/1801.07	c   setppc           :       0.01       0.00       0.01       0.00       0.00       0.00       0.00       0.00
1800.71/1801.07	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.71/1801.07	c   logicor          :      10.21       9.19       0.43       0.59       0.00       0.00       0.00       0.00
1800.71/1801.07	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.71/1801.07	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1800.71/1801.07	c   rootredcost      :          0          0          0          0
1800.71/1801.07	c   pseudoobj        :          0          0          0          0
1800.71/1801.07	c   vbounds          :          0          0          0          0
1800.71/1801.07	c   redcost          :          7          0          0          0
1800.71/1801.07	c   probing          :          0          0          0          0
1800.71/1801.07	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1800.71/1801.07	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1800.71/1801.07	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
1800.71/1801.07	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
1800.71/1801.07	c   redcost          :       0.00       0.00       0.00       0.00       0.00
1800.71/1801.07	c   probing          :       0.00       0.00       0.00       0.00       0.00
1800.71/1801.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.71/1801.07	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.71/1801.07	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.71/1801.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.71/1801.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.71/1801.07	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.71/1801.07	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.71/1801.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.71/1801.07	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1800.71/1801.07	c   cut pool         :       0.00                     4          -          -          0          -    (maximal pool size: 228)
1800.71/1801.07	c   closecuts        :       0.00       0.00          0          0          0          0          0
1800.71/1801.07	c   impliedbounds    :       0.00       0.00          5          0          0          0          0
1800.71/1801.07	c   intobj           :       0.00       0.00          0          0          0          0          0
1800.71/1801.07	c   gomory           :      11.78       0.00          5          0          0        250          0
1800.71/1801.07	c   cgmip            :       0.00       0.00          0          0          0          0          0
1800.71/1801.07	c   strongcg         :     153.32       0.00          5          0          0       2500          0
1800.71/1801.07	c   cmir             :       0.00       0.00          0          0          0          0          0
1800.71/1801.07	c   flowcover        :       0.00       0.00          0          0          0          0          0
1800.71/1801.07	c   clique           :       0.08       0.00          5          0          0          0          0
1800.71/1801.07	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1800.71/1801.07	c   mcf              :       0.00       0.00          0          0          0          0          0
1800.71/1801.07	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1800.71/1801.07	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1800.71/1801.07	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1800.71/1801.07	c   problem variables:       0.00          -          0          0
1800.71/1801.07	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.71/1801.07	c   relpscost        :     761.31       0.00          2          0          0          0          0          4
1800.71/1801.07	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1800.71/1801.07	c   inference        :       0.00       0.00          0          0          0          0          0          0
1800.71/1801.07	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1800.71/1801.07	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1800.71/1801.07	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1800.71/1801.07	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1800.71/1801.07	c   random           :       0.00       0.00          0          0          0          0          0          0
1800.71/1801.07	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1800.71/1801.07	c   LP solutions     :       0.00          -          -          0
1800.71/1801.07	c   pseudo solutions :       0.00          -          -          0
1800.71/1801.07	c   smallcard        :       0.00       0.00          0          0
1800.71/1801.07	c   trivial          :       0.54       0.00          1          0
1800.71/1801.07	c   shiftandpropagate:       0.00       0.00          0          0
1800.71/1801.07	c   simplerounding   :       0.00       0.00          0          0
1800.71/1801.07	c   zirounding       :       0.00       0.00          0          0
1800.71/1801.07	c   rounding         :       0.00       0.00          0          0
1800.71/1801.07	c   shifting         :       0.00       0.00          0          0
1800.71/1801.07	c   intshifting      :       0.00       0.00          0          0
1800.71/1801.07	c   oneopt           :       0.00       0.00          0          0
1800.71/1801.07	c   twoopt           :       0.00       0.00          0          0
1800.71/1801.07	c   indtwoopt        :       0.00       0.00          0          0
1800.71/1801.07	c   indoneopt        :       0.00       0.00          0          0
1800.71/1801.07	c   fixandinfer      :       0.00       0.00          0          0
1800.71/1801.07	c   feaspump         :       0.00       0.00          0          0
1800.71/1801.07	c   clique           :       0.00       0.00          0          0
1800.71/1801.07	c   indrounding      :       0.00       0.00          0          0
1800.71/1801.07	c   indcoefdiving    :       0.00       0.00          0          0
1800.71/1801.07	c   coefdiving       :       0.00       0.00          0          0
1800.71/1801.07	c   pscostdiving     :       0.00       0.00          0          0
1800.71/1801.07	c   nlpdiving        :       0.00       0.00          0          0
1800.71/1801.07	c   fracdiving       :       0.00       0.00          0          0
1800.71/1801.07	c   veclendiving     :       0.00       0.00          0          0
1800.71/1801.07	c   intdiving        :       0.00       0.00          0          0
1800.71/1801.07	c   actconsdiving    :       0.00       0.00          0          0
1800.71/1801.07	c   objpscostdiving  :       0.00       0.00          0          0
1800.71/1801.07	c   rootsoldiving    :       0.00       0.00          0          0
1800.71/1801.07	c   linesearchdiving :       0.00       0.00          0          0
1800.71/1801.07	c   guideddiving     :       0.00       0.00          0          0
1800.71/1801.07	c   octane           :       0.00       0.00          0          0
1800.71/1801.07	c   rens             :       0.00       0.00          0          0
1800.71/1801.07	c   rins             :       0.00       0.00          0          0
1800.71/1801.07	c   localbranching   :       0.00       0.00          0          0
1800.71/1801.07	c   mutation         :       0.00       0.00          0          0
1800.71/1801.07	c   crossover        :       0.00       0.00          0          0
1800.71/1801.07	c   dins             :       0.00       0.00          0          0
1800.71/1801.07	c   vbounds          :       0.00       0.00          0          0
1800.71/1801.07	c   undercover       :       0.00       0.00          0          0
1800.71/1801.07	c   subnlp           :       0.00       0.00          0          0
1800.71/1801.07	c   trysol           :       0.00       0.00          0          0
1800.71/1801.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1800.71/1801.07	c   primal LP        :       0.91          1          0       0.00       0.00       0.91          1
1800.71/1801.07	c   dual LP          :     792.38          7      14215    2030.71      17.94       0.00          0
1800.71/1801.07	c   lex dual LP      :       0.00          0          0       0.00          -
1800.71/1801.07	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1800.71/1801.07	c   diving/probing LP:       0.00          0          0       0.00          -
1800.71/1801.07	c   strong branching :     761.16         44       8060     183.18      10.59
1800.71/1801.07	c     (at root node) :          -         33       4545     137.73          -
1800.71/1801.07	c   conflict analysis:       0.00          0          0       0.00          -
1800.71/1801.07	c B&B Tree           :
1800.71/1801.07	c   number of runs   :          1
1800.71/1801.07	c   nodes            :          2
1800.71/1801.07	c   nodes (total)    :          2
1800.71/1801.07	c   nodes left       :          3
1800.71/1801.07	c   max depth        :          1
1800.71/1801.07	c   max depth (total):          1
1800.71/1801.07	c   backtracks       :          0 (0.0%)
1800.71/1801.07	c   delayed cutoffs  :          0
1800.71/1801.07	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.71/1801.07	c   avg switch length:       1.00
1800.71/1801.07	c   switching time   :       1.23
1800.71/1801.07	c Solution           :
1800.71/1801.07	c   Solutions found  :          0 (0 improvements)
1800.71/1801.07	c   Primal Bound     :          -
1800.71/1801.07	c   Dual Bound       : +0.00000000000000e+00
1800.71/1801.07	c   Gap              :   infinite
1800.71/1801.07	c   Root Dual Bound  : +0.00000000000000e+00
1800.71/1801.07	c   Root Iterations  :      14190

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-3690400-1338016939/watcher-3690400-1338016939 -o /tmp/evaluation-result-3690400-1338016939/solver-3690400-1338016939 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690400-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 2/176 1093
/proc/meminfo: memFree=28164416/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=9160 CPUtime=0 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 1146 0 0 0 0 0 0 0 20 0 1 0 267822774 9379840 1100 33554432000 4194304 10173063 140733426983120 140733535633624 8846909 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1093/statm: 2375 1108 394 1460 0 906 0

[startup+0.00747911 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 1093
/proc/meminfo: memFree=28164416/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=10800 CPUtime=0 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 1441 0 0 0 0 0 0 0 20 0 1 0 267822774 11059200 1396 33554432000 4194304 10173063 140733426983120 140733535633624 8800002 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1093/statm: 2700 1397 413 1460 0 1231 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10800

[startup+0.100217 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 1093
/proc/meminfo: memFree=28164416/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=24552 CPUtime=0.09 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 4904 0 0 0 9 0 0 0 20 0 1 0 267822774 25141248 4855 33554432000 4194304 10173063 140733426983120 140733535633624 7549956 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1093/statm: 6138 4855 413 1460 0 4669 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24552

[startup+0.300213 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 1093
/proc/meminfo: memFree=28164416/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=48592 CPUtime=0.29 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 10884 0 0 0 29 0 0 0 20 0 1 0 267822774 49758208 10835 33554432000 4194304 10173063 140733426983120 140733426848296 7171786 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1093/statm: 12148 10835 413 1460 0 10679 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48592

[startup+0.700151 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 1093
/proc/meminfo: memFree=28164416/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=99052 CPUtime=0.69 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 23442 0 0 0 67 2 0 0 20 0 1 0 267822774 101429248 23393 33554432000 4194304 10173063 140733426983120 140733426848296 5285008 0 0 4096 0 0 0 0 17 6 0 0 0 0 0
/proc/1093/statm: 24763 23393 413 1460 0 23294 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 99052

[startup+1.50028 s]
/proc/loadavg: 0.16 0.03 0.01 3/177 1094
/proc/meminfo: memFree=27814036/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=199844 CPUtime=1.48 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 48582 0 0 0 143 5 0 0 20 0 1 0 267822774 204640256 48535 33554432000 4194304 10173063 140733426983120 140733426848296 7545739 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 49961 48559 413 1460 0 48492 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 199844

[startup+3.10028 s]
/proc/loadavg: 0.16 0.03 0.01 3/177 1094
/proc/meminfo: memFree=27219828/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=403420 CPUtime=3.08 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 99394 0 0 0 296 12 0 0 20 0 1 0 267822774 413102080 99345 33554432000 4194304 10173063 140733426983120 140733426848296 8985008 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 100855 99345 413 1460 0 99386 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 403420

[startup+6.30028 s]
/proc/loadavg: 0.39 0.08 0.03 3/177 1094
/proc/meminfo: memFree=26517800/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=834444 CPUtime=6.28 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 205975 0 0 0 601 27 0 0 20 0 1 0 267822774 854470656 206395 33554432000 4194304 10173063 140733426983120 140733426979992 4902229 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 208611 206397 465 1460 0 207142 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 834444

[startup+12.7003 s]
/proc/loadavg: 0.52 0.11 0.04 3/177 1094
/proc/meminfo: memFree=24025788/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=3015168 CPUtime=12.68 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 739586 0 0 0 1166 102 0 0 20 0 1 0 267822774 3087532032 743635 33554432000 4194304 10173063 140733426983120 140733426978888 4936513 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 753792 743635 509 1460 0 752323 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 3015168

[startup+25.5004 s]
/proc/loadavg: 0.84 0.21 0.07 3/177 1094
/proc/meminfo: memFree=24105952/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=2848680 CPUtime=25.48 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 859688 0 0 0 1839 709 0 0 20 0 1 0 267822774 2917048320 698857 33554432000 4194304 10173063 140733426983120 140733426980120 8963895 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 712170 698857 548 1460 0 710701 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2848680

[startup+51.1003 s]
/proc/loadavg: 1.24 0.35 0.12 3/177 1094
/proc/meminfo: memFree=22394808/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=3673960 CPUtime=51.08 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 1088557 0 0 0 3609 1499 0 0 20 0 1 0 267822774 3762135040 900665 33554432000 4194304 10173063 140733426983120 140733426979176 8963895 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 918490 900665 589 1460 0 917021 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3673960

[startup+102.3 s]
/proc/loadavg: 1.67 0.60 0.21 3/177 1094
/proc/meminfo: memFree=20232472/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=6249140 CPUtime=102.28 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 1358796 0 0 0 8092 2136 0 0 20 0 1 0 267822774 6399119360 1463911 33554432000 4194304 10173063 140733426983120 140733426976760 8007106 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 1562285 1463911 745 1460 0 1560816 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 6249140

[startup+162.3 s]
/proc/loadavg: 1.88 0.85 0.32 3/177 1095
/proc/meminfo: memFree=20188996/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=6274280 CPUtime=162.26 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 1360879 0 0 0 14076 2150 0 0 20 0 1 0 267822774 6424862720 1470736 33554432000 4194304 10173063 140733426983120 140733426976376 7649888 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 1568570 1470736 745 1460 0 1567101 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 6274280

[startup+222.307 s]
/proc/loadavg: 1.95 1.06 0.42 3/177 1095
/proc/meminfo: memFree=20532032/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=5892908 CPUtime=222.26 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 1371980 0 0 0 20047 2179 0 0 20 0 1 0 267822774 6034337792 1385129 33554432000 4194304 10173063 140733426983120 140733426975208 8007106 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 1473227 1385129 783 1460 0 1471758 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 5892908

[startup+282.3 s]
/proc/loadavg: 1.98 1.23 0.52 3/177 1095
/proc/meminfo: memFree=20494388/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=5911336 CPUtime=282.24 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 1373761 0 0 0 26036 2188 0 0 20 0 1 0 267822774 6053208064 1390276 33554432000 4194304 10173063 140733426983120 140733426976376 8012220 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 1477834 1390276 783 1460 0 1476365 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 5911336

[startup+342.3 s]
/proc/loadavg: 2.07 1.38 0.62 3/177 1095
/proc/meminfo: memFree=20412892/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=5970984 CPUtime=342.23 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 1376794 0 0 0 32022 2201 0 0 20 0 1 0 267822774 6114287616 1404469 33554432000 4194304 10173063 140733426983120 140733426975880 8012042 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 1492746 1404469 783 1460 0 1491277 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 5970984

[startup+402.3 s]
/proc/loadavg: 2.02 1.49 0.70 3/177 1095
/proc/meminfo: memFree=20376184/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=5970984 CPUtime=402.22 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 1378032 0 0 0 38008 2214 0 0 20 0 1 0 267822774 6114287616 1407717 33554432000 4194304 10173063 140733426983120 140733426976760 8033088 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 1492746 1407717 783 1460 0 1491277 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 5970984

[startup+462.3 s]
/proc/loadavg: 2.01 1.58 0.78 3/178 1099
/proc/meminfo: memFree=20398456/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=5951072 CPUtime=462.22 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 1380842 0 0 0 43995 2227 0 0 20 0 1 0 267822774 6093897728 1402208 33554432000 4194304 10173063 140733426983120 140733426976376 8012037 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 1487768 1402208 783 1460 0 1486299 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 5951072

[startup+522.3 s]
/proc/loadavg: 2.13 1.69 0.86 3/177 1099
/proc/meminfo: memFree=20380948/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=6035788 CPUtime=522.2 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 1383256 0 0 0 49985 2235 0 0 20 0 1 0 267822774 6180646912 1410889 33554432000 4194304 10173063 140733426983120 140733426976376 7594585 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 1508947 1410889 783 1460 0 1507478 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 6035788

[startup+582.3 s]
/proc/loadavg: 2.04 1.74 0.93 3/177 1099
/proc/meminfo: memFree=20382992/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=6037228 CPUtime=582.2 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 1384873 0 0 0 55973 2247 0 0 20 0 1 0 267822774 6182121472 1410588 33554432000 4194304 10173063 140733426983120 140733426977960 5107492 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 1509307 1410588 783 1460 0 1507838 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 6037228

[startup+642.3 s]

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

/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 1414146 0 0 0 97878 2335 0 0 20 0 1 0 267822774 6282551296 1435196 33554432000 4194304 10173063 140733426983120 140733426976376 8007073 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 1533826 1435196 783 1460 0 1532357 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 6135304

[startup+1062.3 s]
/proc/loadavg: 2.00 1.94 1.35 3/178 1104
/proc/meminfo: memFree=20284820/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=6090184 CPUtime=1062.12 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 1421958 0 0 0 103858 2354 0 0 20 0 1 0 267822774 6236348416 1423349 33554432000 4194304 10173063 140733426983120 140733426976568 8012362 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 1522546 1423349 787 1460 0 1521077 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 6090184

[startup+1122.3 s]
/proc/loadavg: 2.00 1.95 1.39 3/177 1104
/proc/meminfo: memFree=20320068/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=6085092 CPUtime=1122.11 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 1435173 0 0 0 109836 2375 0 0 20 0 1 0 267822774 6231134208 1420964 33554432000 4194304 10173063 140733426983120 140733426976568 8033088 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 1521273 1420964 787 1460 0 1519804 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 6085092

[startup+1182.3 s]
/proc/loadavg: 2.00 1.96 1.42 3/177 1104
/proc/meminfo: memFree=20273368/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=6084704 CPUtime=1182.1 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 1449327 0 0 0 115813 2397 0 0 20 0 1 0 267822774 6230736896 1421029 33554432000 4194304 10173063 140733426983120 140733426976952 8007111 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 1521176 1421029 787 1460 0 1519707 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 6084704

[startup+1242.3 s]
/proc/loadavg: 2.00 1.96 1.46 3/177 1104
/proc/meminfo: memFree=20298968/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=6085136 CPUtime=1242.1 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 1458249 0 0 0 121795 2415 0 0 20 0 1 0 267822774 6231179264 1420957 33554432000 4194304 10173063 140733426983120 140733426976568 7594569 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 1521284 1420957 787 1460 0 1519815 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 6085136

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.49 3/177 1104
/proc/meminfo: memFree=20327352/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=6069468 CPUtime=1302.08 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 1469147 0 0 0 127770 2438 0 0 20 0 1 0 267822774 6215135232 1420276 33554432000 4194304 10173063 140733426983120 140733426976568 8012178 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 1517367 1420276 787 1460 0 1515898 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 6069468

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.51 3/177 1105
/proc/meminfo: memFree=20253572/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=6129516 CPUtime=1362.07 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 1477629 0 0 0 133751 2456 0 0 20 0 1 0 267822774 6276624384 1436490 33554432000 4194304 10173063 140733426983120 140733426976568 8012528 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 1532379 1436490 787 1460 0 1530910 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 6129516

[startup+1422.3 s]
/proc/loadavg: 2.03 1.99 1.55 3/177 1105
/proc/meminfo: memFree=20301240/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=6089892 CPUtime=1422.07 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 1491151 0 0 0 139730 2477 0 0 20 0 1 0 267822774 6236049408 1418437 33554432000 4194304 10173063 140733426983120 140733426976952 8012037 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 1522473 1418437 787 1460 0 1521004 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 6089892

[startup+1482.3 s]
/proc/loadavg: 2.01 1.99 1.57 3/177 1105
/proc/meminfo: memFree=20336876/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=6086500 CPUtime=1482.06 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 1509388 0 0 0 145698 2508 0 0 20 0 1 0 267822774 6232576000 1417251 33554432000 4194304 10173063 140733426983120 140733426976568 7595772 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 1521625 1417251 787 1460 0 1520156 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 6086500

[startup+1542.31 s]
/proc/loadavg: 2.05 2.00 1.60 3/177 1105
/proc/meminfo: memFree=20235488/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=6131988 CPUtime=1542.05 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 1519890 0 0 0 151671 2534 0 0 20 0 1 0 267822774 6279155712 1439725 33554432000 4194304 10173063 140733426983120 140733426975832 8033088 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 1532997 1439725 794 1460 0 1531528 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 6131988

[startup+1602.3 s]
/proc/loadavg: 2.02 2.00 1.62 3/177 1105
/proc/meminfo: memFree=20293352/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=6082540 CPUtime=1602.04 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 1524885 0 0 0 157658 2546 0 0 20 0 1 0 267822774 6228520960 1426225 33554432000 4194304 10173063 140733426983120 140733426976952 8012272 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 1520635 1426225 794 1460 0 1519166 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 6082540

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.65 3/178 1109
/proc/meminfo: memFree=20263564/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=6100000 CPUtime=1662.03 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 1528379 0 0 0 163642 2561 0 0 20 0 1 0 267822774 6246400000 1430321 33554432000 4194304 10173063 140733426983120 140733426976568 8063971 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 1525000 1430321 794 1460 0 1523531 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 6100000

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.66 3/177 1109
/proc/meminfo: memFree=20269376/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=6094192 CPUtime=1722.02 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 1536358 0 0 0 169617 2585 0 0 20 0 1 0 267822774 6240452608 1427172 33554432000 4194304 10173063 140733426983120 140733426976984 7706448 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 1523548 1427172 794 1460 0 1522079 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 6094192

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.68 3/177 1109
/proc/meminfo: memFree=20281436/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=6101292 CPUtime=1782.01 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 1540538 0 0 0 175600 2601 0 0 20 0 1 0 267822774 6247723008 1429298 33554432000 4194304 10173063 140733426983120 140733426976952 8012178 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 1525323 1429298 794 1460 0 1523854 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 6101292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 1.92 1.98 1.68 3/177 1223
/proc/meminfo: memFree=22618316/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=6100748 CPUtime=1800.01 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 1543301 0 0 0 177393 2608 0 0 20 0 1 0 267822774 6247165952 1432372 33554432000 4194304 10173063 140733426983120 140733426976952 8047180 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 1525187 1432372 794 1460 0 1523718 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 6100748

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -1093

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

[startup+1801.5 s]
/proc/loadavg: 1.92 1.98 1.68 3/178 1224
/proc/meminfo: memFree=22617200/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=6063716 CPUtime=1801.2 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 1543686 0 0 0 177511 2609 0 0 20 0 1 0 267822774 6209245184 1424386 33554432000 4194304 10173063 140733426983120 140733426977032 5094951 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 1515929 1424386 804 1460 0 1514460 0
Current children cumulated CPU time (s) 1801.2
Current children cumulated vsize (KiB) 6063716

[startup+1802.3 s]
/proc/loadavg: 1.92 1.98 1.68 3/178 1224
/proc/meminfo: memFree=22645800/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=6063716 CPUtime=1802 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4202496 1543907 0 0 0 177591 2609 0 0 20 0 1 0 267822774 6209245184 1424607 33554432000 4194304 10173063 140733426983120 140733426982232 5061235 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 1515929 1424607 805 1460 0 1514460 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 6063716

[startup+1802.5 s]
/proc/loadavg: 1.92 1.98 1.68 3/178 1224
/proc/meminfo: memFree=22645800/32873844 swapFree=7356/7356
[pid=1093] ppid=1091 vsize=0 CPUtime=1802.2 cores=0,2,4,6
/proc/1093/stat : 1093 (scip-2.1.1.4fix) R 1091 1093 1047 0 -1 4203524 1543907 0 0 0 177592 2628 0 0 20 0 1 0 267822774 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1093/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.2
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.53
CPU time (s): 1802.24
CPU user time (s): 1775.92
CPU system time (s): 26.317
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 6575608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1775.93
system time used= 26.317
maximum resident set size= 5956784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1543907
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= 11
involuntary context switches= 2023

runsolver used 3.00454 second user time and 8.10577 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-26 09:22:22
IDJOB=3690400
IDBENCH=1382
IDSOLVER=2270
FILE ID=node109/3690400-1338016939
RUNJOBID= node109-1338016937-1065
PBS_JOBID= 14624362
Free space on /tmp= 71260 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_1.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-3690400-1338016939/watcher-3690400-1338016939 -o /tmp/evaluation-result-3690400-1338016939/solver-3690400-1338016939 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690400-1338016939.opb -t 1800 -m 15500

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

MD5SUM BENCH= 79ed7fb7a57e7e2ac59cfc8508d281c9
RANDOM SEED=920236827

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28166648 kB
Buffers:          226972 kB
Cached:          3490840 kB
SwapCached:            0 kB
Active:          1005488 kB
Inactive:        2918736 kB
Active(anon):     208996 kB
Inactive(anon):        0 kB
Active(file):     796492 kB
Inactive(file):  2918736 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            150192 kB
Writeback:             0 kB
AnonPages:        214012 kB
Mapped:            15984 kB
Shmem:               200 kB
Slab:             645052 kB
SReclaimable:      87484 kB
SUnreclaim:       557568 kB
KernelStack:        1432 kB
PageTables:         4484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     321220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71280 MiB
End job on node109 at 2012-05-26 09:52:25