Trace number 3690397

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v40_e600_d20_mw10_5.opb.PB06.opb
MD5SUM051b48fdf5558d73afe4ee3d3cae609a
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 benchmark1.40679
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables2800
Total number of constraints990001
Number of constraints which are clauses986760
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints3160
Minimum length of a constraint2
Maximum length of a constraint1200
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 336
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1239
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.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-3690397-1338016939.opb>
2.28/2.34	c original problem has 2800 variables (2800 bin, 0 int, 0 impl, 0 cont) and 990001 constraints
2.28/2.34	c problem read in 2.34
2.69/2.79	c No objective function, only one solution is needed.
2.69/2.79	c presolving settings loaded
5.49/5.56	c presolving:
15.78/15.87	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1084800 upgd conss, 2400 impls, 80 clqs
18.69/18.75	c (round 2) 0 del vars, 71398 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 3226 chg coeffs, 1084800 upgd conss, 49202 impls, 80 clqs
23.88/23.94	c presolving (3 rounds):
23.88/23.94	c  0 deleted vars, 71398 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 3375 changed coefficients
23.88/23.94	c  52322 implications, 80 cliques
23.88/23.94	c presolved problem has 2800 variables (2800 bin, 0 int, 0 impl, 0 cont) and 918603 constraints
23.88/23.94	c    3160 constraints of type <knapsack>
23.88/23.94	c   24682 constraints of type <setppc>
23.88/23.94	c       1 constraints of type <linear>
23.88/23.94	c  890760 constraints of type <logicor>
23.88/23.94	c transformed objective value is always integral (scale: 1)
23.88/23.94	c Presolving Time: 20.96
23.88/23.94	c - non default parameters ----------------------------------------------------------------------
23.88/23.94	c # SCIP version 2.1.1.4
23.88/23.94	c 
23.88/23.94	c # maximal time in seconds to run
23.88/23.94	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
23.88/23.94	c limits/time = 1797
23.88/23.94	c 
23.88/23.94	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
23.88/23.94	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
23.88/23.94	c limits/memory = 13950
23.88/23.94	c 
23.88/23.94	c # solving stops, if the given number of solutions were found (-1: no limit)
23.88/23.94	c # [type: int, range: [-1,2147483647], default: -1]
23.88/23.94	c limits/solutions = 1
23.88/23.94	c 
23.88/23.94	c # maximal number of separation rounds per node (-1: unlimited)
23.88/23.94	c # [type: int, range: [-1,2147483647], default: 5]
23.88/23.94	c separating/maxrounds = 1
23.88/23.94	c 
23.88/23.94	c # maximal number of separation rounds in the root node (-1: unlimited)
23.88/23.94	c # [type: int, range: [-1,2147483647], default: -1]
23.88/23.94	c separating/maxroundsroot = 5
23.88/23.94	c 
23.88/23.94	c # default clock type (1: CPU user seconds, 2: wall clock time)
23.88/23.94	c # [type: int, range: [1,2], default: 1]
23.88/23.94	c timing/clocktype = 2
23.88/23.94	c 
23.88/23.94	c # belongs reading time to solving time?
23.88/23.94	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
23.88/23.94	c timing/reading = TRUE
23.88/23.94	c 
23.88/23.94	c # should disaggregation of knapsack constraints be allowed in preprocessing?
23.88/23.94	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
23.88/23.94	c constraints/knapsack/disaggregation = FALSE
23.88/23.94	c 
23.88/23.94	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
23.88/23.94	c # [type: int, range: [-1,2147483647], default: 10]
23.88/23.94	c heuristics/coefdiving/freq = -1
23.88/23.94	c 
23.88/23.94	c # maximal fraction of diving LP iterations compared to node LP iterations
23.88/23.94	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
23.88/23.94	c heuristics/coefdiving/maxlpiterquot = 0.075
23.88/23.94	c 
23.88/23.94	c # additional number of allowed LP iterations
23.88/23.94	c # [type: int, range: [0,2147483647], default: 1000]
23.88/23.94	c heuristics/coefdiving/maxlpiterofs = 1500
23.88/23.94	c 
23.88/23.94	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
23.88/23.94	c # [type: int, range: [-1,2147483647], default: 30]
23.88/23.94	c heuristics/crossover/freq = -1
23.88/23.94	c 
23.88/23.94	c # number of nodes added to the contingent of the total nodes
23.88/23.94	c # [type: longint, range: [0,9223372036854775807], default: 500]
23.88/23.94	c heuristics/crossover/nodesofs = 750
23.88/23.94	c 
23.88/23.94	c # number of nodes without incumbent change that heuristic should wait
23.88/23.94	c # [type: longint, range: [0,9223372036854775807], default: 200]
23.88/23.94	c heuristics/crossover/nwaitingnodes = 100
23.88/23.94	c 
23.88/23.94	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
23.88/23.94	c # [type: real, range: [0,1], default: 0.1]
23.88/23.94	c heuristics/crossover/nodesquot = 0.15
23.88/23.94	c 
23.88/23.94	c # minimum percentage of integer variables that have to be fixed 
23.88/23.94	c # [type: real, range: [0,1], default: 0.666]
23.88/23.94	c heuristics/crossover/minfixingrate = 0.5
23.88/23.94	c 
23.88/23.94	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
23.88/23.94	c # [type: int, range: [-1,2147483647], default: 20]
23.88/23.94	c heuristics/feaspump/freq = -1
23.88/23.94	c 
23.88/23.94	c # additional number of allowed LP iterations
23.88/23.94	c # [type: int, range: [0,2147483647], default: 1000]
23.88/23.94	c heuristics/feaspump/maxlpiterofs = 2000
23.88/23.94	c 
23.88/23.94	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
23.88/23.94	c # [type: int, range: [-1,2147483647], default: 10]
23.88/23.94	c heuristics/fracdiving/freq = -1
23.88/23.94	c 
23.88/23.94	c # maximal fraction of diving LP iterations compared to node LP iterations
23.88/23.94	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
23.88/23.94	c heuristics/fracdiving/maxlpiterquot = 0.075
23.88/23.94	c 
23.88/23.94	c # additional number of allowed LP iterations
23.88/23.94	c # [type: int, range: [0,2147483647], default: 1000]
23.88/23.94	c heuristics/fracdiving/maxlpiterofs = 1500
23.88/23.94	c 
23.88/23.94	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
23.88/23.94	c # [type: int, range: [-1,2147483647], default: 10]
23.88/23.94	c heuristics/guideddiving/freq = -1
23.88/23.94	c 
23.88/23.94	c # maximal fraction of diving LP iterations compared to node LP iterations
23.88/23.94	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
23.88/23.94	c heuristics/guideddiving/maxlpiterquot = 0.075
23.88/23.94	c 
23.88/23.94	c # additional number of allowed LP iterations
23.88/23.94	c # [type: int, range: [0,2147483647], default: 1000]
23.88/23.94	c heuristics/guideddiving/maxlpiterofs = 1500
23.88/23.94	c 
23.88/23.94	c # maximal fraction of diving LP iterations compared to node LP iterations
23.88/23.94	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
23.88/23.94	c heuristics/intdiving/maxlpiterquot = 0.075
23.88/23.94	c 
23.88/23.94	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
23.88/23.94	c # [type: int, range: [-1,2147483647], default: 10]
23.88/23.94	c heuristics/intshifting/freq = -1
23.88/23.94	c 
23.88/23.94	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
23.88/23.94	c # [type: int, range: [-1,2147483647], default: 10]
23.88/23.94	c heuristics/linesearchdiving/freq = -1
23.88/23.94	c 
23.88/23.94	c # maximal fraction of diving LP iterations compared to node LP iterations
23.88/23.94	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
23.88/23.94	c heuristics/linesearchdiving/maxlpiterquot = 0.075
23.88/23.94	c 
23.88/23.94	c # additional number of allowed LP iterations
23.88/23.94	c # [type: int, range: [0,2147483647], default: 1000]
23.88/23.94	c heuristics/linesearchdiving/maxlpiterofs = 1500
23.88/23.94	c 
23.88/23.94	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
23.88/23.94	c # [type: int, range: [-1,2147483647], default: 20]
23.88/23.94	c heuristics/objpscostdiving/freq = -1
23.88/23.94	c 
23.88/23.94	c # maximal fraction of diving LP iterations compared to total iteration number
23.88/23.94	c # [type: real, range: [0,1], default: 0.01]
23.88/23.94	c heuristics/objpscostdiving/maxlpiterquot = 0.015
23.88/23.94	c 
23.88/23.94	c # additional number of allowed LP iterations
23.88/23.94	c # [type: int, range: [0,2147483647], default: 1000]
23.88/23.94	c heuristics/objpscostdiving/maxlpiterofs = 1500
23.88/23.94	c 
23.88/23.94	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
23.88/23.94	c # [type: int, range: [-1,2147483647], default: 1]
23.88/23.94	c heuristics/oneopt/freq = -1
23.88/23.94	c 
23.88/23.94	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
23.88/23.94	c # [type: int, range: [-1,2147483647], default: 10]
23.88/23.94	c heuristics/pscostdiving/freq = -1
23.88/23.94	c 
23.88/23.94	c # maximal fraction of diving LP iterations compared to node LP iterations
23.88/23.94	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
23.88/23.94	c heuristics/pscostdiving/maxlpiterquot = 0.075
23.88/23.94	c 
23.88/23.94	c # additional number of allowed LP iterations
23.88/23.94	c # [type: int, range: [0,2147483647], default: 1000]
23.88/23.94	c heuristics/pscostdiving/maxlpiterofs = 1500
23.88/23.94	c 
23.88/23.94	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
23.88/23.94	c # [type: int, range: [-1,2147483647], default: 0]
23.88/23.94	c heuristics/rens/freq = -1
23.88/23.94	c 
23.88/23.94	c # minimum percentage of integer variables that have to be fixable 
23.88/23.94	c # [type: real, range: [0,1], default: 0.5]
23.88/23.94	c heuristics/rens/minfixingrate = 0.3
23.88/23.94	c 
23.88/23.94	c # number of nodes added to the contingent of the total nodes
23.88/23.94	c # [type: longint, range: [0,9223372036854775807], default: 500]
23.88/23.94	c heuristics/rens/nodesofs = 2000
23.88/23.94	c 
23.88/23.94	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
23.88/23.94	c # [type: int, range: [-1,2147483647], default: 20]
23.88/23.94	c heuristics/rootsoldiving/freq = -1
23.88/23.94	c 
23.88/23.94	c # maximal fraction of diving LP iterations compared to node LP iterations
23.88/23.94	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
23.88/23.94	c heuristics/rootsoldiving/maxlpiterquot = 0.015
23.88/23.94	c 
23.88/23.94	c # additional number of allowed LP iterations
23.88/23.94	c # [type: int, range: [0,2147483647], default: 1000]
23.88/23.94	c heuristics/rootsoldiving/maxlpiterofs = 1500
23.88/23.94	c 
23.88/23.94	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
23.88/23.94	c # [type: int, range: [-1,2147483647], default: 1]
23.88/23.94	c heuristics/rounding/freq = -1
23.88/23.94	c 
23.88/23.94	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
23.88/23.94	c # [type: int, range: [-1,2147483647], default: 0]
23.88/23.94	c heuristics/shiftandpropagate/freq = -1
23.88/23.94	c 
23.88/23.94	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
23.88/23.94	c # [type: int, range: [-1,2147483647], default: 10]
23.88/23.94	c heuristics/shifting/freq = -1
23.88/23.94	c 
23.88/23.94	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
23.88/23.94	c # [type: int, range: [-1,2147483647], default: 1]
23.88/23.94	c heuristics/simplerounding/freq = -1
23.88/23.94	c 
23.88/23.94	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
23.88/23.94	c # [type: int, range: [-1,2147483647], default: 1]
23.88/23.94	c heuristics/subnlp/freq = -1
23.88/23.94	c 
23.88/23.94	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
23.88/23.94	c # [type: int, range: [-1,2147483647], default: 0]
23.88/23.94	c heuristics/trivial/freq = -1
23.88/23.94	c 
23.88/23.94	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
23.88/23.94	c # [type: int, range: [-1,2147483647], default: 1]
23.88/23.94	c heuristics/trysol/freq = -1
23.88/23.94	c 
23.88/23.94	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
23.88/23.94	c # [type: int, range: [-1,2147483647], default: 0]
23.88/23.94	c heuristics/undercover/freq = -1
23.88/23.94	c 
23.88/23.94	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
23.88/23.94	c # [type: int, range: [-1,2147483647], default: 10]
23.88/23.94	c heuristics/veclendiving/freq = -1
23.88/23.94	c 
23.88/23.94	c # maximal fraction of diving LP iterations compared to node LP iterations
23.88/23.94	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
23.88/23.94	c heuristics/veclendiving/maxlpiterquot = 0.075
23.88/23.94	c 
23.88/23.94	c # additional number of allowed LP iterations
23.88/23.94	c # [type: int, range: [0,2147483647], default: 1000]
23.88/23.94	c heuristics/veclendiving/maxlpiterofs = 1500
23.88/23.94	c 
23.88/23.94	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
23.88/23.94	c # [type: int, range: [-1,2147483647], default: 1]
23.88/23.94	c heuristics/zirounding/freq = -1
23.88/23.94	c 
23.88/23.94	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
23.88/23.94	c # [type: int, range: [-1,2147483647], default: -1]
23.88/23.94	c propagating/probing/maxprerounds = 0
23.88/23.94	c 
23.88/23.94	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
23.88/23.94	c # [type: int, range: [-1,2147483647], default: 0]
23.88/23.94	c separating/cmir/freq = -1
23.88/23.94	c 
23.88/23.94	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
23.88/23.94	c # [type: int, range: [-1,2147483647], default: 0]
23.88/23.94	c separating/flowcover/freq = -1
23.88/23.94	c 
23.88/23.94	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
23.88/23.94	c # [type: int, range: [-1,2147483647], default: -1]
23.88/23.94	c separating/rapidlearning/freq = 0
23.88/23.94	c 
23.88/23.94	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
23.88/23.94	c # [type: int, range: [-1,2147483647], default: 1]
23.88/23.94	c heuristics/indoneopt/freq = -1
23.88/23.94	c 
23.88/23.94	c -----------------------------------------------------------------------------------------------
23.88/23.94	c start solving
23.88/23.96	c 
42.98/43.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
42.98/43.03	c  43.0s|     1 |     0 |  1395 |     - |1188M|   0 | 143 |2800 | 918k|2800 | 918k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
52.07/52.12	c  52.1s|     1 |     0 |  1483 |     - |1190M|   0 | 149 |2800 | 918k|2800 | 918k|  19 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
80.47/80.54	c  80.5s|     1 |     0 |  1626 |     - |1191M|   0 | 151 |2800 | 918k|2800 | 918k|  38 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
96.87/96.92	c  96.9s|     1 |     0 |  1883 |     - |1191M|   0 | 159 |2800 | 918k|2800 | 918k|  53 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
152.16/152.25	c   152s|     1 |     0 |  2257 |     - |1191M|   0 | 161 |2800 | 918k|2800 | 918k|  66 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
263.04/263.11	c   263s|     1 |     0 |  2434 |     - |1191M|   0 | 169 |2800 | 918k|2800 | 918k|  80 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
396.12/396.24	c   396s|     1 |     2 |  2434 |     - |1191M|   0 | 169 |2800 | 918k|2800 | 918k|  80 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
1798.10/1798.44	c 
1798.10/1798.44	c SCIP Status        : solving was interrupted [time limit reached]
1798.10/1798.44	c Solving Time (sec) : 1798.40
1798.10/1798.44	c Solving Nodes      : 7
1798.10/1798.44	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1798.10/1798.44	c Dual Bound         : +0.00000000000000e+00
1798.10/1798.44	c Gap                : infinite
1798.10/1798.44	s UNKNOWN
1798.10/1798.44	c SCIP Status        : solving was interrupted [time limit reached]
1798.10/1798.44	c Total Time         :    1798.40
1798.10/1798.44	c   solving          :    1798.40
1798.10/1798.44	c   presolving       :      20.96 (included in solving)
1798.10/1798.44	c   reading          :       2.34 (included in solving)
1798.10/1798.44	c   copying          :       0.00 (0 times copied the problem)
1798.10/1798.44	c Original Problem   :
1798.10/1798.44	c   Problem name     : HOME/instance-3690397-1338016939.opb
1798.10/1798.44	c   Variables        : 2800 (2800 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.10/1798.44	c   Constraints      : 990001 initial, 990001 maximal
1798.10/1798.44	c   Objective sense  : minimize
1798.10/1798.44	c Presolved Problem  :
1798.10/1798.44	c   Problem name     : t_HOME/instance-3690397-1338016939.opb
1798.10/1798.44	c   Variables        : 2800 (2800 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.10/1798.44	c   Constraints      : 918603 initial, 918603 maximal
1798.10/1798.44	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1798.10/1798.44	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1798.10/1798.44	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1798.10/1798.44	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1798.10/1798.44	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1798.10/1798.44	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1798.10/1798.44	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1798.10/1798.44	c   gateextraction   :       0.26       0.00          0          0          0          0          0          0          0          0          0
1798.10/1798.44	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1798.10/1798.44	c   components       :       0.32       0.00          0          0          0          0          0          0          0          0          0
1798.10/1798.44	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1798.10/1798.44	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1798.10/1798.44	c   knapsack         :       0.58       0.00          0          0          0          0          0          0          0          0       3375
1798.10/1798.44	c   setppc           :       0.30       0.00          0          0          0          0          0      71398          0          0          0
1798.10/1798.44	c   linear           :       6.82       0.00          0          0          0          0          0          0          0          0          0
1798.10/1798.44	c   logicor          :       6.77       2.13          0          0          0          0          0          0          0          0          0
1798.10/1798.44	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1798.10/1798.44	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1798.10/1798.44	c   integral         :          0          0          0          0          7          0          1          0          0          0          0          0         14
1798.10/1798.44	c   knapsack         :       3160       3160          5         12          0          0          0          0          0          5        405          0          0
1798.10/1798.44	c   setppc           :      24682      24682          5         12          0          0          0          0          0        365          0          0          0
1798.10/1798.44	c   linear           :          1          1          5         12          0          0          0          0          0          0          0          0          0
1798.10/1798.44	c   logicor          :     890760     890760          5          6          0          0          0          0          0          9          0          0          0
1798.10/1798.44	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1798.10/1798.44	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1798.10/1798.44	c   integral         :    1521.79       0.00       0.00       0.00    1521.79       0.00       0.00       0.00
1798.10/1798.44	c   knapsack         :       0.05       0.00       0.04       0.00       0.00       0.00       0.00       0.00
1798.10/1798.44	c   setppc           :       0.02       0.00       0.00       0.01       0.00       0.00       0.00       0.00
1798.10/1798.44	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1798.10/1798.44	c   logicor          :       2.47       2.13       0.13       0.22       0.00       0.00       0.00       0.00
1798.10/1798.44	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1798.10/1798.44	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1798.10/1798.44	c   rootredcost      :          0          0          0          0
1798.10/1798.44	c   pseudoobj        :          0          0          0          0
1798.10/1798.44	c   vbounds          :          0          0          0          0
1798.10/1798.44	c   redcost          :         12          0          0          0
1798.10/1798.44	c   probing          :          0          0          0          0
1798.10/1798.44	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1798.10/1798.44	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1798.10/1798.44	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
1798.10/1798.44	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
1798.10/1798.44	c   redcost          :       0.00       0.00       0.00       0.00       0.00
1798.10/1798.44	c   probing          :       0.00       0.00       0.00       0.00       0.00
1798.10/1798.44	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1798.10/1798.44	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1798.10/1798.44	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1798.10/1798.44	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1798.10/1798.44	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1798.10/1798.44	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1798.10/1798.44	c   applied globally :          -          -          -          0        0.0          -          -          -
1798.10/1798.44	c   applied locally  :          -          -          -          0        0.0          -          -          -
1798.10/1798.44	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1798.10/1798.44	c   cut pool         :       0.00                     4          -          -          4          -    (maximal pool size: 180)
1798.10/1798.44	c   closecuts        :       0.00       0.00          0          0          0          0          0
1798.10/1798.44	c   impliedbounds    :       0.00       0.00          5          0          0          0          0
1798.10/1798.44	c   intobj           :       0.00       0.00          0          0          0          0          0
1798.10/1798.44	c   gomory           :      21.04       0.00          5          0          0        250          0
1798.10/1798.44	c   cgmip            :       0.00       0.00          0          0          0          0          0
1798.10/1798.44	c   strongcg         :     173.07       0.00          5          0          0       2500          0
1798.10/1798.44	c   cmir             :       0.00       0.00          0          0          0          0          0
1798.10/1798.44	c   flowcover        :       0.00       0.00          0          0          0          0          0
1798.10/1798.44	c   clique           :       0.03       0.00          5          0          0          0          0
1798.10/1798.44	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1798.10/1798.44	c   mcf              :       0.00       0.00          0          0          0          0          0
1798.10/1798.44	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1798.10/1798.44	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1798.10/1798.44	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1798.10/1798.44	c   problem variables:       0.00          -          0          0
1798.10/1798.44	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1798.10/1798.44	c   relpscost        :    1521.79       0.00          7          0          0          0          0         14
1798.10/1798.44	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1798.10/1798.44	c   inference        :       0.00       0.00          0          0          0          0          0          0
1798.10/1798.44	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1798.10/1798.44	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1798.10/1798.44	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1798.10/1798.44	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1798.10/1798.44	c   random           :       0.00       0.00          0          0          0          0          0          0
1798.10/1798.44	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1798.10/1798.44	c   LP solutions     :       0.00          -          -          0
1798.10/1798.44	c   pseudo solutions :       0.00          -          -          0
1798.10/1798.44	c   smallcard        :       0.00       0.00          0          0
1798.10/1798.44	c   trivial          :       0.21       0.00          1          0
1798.10/1798.44	c   shiftandpropagate:       0.00       0.00          0          0
1798.10/1798.44	c   simplerounding   :       0.00       0.00          0          0
1798.10/1798.44	c   zirounding       :       0.00       0.00          0          0
1798.10/1798.44	c   rounding         :       0.00       0.00          0          0
1798.10/1798.44	c   shifting         :       0.00       0.00          0          0
1798.10/1798.44	c   intshifting      :       0.00       0.00          0          0
1798.10/1798.44	c   oneopt           :       0.00       0.00          0          0
1798.10/1798.44	c   twoopt           :       0.00       0.00          0          0
1798.10/1798.44	c   indtwoopt        :       0.00       0.00          0          0
1798.10/1798.44	c   indoneopt        :       0.00       0.00          0          0
1798.10/1798.44	c   fixandinfer      :       0.00       0.00          0          0
1798.10/1798.44	c   feaspump         :       0.00       0.00          0          0
1798.10/1798.44	c   clique           :       0.00       0.00          0          0
1798.10/1798.44	c   indrounding      :       0.00       0.00          0          0
1798.10/1798.44	c   indcoefdiving    :       0.00       0.00          0          0
1798.10/1798.44	c   coefdiving       :       0.00       0.00          0          0
1798.10/1798.44	c   pscostdiving     :       0.00       0.00          0          0
1798.10/1798.44	c   nlpdiving        :       0.00       0.00          0          0
1798.10/1798.44	c   fracdiving       :       0.00       0.00          0          0
1798.10/1798.44	c   veclendiving     :       0.00       0.00          0          0
1798.10/1798.44	c   intdiving        :       0.00       0.00          0          0
1798.10/1798.44	c   actconsdiving    :       0.00       0.00          0          0
1798.10/1798.44	c   objpscostdiving  :       0.00       0.00          0          0
1798.10/1798.44	c   rootsoldiving    :       0.00       0.00          0          0
1798.10/1798.44	c   linesearchdiving :       0.00       0.00          0          0
1798.10/1798.44	c   guideddiving     :       0.00       0.00          0          0
1798.10/1798.44	c   octane           :       0.00       0.00          0          0
1798.10/1798.44	c   rens             :       0.00       0.00          0          0
1798.10/1798.44	c   rins             :       0.00       0.00          0          0
1798.10/1798.44	c   localbranching   :       0.00       0.00          0          0
1798.10/1798.44	c   mutation         :       0.00       0.00          0          0
1798.10/1798.44	c   crossover        :       0.00       0.00          0          0
1798.10/1798.44	c   dins             :       0.00       0.00          0          0
1798.10/1798.44	c   vbounds          :       0.00       0.00          0          0
1798.10/1798.44	c   undercover       :       0.00       0.00          0          0
1798.10/1798.44	c   subnlp           :       0.00       0.00          0          0
1798.10/1798.44	c   trysol           :       0.00       0.00          0          0
1798.10/1798.44	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1798.10/1798.44	c   primal LP        :       0.23          1          0       0.00       0.00       0.23          1
1798.10/1798.44	c   dual LP          :      54.79         12       2751     229.25      50.21       0.00          0
1798.10/1798.44	c   lex dual LP      :       0.00          0          0       0.00          -
1798.10/1798.44	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1798.10/1798.44	c   diving/probing LP:       0.00          0          0       0.00          -
1798.10/1798.44	c   strong branching :    1521.59        276      49141     178.05      32.30
1798.10/1798.44	c     (at root node) :          -         33       4294     130.12          -
1798.10/1798.44	c   conflict analysis:       0.00          0          0       0.00          -
1798.10/1798.44	c B&B Tree           :
1798.10/1798.44	c   number of runs   :          1
1798.10/1798.44	c   nodes            :          7
1798.10/1798.44	c   nodes (total)    :          7
1798.10/1798.44	c   nodes left       :          8
1798.10/1798.44	c   max depth        :          6
1798.10/1798.44	c   max depth (total):          6
1798.10/1798.44	c   backtracks       :          0 (0.0%)
1798.10/1798.44	c   delayed cutoffs  :          0
1798.10/1798.44	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1798.10/1798.44	c   avg switch length:       1.00
1798.10/1798.44	c   switching time   :       0.43
1798.10/1798.44	c Solution           :
1798.10/1798.44	c   Solutions found  :          0 (0 improvements)
1798.10/1798.44	c   Primal Bound     :          -
1798.10/1798.44	c   Dual Bound       : +0.00000000000000e+00
1798.10/1798.44	c   Gap              :   infinite
1798.10/1798.44	c   Root Dual Bound  : +0.00000000000000e+00
1798.10/1798.44	c   Root Iterations  :       2434

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-3690397-1338016939/watcher-3690397-1338016939 -o /tmp/evaluation-result-3690397-1338016939/solver-3690397-1338016939 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690397-1338016939.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 29574
/proc/meminfo: memFree=28730428/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=10800 CPUtime=0 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 1423 0 0 0 0 0 0 0 20 0 1 0 267820798 11059200 1377 33554432000 4194304 10173063 140735078948000 140735595252488 7545739 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 2700 1389 413 1460 0 1231 0

[startup+0.0119311 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 29574
/proc/meminfo: memFree=28730428/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=12584 CPUtime=0 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 1886 0 0 0 0 0 0 0 20 0 1 0 267820798 12886016 1840 33554432000 4194304 10173063 140735078948000 140735595252488 8886864 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 3146 1840 413 1460 0 1677 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12584

[startup+0.100251 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 29574
/proc/meminfo: memFree=28730428/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=23600 CPUtime=0.09 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 4656 0 0 0 9 0 0 0 20 0 1 0 267820798 24166400 4610 33554432000 4194304 10173063 140735078948000 140735595252488 5285019 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 5900 4610 413 1460 0 4431 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23600

[startup+0.300247 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 29574
/proc/meminfo: memFree=28730428/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=50220 CPUtime=0.29 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 11307 0 0 0 28 1 0 0 20 0 1 0 267820798 51425280 11261 33554432000 4194304 10173063 140735078948000 140735595252488 8726803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 12555 11261 413 1460 0 11086 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50220

[startup+0.700248 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 29574
/proc/meminfo: memFree=28730428/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=101532 CPUtime=0.69 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 24080 0 0 0 66 3 0 0 20 0 1 0 267820798 103968768 24034 33554432000 4194304 10173063 140735078948000 140735595252488 8726647 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 25383 24034 413 1460 0 23914 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 101532

[startup+1.50033 s]
/proc/loadavg: 0.00 0.00 0.00 3/174 29575
/proc/meminfo: memFree=28553936/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=204144 CPUtime=1.49 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 49708 0 0 0 142 7 0 0 20 0 1 0 267820798 209043456 49662 33554432000 4194304 10173063 140735078948000 140735078812504 5673360 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 51036 49662 413 1460 0 49567 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 204144

[startup+3.10033 s]
/proc/loadavg: 0.00 0.00 0.00 3/177 29585
/proc/meminfo: memFree=28300968/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=699248 CPUtime=3.08 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 173029 0 0 0 286 22 0 0 20 0 1 0 267820798 716029952 172889 33554432000 4194304 10173063 140735078948000 140735078944200 7549296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 174812 172889 509 1460 0 173343 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 699248

[startup+6.30032 s]
/proc/loadavg: 0.32 0.07 0.02 3/177 29585
/proc/meminfo: memFree=27033444/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=1140252 CPUtime=6.29 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 353260 0 0 0 537 92 0 0 20 0 1 0 267820798 1167618048 282747 33554432000 4194304 10173063 140735078948000 140735078945000 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 285063 282747 548 1460 0 283594 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1140252

[startup+12.7003 s]
/proc/loadavg: 0.54 0.11 0.04 3/177 29585
/proc/meminfo: memFree=24765928/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=1434916 CPUtime=12.68 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 447054 0 0 0 936 332 0 0 20 0 1 0 267820798 1469353984 356194 33554432000 4194304 10173063 140735078948000 140735078945000 7545029 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 358729 356194 565 1460 0 357260 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1434916

[startup+25.5003 s]
/proc/loadavg: 0.86 0.21 0.07 3/177 29585
/proc/meminfo: memFree=24233176/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=1975628 CPUtime=25.48 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 503218 0 0 0 1790 758 0 0 20 0 1 0 267820798 2023043072 453117 33554432000 4194304 10173063 140735078948000 140735078944024 7995842 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 493907 453117 678 1460 0 492438 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1975628

[startup+51.1003 s]
/proc/loadavg: 1.25 0.35 0.12 3/177 29585
/proc/meminfo: memFree=22817836/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=2364892 CPUtime=51.07 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 602298 0 0 0 4311 796 0 0 20 0 1 0 267820798 2421649408 560651 33554432000 4194304 10173063 140735078948000 140735078941256 8012272 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 591223 560651 781 1460 0 589754 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2364892

[startup+102.307 s]
/proc/loadavg: 1.67 0.60 0.21 3/177 29586
/proc/meminfo: memFree=20460340/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=2468532 CPUtime=102.27 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 606622 0 0 0 9419 808 0 0 20 0 1 0 267820798 2527776768 585215 33554432000 4194304 10173063 140735078948000 140735078942840 7654624 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 617133 585215 781 1460 0 615664 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2468532

[startup+162.3 s]
/proc/loadavg: 1.88 0.85 0.32 3/176 29586
/proc/meminfo: memFree=20432520/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=2481032 CPUtime=162.25 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 608845 0 0 0 15409 816 0 0 20 0 1 0 267820798 2540576768 588450 33554432000 4194304 10173063 140735078948000 140735078942872 8887058 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 620258 588450 781 1460 0 618789 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 2481032

[startup+222.3 s]
/proc/loadavg: 1.95 1.06 0.43 3/177 29587
/proc/meminfo: memFree=20732816/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=2481032 CPUtime=222.25 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 608848 0 0 0 21402 823 0 0 20 0 1 0 267820798 2540576768 588450 33554432000 4194304 10173063 140735078948000 140735078942840 8886990 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 620258 588450 781 1460 0 618789 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 2481032

[startup+282.3 s]
/proc/loadavg: 1.98 1.23 0.52 3/177 29587
/proc/meminfo: memFree=20655152/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=2504576 CPUtime=282.24 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 611279 0 0 0 27387 837 0 0 20 0 1 0 267820798 2564685824 593300 33554432000 4194304 10173063 140735078948000 140735078941448 7594574 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 626144 593300 785 1460 0 624675 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 2504576

[startup+342.3 s]
/proc/loadavg: 1.99 1.37 0.61 3/177 29587
/proc/meminfo: memFree=20626928/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=2480076 CPUtime=342.23 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 619569 0 0 0 33352 871 0 0 20 0 1 0 267820798 2539597824 589129 33554432000 4194304 10173063 140735078948000 140735078941448 7910502 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 620019 589129 785 1460 0 618550 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 2480076

[startup+402.3 s]
/proc/loadavg: 1.99 1.48 0.69 3/177 29588
/proc/meminfo: memFree=20625152/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=2484196 CPUtime=402.22 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 624647 0 0 0 39323 899 0 0 20 0 1 0 267820798 2543816704 589788 33554432000 4194304 10173063 140735078948000 140735078941448 8012547 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 621049 589788 792 1460 0 619580 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 2484196

[startup+462.3 s]
/proc/loadavg: 1.99 1.57 0.77 3/178 29591
/proc/meminfo: memFree=20624572/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=2480076 CPUtime=462.21 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 633683 0 0 0 45294 927 0 0 20 0 1 0 267820798 2539597824 589139 33554432000 4194304 10173063 140735078948000 140735078941128 7980770 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 620019 589139 792 1460 0 618550 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 2480076

[startup+522.3 s]
/proc/loadavg: 1.99 1.65 0.85 3/178 29591
/proc/meminfo: memFree=20608736/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=2480076 CPUtime=522.2 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 639958 0 0 0 51265 955 0 0 20 0 1 0 267820798 2539597824 589151 33554432000 4194304 10173063 140735078948000 140735078941448 8012051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 620019 589151 792 1460 0 618550 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 2480076

[startup+582.3 s]
/proc/loadavg: 1.99 1.71 0.92 3/177 29591
/proc/meminfo: memFree=20630704/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=2480076 CPUtime=582.19 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 645326 0 0 0 57236 983 0 0 20 0 1 0 267820798 2539597824 589325 33554432000 4194304 10173063 140735078948000 140735078941832 7910544 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 620019 589325 794 1460 0 618550 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 2480076

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.06 1.90 1.17 3/177 29593
/proc/meminfo: memFree=20563232/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=2500232 CPUtime=822.15 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 664783 0 0 0 81137 1078 0 0 20 0 1 0 267820798 2560237568 593890 33554432000 4194304 10173063 140735078948000 140735078941448 8007083 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 625058 593890 794 1460 0 623589 0
Current children cumulated CPU time (s) 822.15
Current children cumulated vsize (KiB) 2500232

[startup+882.3 s]
/proc/loadavg: 2.05 1.93 1.22 3/177 29593
/proc/meminfo: memFree=20564996/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=2491052 CPUtime=882.14 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 670563 0 0 0 87112 1102 0 0 20 0 1 0 267820798 2550837248 593496 33554432000 4194304 10173063 140735078948000 140735078941448 8046674 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 622763 593496 794 1460 0 621294 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 2491052

[startup+942.3 s]
/proc/loadavg: 2.05 1.95 1.27 3/177 29593
/proc/meminfo: memFree=20574644/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=2480076 CPUtime=942.13 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 677470 0 0 0 93079 1134 0 0 20 0 1 0 267820798 2539597824 590963 33554432000 4194304 10173063 140735078948000 140735078941448 8007106 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 620019 590963 794 1460 0 618550 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 2480076

[startup+1002.3 s]
/proc/loadavg: 2.05 1.97 1.32 3/177 29594
/proc/meminfo: memFree=20561052/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=2491476 CPUtime=1002.12 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 682400 0 0 0 99057 1155 0 0 20 0 1 0 267820798 2551271424 594035 33554432000 4194304 10173063 140735078948000 140735078941128 8012037 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 622869 594035 794 1460 0 621400 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 2491476

[startup+1062.3 s]
/proc/loadavg: 2.05 1.99 1.37 3/178 29597
/proc/meminfo: memFree=20560764/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=2491392 CPUtime=1062.11 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 685483 0 0 0 105039 1172 0 0 20 0 1 0 267820798 2551185408 593917 33554432000 4194304 10173063 140735078948000 140735078941448 8007111 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 622848 593917 794 1460 0 621379 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 2491392

[startup+1122.3 s]
/proc/loadavg: 2.02 1.99 1.40 3/177 29597
/proc/meminfo: memFree=20578320/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=2480076 CPUtime=1122.1 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 691005 0 0 0 111018 1192 0 0 20 0 1 0 267820798 2539597824 591381 33554432000 4194304 10173063 140735078948000 140735078941448 8012341 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 620019 591381 794 1460 0 618550 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 2480076

[startup+1182.3 s]
/proc/loadavg: 2.04 2.00 1.44 3/177 29597
/proc/meminfo: memFree=20570292/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=2480076 CPUtime=1182.1 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 696374 0 0 0 116991 1219 0 0 20 0 1 0 267820798 2539597824 591618 33554432000 4194304 10173063 140735078948000 140735078941832 8012272 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 620019 591618 794 1460 0 618550 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 2480076

[startup+1242.3 s]
/proc/loadavg: 2.09 2.03 1.48 3/177 29597
/proc/meminfo: memFree=20576352/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=2480076 CPUtime=1242.09 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 701575 0 0 0 122963 1246 0 0 20 0 1 0 267820798 2539597824 591865 33554432000 4194304 10173063 140735078948000 140735078941128 8012051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 620019 591865 794 1460 0 618550 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 2480076

[startup+1302.3 s]
/proc/loadavg: 2.03 2.02 1.51 3/177 29598
/proc/meminfo: memFree=20570296/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=2491556 CPUtime=1302.08 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 704930 0 0 0 128944 1264 0 0 20 0 1 0 267820798 2551353344 595045 33554432000 4194304 10173063 140735078948000 140735078941832 8012669 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 622889 595045 794 1460 0 621420 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 2491556

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 1.54 3/177 29598
/proc/meminfo: memFree=20566820/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=2480076 CPUtime=1362.06 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 708017 0 0 0 134926 1280 0 0 20 0 1 0 267820798 2539597824 592343 33554432000 4194304 10173063 140735078948000 140735078941448 8007098 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 620019 592343 794 1460 0 618550 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 2480076

[startup+1422.31 s]
/proc/loadavg: 2.08 2.03 1.57 3/177 29598
/proc/meminfo: memFree=20553560/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=2480076 CPUtime=1422.06 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 715019 0 0 0 140903 1303 0 0 20 0 1 0 267820798 2539597824 592345 33554432000 4194304 10173063 140735078948000 140735078940744 8007086 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 620019 592345 794 1460 0 618550 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 2480076

[startup+1482.3 s]
/proc/loadavg: 2.03 2.02 1.60 3/177 29598
/proc/meminfo: memFree=20548908/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=2485400 CPUtime=1482.04 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 719052 0 0 0 146880 1324 0 0 20 0 1 0 267820798 2545049600 593545 33554432000 4194304 10173063 140735078948000 140735078941832 7983616 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 621350 593545 794 1460 0 619881 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 2485400

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 1.62 3/177 29598
/proc/meminfo: memFree=20550672/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=2480076 CPUtime=1542.03 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 724527 0 0 0 152854 1349 0 0 20 0 1 0 267820798 2539597824 592348 33554432000 4194304 10173063 140735078948000 140735078941832 8007098 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 620019 592348 794 1460 0 618550 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 2480076

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 1.64 3/176 29598
/proc/meminfo: memFree=20521976/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=2480076 CPUtime=1602.02 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 728424 0 0 0 158831 1371 0 0 20 0 1 0 267820798 2539597824 592349 33554432000 4194304 10173063 140735078948000 140735078941448 8012042 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 620019 592349 794 1460 0 618550 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 2480076

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.66 3/178 29602
/proc/meminfo: memFree=20493912/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=2504136 CPUtime=1662.01 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 731689 0 0 0 164812 1389 0 0 20 0 1 0 267820798 2564235264 595066 33554432000 4194304 10173063 140735078948000 140735078941448 8047577 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 626034 595066 794 1460 0 624565 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 2504136

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.68 3/177 29602
/proc/meminfo: memFree=20481192/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=2495256 CPUtime=1722 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 738622 0 0 0 170793 1407 0 0 20 0 1 0 267820798 2555142144 594474 33554432000 4194304 10173063 140735078948000 140735078941448 7594585 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 623814 594474 794 1460 0 622345 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 2495256

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.69 3/177 29602
/proc/meminfo: memFree=20503940/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=2485392 CPUtime=1782 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 743481 0 0 0 176774 1426 0 0 20 0 1 0 267820798 2545041408 593518 33554432000 4194304 10173063 140735078948000 140735078941448 8063658 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 621348 593518 794 1460 0 619879 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 2485392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.70 3/177 29602
/proc/meminfo: memFree=20558628/32873648 swapFree=6844/6844
[pid=29574] ppid=29572 vsize=2482540 CPUtime=1800.1 cores=1,3,5,7
/proc/29574/stat : 29574 (scip-2.1.1.4fix) R 29572 29574 29540 0 -1 4202496 745558 0 0 0 178578 1432 0 0 20 0 1 0 267820798 2542120960 592666 33554432000 4194304 10173063 140735078948000 140735078947304 4953292 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29574/statm: 620635 592666 807 1460 0 619166 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 2482540

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.42
CPU time (s): 1800.13
CPU user time (s): 1785.78
CPU system time (s): 14.3458
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 2628152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.78
system time used= 14.3458
maximum resident set size= 2454712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 745558
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= 29
involuntary context switches= 1855

runsolver used 5.53216 second user time and 7.95179 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-26 09:22:20
IDJOB=3690397
IDBENCH=1383
IDSOLVER=2270
FILE ID=node115/3690397-1338016939
RUNJOBID= node115-1338016937-29557
PBS_JOBID= 14624356
Free space on /tmp= 71504 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_v40_e600_d20_mw10_5.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-3690397-1338016939/watcher-3690397-1338016939 -o /tmp/evaluation-result-3690397-1338016939/solver-3690397-1338016939 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690397-1338016939.opb -t 1800 -m 15500

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

MD5SUM BENCH= 051b48fdf5558d73afe4ee3d3cae609a
RANDOM SEED=920236827

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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.462
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:        28731428 kB
Buffers:          221740 kB
Cached:          3134676 kB
SwapCached:            0 kB
Active:          1029528 kB
Inactive:        2341728 kB
Active(anon):      17028 kB
Inactive(anon):        0 kB
Active(file):    1012500 kB
Inactive(file):  2341728 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             89732 kB
Writeback:             0 kB
AnonPages:         23568 kB
Mapped:            13636 kB
Shmem:               200 kB
Slab:             632224 kB
SReclaimable:      76628 kB
SUnreclaim:       555596 kB
KernelStack:        1416 kB
PageTables:         4100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     107880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71432 MiB
End job on node115 at 2012-05-26 09:52:23