Trace number 3690399

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.04 1800.32

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v40_e600_d20_mw10_9.opb.PB06.opb
MD5SUMd54403a51e1ff3d34cd210d836adfe84
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.42878
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 344
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-3690399-1338016939.opb>
2.30/2.35	c original problem has 2800 variables (2800 bin, 0 int, 0 impl, 0 cont) and 990001 constraints
2.30/2.35	c problem read in 2.35
2.30/2.39	c No objective function, only one solution is needed.
2.30/2.39	c presolving settings loaded
5.49/5.56	c presolving:
12.19/12.25	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
13.89/13.91	c (round 2) 0 del vars, 71399 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 3239 chg coeffs, 1084800 upgd conss, 49200 impls, 80 clqs
17.88/17.98	c presolving (3 rounds):
17.88/17.98	c  0 deleted vars, 71399 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 3402 changed coefficients
17.88/17.98	c  52320 implications, 80 cliques
17.88/17.98	c presolved problem has 2800 variables (2800 bin, 0 int, 0 impl, 0 cont) and 918602 constraints
17.88/17.98	c    3160 constraints of type <knapsack>
17.88/17.98	c   24681 constraints of type <setppc>
17.88/17.98	c       1 constraints of type <linear>
17.88/17.98	c  890760 constraints of type <logicor>
17.88/17.98	c transformed objective value is always integral (scale: 1)
17.88/17.98	c Presolving Time: 14.99
17.88/17.98	c - non default parameters ----------------------------------------------------------------------
17.88/17.98	c # SCIP version 2.1.1.4
17.88/17.98	c 
17.88/17.98	c # maximal time in seconds to run
17.88/17.98	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
17.88/17.98	c limits/time = 1797
17.88/17.98	c 
17.88/17.98	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
17.88/17.98	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
17.88/17.98	c limits/memory = 13950
17.88/17.98	c 
17.88/17.98	c # solving stops, if the given number of solutions were found (-1: no limit)
17.88/17.98	c # [type: int, range: [-1,2147483647], default: -1]
17.88/17.98	c limits/solutions = 1
17.88/17.98	c 
17.88/17.98	c # maximal number of separation rounds per node (-1: unlimited)
17.88/17.98	c # [type: int, range: [-1,2147483647], default: 5]
17.88/17.98	c separating/maxrounds = 1
17.88/17.98	c 
17.88/17.98	c # maximal number of separation rounds in the root node (-1: unlimited)
17.88/17.98	c # [type: int, range: [-1,2147483647], default: -1]
17.88/17.98	c separating/maxroundsroot = 5
17.88/17.98	c 
17.88/17.98	c # default clock type (1: CPU user seconds, 2: wall clock time)
17.88/17.98	c # [type: int, range: [1,2], default: 1]
17.88/17.98	c timing/clocktype = 2
17.88/17.98	c 
17.88/17.98	c # belongs reading time to solving time?
17.88/17.98	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
17.88/17.98	c timing/reading = TRUE
17.88/17.98	c 
17.88/17.98	c # should disaggregation of knapsack constraints be allowed in preprocessing?
17.88/17.98	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
17.88/17.98	c constraints/knapsack/disaggregation = FALSE
17.88/17.98	c 
17.88/17.98	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
17.88/17.98	c # [type: int, range: [-1,2147483647], default: 10]
17.88/17.98	c heuristics/coefdiving/freq = -1
17.88/17.98	c 
17.88/17.98	c # maximal fraction of diving LP iterations compared to node LP iterations
17.88/17.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
17.88/17.98	c heuristics/coefdiving/maxlpiterquot = 0.075
17.88/17.98	c 
17.88/17.98	c # additional number of allowed LP iterations
17.88/17.98	c # [type: int, range: [0,2147483647], default: 1000]
17.88/17.98	c heuristics/coefdiving/maxlpiterofs = 1500
17.88/17.98	c 
17.88/17.98	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
17.88/17.98	c # [type: int, range: [-1,2147483647], default: 30]
17.88/17.98	c heuristics/crossover/freq = -1
17.88/17.98	c 
17.88/17.98	c # number of nodes added to the contingent of the total nodes
17.88/17.98	c # [type: longint, range: [0,9223372036854775807], default: 500]
17.88/17.98	c heuristics/crossover/nodesofs = 750
17.88/17.98	c 
17.88/17.98	c # number of nodes without incumbent change that heuristic should wait
17.88/17.98	c # [type: longint, range: [0,9223372036854775807], default: 200]
17.88/17.98	c heuristics/crossover/nwaitingnodes = 100
17.88/17.98	c 
17.88/17.98	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
17.88/17.98	c # [type: real, range: [0,1], default: 0.1]
17.88/17.98	c heuristics/crossover/nodesquot = 0.15
17.88/17.98	c 
17.88/17.98	c # minimum percentage of integer variables that have to be fixed 
17.88/17.98	c # [type: real, range: [0,1], default: 0.666]
17.88/17.98	c heuristics/crossover/minfixingrate = 0.5
17.88/17.98	c 
17.88/17.98	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
17.88/17.98	c # [type: int, range: [-1,2147483647], default: 20]
17.88/17.98	c heuristics/feaspump/freq = -1
17.88/17.98	c 
17.88/17.98	c # additional number of allowed LP iterations
17.88/17.98	c # [type: int, range: [0,2147483647], default: 1000]
17.88/17.98	c heuristics/feaspump/maxlpiterofs = 2000
17.88/17.98	c 
17.88/17.98	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
17.88/17.98	c # [type: int, range: [-1,2147483647], default: 10]
17.88/17.98	c heuristics/fracdiving/freq = -1
17.88/17.98	c 
17.88/17.98	c # maximal fraction of diving LP iterations compared to node LP iterations
17.88/17.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
17.88/17.98	c heuristics/fracdiving/maxlpiterquot = 0.075
17.88/17.98	c 
17.88/17.98	c # additional number of allowed LP iterations
17.88/17.98	c # [type: int, range: [0,2147483647], default: 1000]
17.88/17.98	c heuristics/fracdiving/maxlpiterofs = 1500
17.88/17.98	c 
17.88/17.98	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
17.88/17.98	c # [type: int, range: [-1,2147483647], default: 10]
17.88/17.98	c heuristics/guideddiving/freq = -1
17.88/17.98	c 
17.88/17.98	c # maximal fraction of diving LP iterations compared to node LP iterations
17.88/17.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
17.88/17.98	c heuristics/guideddiving/maxlpiterquot = 0.075
17.88/17.98	c 
17.88/17.98	c # additional number of allowed LP iterations
17.88/17.98	c # [type: int, range: [0,2147483647], default: 1000]
17.88/17.98	c heuristics/guideddiving/maxlpiterofs = 1500
17.88/17.98	c 
17.88/17.98	c # maximal fraction of diving LP iterations compared to node LP iterations
17.88/17.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
17.88/17.98	c heuristics/intdiving/maxlpiterquot = 0.075
17.88/17.98	c 
17.88/17.98	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
17.88/17.98	c # [type: int, range: [-1,2147483647], default: 10]
17.88/17.98	c heuristics/intshifting/freq = -1
17.88/17.98	c 
17.88/17.98	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
17.88/17.98	c # [type: int, range: [-1,2147483647], default: 10]
17.88/17.98	c heuristics/linesearchdiving/freq = -1
17.88/17.98	c 
17.88/17.98	c # maximal fraction of diving LP iterations compared to node LP iterations
17.88/17.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
17.88/17.98	c heuristics/linesearchdiving/maxlpiterquot = 0.075
17.88/17.98	c 
17.88/17.98	c # additional number of allowed LP iterations
17.88/17.98	c # [type: int, range: [0,2147483647], default: 1000]
17.88/17.98	c heuristics/linesearchdiving/maxlpiterofs = 1500
17.88/17.98	c 
17.88/17.98	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
17.88/17.98	c # [type: int, range: [-1,2147483647], default: 20]
17.88/17.98	c heuristics/objpscostdiving/freq = -1
17.88/17.98	c 
17.88/17.98	c # maximal fraction of diving LP iterations compared to total iteration number
17.88/17.98	c # [type: real, range: [0,1], default: 0.01]
17.88/17.98	c heuristics/objpscostdiving/maxlpiterquot = 0.015
17.88/17.98	c 
17.88/17.98	c # additional number of allowed LP iterations
17.88/17.98	c # [type: int, range: [0,2147483647], default: 1000]
17.88/17.98	c heuristics/objpscostdiving/maxlpiterofs = 1500
17.88/17.98	c 
17.88/17.98	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
17.88/17.98	c # [type: int, range: [-1,2147483647], default: 1]
17.88/17.98	c heuristics/oneopt/freq = -1
17.88/17.98	c 
17.88/17.98	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
17.88/17.98	c # [type: int, range: [-1,2147483647], default: 10]
17.88/17.98	c heuristics/pscostdiving/freq = -1
17.88/17.98	c 
17.88/17.98	c # maximal fraction of diving LP iterations compared to node LP iterations
17.88/17.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
17.88/17.98	c heuristics/pscostdiving/maxlpiterquot = 0.075
17.88/17.98	c 
17.88/17.98	c # additional number of allowed LP iterations
17.88/17.98	c # [type: int, range: [0,2147483647], default: 1000]
17.88/17.98	c heuristics/pscostdiving/maxlpiterofs = 1500
17.88/17.98	c 
17.88/17.98	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
17.88/17.98	c # [type: int, range: [-1,2147483647], default: 0]
17.88/17.98	c heuristics/rens/freq = -1
17.88/17.98	c 
17.88/17.98	c # minimum percentage of integer variables that have to be fixable 
17.88/17.98	c # [type: real, range: [0,1], default: 0.5]
17.88/17.98	c heuristics/rens/minfixingrate = 0.3
17.88/17.98	c 
17.88/17.98	c # number of nodes added to the contingent of the total nodes
17.88/17.98	c # [type: longint, range: [0,9223372036854775807], default: 500]
17.88/17.98	c heuristics/rens/nodesofs = 2000
17.88/17.98	c 
17.88/17.98	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
17.88/17.98	c # [type: int, range: [-1,2147483647], default: 20]
17.88/17.98	c heuristics/rootsoldiving/freq = -1
17.88/17.98	c 
17.88/17.98	c # maximal fraction of diving LP iterations compared to node LP iterations
17.88/17.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
17.88/17.98	c heuristics/rootsoldiving/maxlpiterquot = 0.015
17.88/17.98	c 
17.88/17.98	c # additional number of allowed LP iterations
17.88/17.98	c # [type: int, range: [0,2147483647], default: 1000]
17.88/17.98	c heuristics/rootsoldiving/maxlpiterofs = 1500
17.88/17.98	c 
17.88/17.98	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
17.88/17.98	c # [type: int, range: [-1,2147483647], default: 1]
17.88/17.98	c heuristics/rounding/freq = -1
17.88/17.98	c 
17.88/17.98	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
17.88/17.98	c # [type: int, range: [-1,2147483647], default: 0]
17.88/17.98	c heuristics/shiftandpropagate/freq = -1
17.88/17.98	c 
17.88/17.98	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
17.88/17.98	c # [type: int, range: [-1,2147483647], default: 10]
17.88/17.98	c heuristics/shifting/freq = -1
17.88/17.98	c 
17.88/17.98	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
17.88/17.98	c # [type: int, range: [-1,2147483647], default: 1]
17.88/17.98	c heuristics/simplerounding/freq = -1
17.88/17.98	c 
17.88/17.98	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
17.88/17.98	c # [type: int, range: [-1,2147483647], default: 1]
17.88/17.98	c heuristics/subnlp/freq = -1
17.88/17.98	c 
17.88/17.98	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
17.88/17.98	c # [type: int, range: [-1,2147483647], default: 0]
17.88/17.98	c heuristics/trivial/freq = -1
17.88/17.98	c 
17.88/17.98	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
17.88/17.98	c # [type: int, range: [-1,2147483647], default: 1]
17.88/17.98	c heuristics/trysol/freq = -1
17.88/17.98	c 
17.88/17.98	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
17.88/17.98	c # [type: int, range: [-1,2147483647], default: 0]
17.88/17.98	c heuristics/undercover/freq = -1
17.88/17.98	c 
17.88/17.98	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
17.88/17.98	c # [type: int, range: [-1,2147483647], default: 10]
17.88/17.98	c heuristics/veclendiving/freq = -1
17.88/17.98	c 
17.88/17.98	c # maximal fraction of diving LP iterations compared to node LP iterations
17.88/17.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
17.88/17.98	c heuristics/veclendiving/maxlpiterquot = 0.075
17.88/17.98	c 
17.88/17.98	c # additional number of allowed LP iterations
17.88/17.98	c # [type: int, range: [0,2147483647], default: 1000]
17.88/17.98	c heuristics/veclendiving/maxlpiterofs = 1500
17.88/17.98	c 
17.88/17.98	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
17.88/17.98	c # [type: int, range: [-1,2147483647], default: 1]
17.88/17.98	c heuristics/zirounding/freq = -1
17.88/17.98	c 
17.88/17.98	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
17.88/17.98	c # [type: int, range: [-1,2147483647], default: -1]
17.88/17.98	c propagating/probing/maxprerounds = 0
17.88/17.98	c 
17.88/17.98	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
17.88/17.98	c # [type: int, range: [-1,2147483647], default: 0]
17.88/17.98	c separating/cmir/freq = -1
17.88/17.98	c 
17.88/17.98	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
17.88/17.98	c # [type: int, range: [-1,2147483647], default: 0]
17.88/17.98	c separating/flowcover/freq = -1
17.88/17.98	c 
17.88/17.98	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
17.88/17.98	c # [type: int, range: [-1,2147483647], default: -1]
17.88/17.98	c separating/rapidlearning/freq = 0
17.88/17.98	c 
17.88/17.98	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
17.88/17.98	c # [type: int, range: [-1,2147483647], default: 1]
17.88/17.98	c heuristics/indoneopt/freq = -1
17.88/17.98	c 
17.88/17.98	c -----------------------------------------------------------------------------------------------
17.88/17.98	c start solving
17.88/18.00	c 
49.38/49.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
49.38/49.40	c  49.4s|     1 |     0 |  1962 |     - |1190M|   0 | 160 |2800 | 918k|2800 | 918k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
58.98/59.03	c  59.0s|     1 |     0 |  2119 |     - |1192M|   0 | 167 |2800 | 918k|2800 | 918k|  23 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
90.57/90.68	c  90.6s|     1 |     0 |  3459 |     - |1194M|   0 | 210 |2800 | 918k|2800 | 918k|  43 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
123.47/123.57	c   124s|     1 |     0 |  3593 |     - |1194M|   0 | 226 |2800 | 918k|2800 | 918k|  58 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
156.17/156.24	c   156s|     1 |     0 |  3838 |     - |1194M|   0 | 221 |2800 | 918k|2800 | 918k|  72 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
204.26/204.37	c   204s|     1 |     0 |  4014 |     - |1194M|   0 | 221 |2800 | 918k|2800 | 918k|  84 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
366.34/366.49	c   366s|     1 |     2 |  4014 |     - |1194M|   0 | 221 |2800 | 918k|2800 | 918k|  84 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
1798.21/1798.50	c 
1798.21/1798.50	c SCIP Status        : solving was interrupted [time limit reached]
1798.21/1798.50	c Solving Time (sec) : 1798.46
1798.21/1798.50	c Solving Nodes      : 10
1798.21/1798.50	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1798.21/1798.50	c Dual Bound         : +0.00000000000000e+00
1798.21/1798.50	c Gap                : infinite
1798.21/1798.50	s UNKNOWN
1798.21/1798.50	c SCIP Status        : solving was interrupted [time limit reached]
1798.21/1798.50	c Total Time         :    1798.46
1798.21/1798.50	c   solving          :    1798.46
1798.21/1798.50	c   presolving       :      14.99 (included in solving)
1798.21/1798.50	c   reading          :       2.35 (included in solving)
1798.21/1798.50	c   copying          :       0.00 (0 times copied the problem)
1798.21/1798.50	c Original Problem   :
1798.21/1798.50	c   Problem name     : HOME/instance-3690399-1338016939.opb
1798.21/1798.50	c   Variables        : 2800 (2800 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.21/1798.50	c   Constraints      : 990001 initial, 990001 maximal
1798.21/1798.50	c   Objective sense  : minimize
1798.21/1798.50	c Presolved Problem  :
1798.21/1798.50	c   Problem name     : t_HOME/instance-3690399-1338016939.opb
1798.21/1798.50	c   Variables        : 2800 (2800 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.21/1798.50	c   Constraints      : 918602 initial, 918602 maximal
1798.21/1798.50	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1798.21/1798.50	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1798.21/1798.50	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1798.21/1798.50	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1798.21/1798.50	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1798.21/1798.50	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1798.21/1798.50	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1798.21/1798.50	c   gateextraction   :       0.27       0.00          0          0          0          0          0          0          0          0          0
1798.21/1798.50	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1798.21/1798.50	c   components       :       0.32       0.00          0          0          0          0          0          0          0          0          0
1798.21/1798.50	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1798.21/1798.50	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1798.21/1798.50	c   knapsack         :       0.57       0.00          0          0          0          0          0          0          0          0       3402
1798.21/1798.50	c   setppc           :       0.16       0.00          0          0          0          0          0      71399          0          0          0
1798.21/1798.50	c   linear           :       4.37       0.00          0          0          0          0          0          0          0          0          0
1798.21/1798.50	c   logicor          :       3.40       2.14          0          0          0          0          0          0          0          0          0
1798.21/1798.50	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1798.21/1798.50	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1798.21/1798.50	c   integral         :          0          0          0          0         10          0          1          0          0          0          0          0         20
1798.21/1798.50	c   knapsack         :       3160       3160          5         18          0          0          0          0          0          8        384          0          0
1798.21/1798.50	c   setppc           :      24681      24681          5         18          0          0          0          0          0        559          0          0          0
1798.21/1798.50	c   linear           :          1          1          5         18          0          0          0          0          0          0          0          0          0
1798.21/1798.50	c   logicor          :     890760     890760          5          9          0          0          0          0          0         19          0          0          0
1798.21/1798.50	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1798.21/1798.50	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1798.21/1798.50	c   integral         :    1515.18       0.00       0.00       0.00    1515.18       0.00       0.00       0.00
1798.21/1798.50	c   knapsack         :       0.04       0.00       0.04       0.00       0.00       0.00       0.00       0.00
1798.21/1798.50	c   setppc           :       0.02       0.00       0.00       0.01       0.00       0.00       0.00       0.00
1798.21/1798.50	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1798.21/1798.50	c   logicor          :       2.49       2.14       0.12       0.22       0.00       0.00       0.00       0.00
1798.21/1798.50	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1798.21/1798.50	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1798.21/1798.50	c   rootredcost      :          0          0          0          0
1798.21/1798.50	c   pseudoobj        :          0          0          0          0
1798.21/1798.50	c   vbounds          :          0          0          0          0
1798.21/1798.50	c   redcost          :         15          0          0          0
1798.21/1798.50	c   probing          :          0          0          0          0
1798.21/1798.50	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1798.21/1798.50	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1798.21/1798.50	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
1798.21/1798.50	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
1798.21/1798.50	c   redcost          :       0.00       0.00       0.00       0.00       0.00
1798.21/1798.50	c   probing          :       0.00       0.00       0.00       0.00       0.00
1798.21/1798.50	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1798.21/1798.50	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1798.21/1798.50	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1798.21/1798.50	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1798.21/1798.50	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1798.21/1798.50	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1798.21/1798.50	c   applied globally :          -          -          -          0        0.0          -          -          -
1798.21/1798.50	c   applied locally  :          -          -          -          0        0.0          -          -          -
1798.21/1798.50	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1798.21/1798.50	c   cut pool         :       0.00                     4          -          -          3          -    (maximal pool size: 213)
1798.21/1798.50	c   closecuts        :       0.00       0.00          0          0          0          0          0
1798.21/1798.50	c   impliedbounds    :       0.00       0.00          5          0          0          0          0
1798.21/1798.50	c   intobj           :       0.00       0.00          0          0          0          0          0
1798.21/1798.50	c   gomory           :       9.39       0.00          5          0          0        250          0
1798.21/1798.50	c   cgmip            :       0.00       0.00          0          0          0          0          0
1798.21/1798.50	c   strongcg         :     100.39       0.00          5          0          0       2500          0
1798.21/1798.50	c   cmir             :       0.00       0.00          0          0          0          0          0
1798.21/1798.50	c   flowcover        :       0.00       0.00          0          0          0          0          0
1798.21/1798.50	c   clique           :       0.02       0.00          5          0          0          0          0
1798.21/1798.50	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1798.21/1798.50	c   mcf              :       0.00       0.00          0          0          0          0          0
1798.21/1798.50	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1798.21/1798.50	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1798.21/1798.50	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1798.21/1798.50	c   problem variables:       0.00          -          0          0
1798.21/1798.50	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1798.21/1798.50	c   relpscost        :    1515.18       0.00         10          0          0          0          0         20
1798.21/1798.50	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1798.21/1798.50	c   inference        :       0.00       0.00          0          0          0          0          0          0
1798.21/1798.50	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1798.21/1798.50	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1798.21/1798.50	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1798.21/1798.50	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1798.21/1798.50	c   random           :       0.00       0.00          0          0          0          0          0          0
1798.21/1798.50	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1798.21/1798.50	c   LP solutions     :       0.00          -          -          0
1798.21/1798.50	c   pseudo solutions :       0.00          -          -          0
1798.21/1798.50	c   smallcard        :       0.00       0.00          0          0
1798.21/1798.50	c   trivial          :       0.21       0.00          1          0
1798.21/1798.50	c   shiftandpropagate:       0.00       0.00          0          0
1798.21/1798.50	c   simplerounding   :       0.00       0.00          0          0
1798.21/1798.50	c   zirounding       :       0.00       0.00          0          0
1798.21/1798.50	c   rounding         :       0.00       0.00          0          0
1798.21/1798.50	c   shifting         :       0.00       0.00          0          0
1798.21/1798.50	c   intshifting      :       0.00       0.00          0          0
1798.21/1798.50	c   oneopt           :       0.00       0.00          0          0
1798.21/1798.50	c   twoopt           :       0.00       0.00          0          0
1798.21/1798.50	c   indtwoopt        :       0.00       0.00          0          0
1798.21/1798.50	c   indoneopt        :       0.00       0.00          0          0
1798.21/1798.50	c   fixandinfer      :       0.00       0.00          0          0
1798.21/1798.50	c   feaspump         :       0.00       0.00          0          0
1798.21/1798.50	c   clique           :       0.00       0.00          0          0
1798.21/1798.50	c   indrounding      :       0.00       0.00          0          0
1798.21/1798.50	c   indcoefdiving    :       0.00       0.00          0          0
1798.21/1798.50	c   coefdiving       :       0.00       0.00          0          0
1798.21/1798.50	c   pscostdiving     :       0.00       0.00          0          0
1798.21/1798.50	c   nlpdiving        :       0.00       0.00          0          0
1798.21/1798.50	c   fracdiving       :       0.00       0.00          0          0
1798.21/1798.50	c   veclendiving     :       0.00       0.00          0          0
1798.21/1798.50	c   intdiving        :       0.00       0.00          0          0
1798.21/1798.50	c   actconsdiving    :       0.00       0.00          0          0
1798.21/1798.50	c   objpscostdiving  :       0.00       0.00          0          0
1798.21/1798.50	c   rootsoldiving    :       0.00       0.00          0          0
1798.21/1798.50	c   linesearchdiving :       0.00       0.00          0          0
1798.21/1798.50	c   guideddiving     :       0.00       0.00          0          0
1798.21/1798.50	c   octane           :       0.00       0.00          0          0
1798.21/1798.50	c   rens             :       0.00       0.00          0          0
1798.21/1798.50	c   rins             :       0.00       0.00          0          0
1798.21/1798.50	c   localbranching   :       0.00       0.00          0          0
1798.21/1798.50	c   mutation         :       0.00       0.00          0          0
1798.21/1798.50	c   crossover        :       0.00       0.00          0          0
1798.21/1798.50	c   dins             :       0.00       0.00          0          0
1798.21/1798.50	c   vbounds          :       0.00       0.00          0          0
1798.21/1798.50	c   undercover       :       0.00       0.00          0          0
1798.21/1798.50	c   subnlp           :       0.00       0.00          0          0
1798.21/1798.50	c   trysol           :       0.00       0.00          0          0
1798.21/1798.50	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1798.21/1798.50	c   primal LP        :       0.24          1          0       0.00       0.00       0.24          1
1798.21/1798.50	c   dual LP          :     151.65         15       7300     486.67      48.14       0.00          0
1798.21/1798.50	c   lex dual LP      :       0.00          0          0       0.00          -
1798.21/1798.50	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1798.21/1798.50	c   diving/probing LP:       0.00          0          0       0.00          -
1798.21/1798.50	c   strong branching :    1514.89        379      49278     130.02      32.53
1798.21/1798.50	c     (at root node) :          -         33       6329     191.79          -
1798.21/1798.50	c   conflict analysis:       0.00          0          0       0.00          -
1798.21/1798.50	c B&B Tree           :
1798.21/1798.50	c   number of runs   :          1
1798.21/1798.50	c   nodes            :         10
1798.21/1798.50	c   nodes (total)    :         10
1798.21/1798.50	c   nodes left       :         11
1798.21/1798.50	c   max depth        :          9
1798.21/1798.50	c   max depth (total):          9
1798.21/1798.50	c   backtracks       :          0 (0.0%)
1798.21/1798.50	c   delayed cutoffs  :          0
1798.21/1798.50	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1798.21/1798.50	c   avg switch length:       1.00
1798.21/1798.50	c   switching time   :       0.42
1798.21/1798.50	c Solution           :
1798.21/1798.50	c   Solutions found  :          0 (0 improvements)
1798.21/1798.50	c   Primal Bound     :          -
1798.21/1798.50	c   Dual Bound       : +0.00000000000000e+00
1798.21/1798.50	c   Gap              :   infinite
1798.21/1798.50	c   Root Dual Bound  : +0.00000000000000e+00
1798.21/1798.50	c   Root Iterations  :       4014

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-3690399-1338016939/watcher-3690399-1338016939 -o /tmp/evaluation-result-3690399-1338016939/solver-3690399-1338016939 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690399-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/176 1341
/proc/meminfo: memFree=28420376/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=9832 CPUtime=0 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 1214 0 0 0 0 0 0 0 20 0 1 0 267820024 10067968 1169 33554432000 4194304 10173063 140734547247776 140733754291992 7545739 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 2458 1169 413 1460 0 989 0

[startup+0.056208 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 1341
/proc/meminfo: memFree=28420376/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=18592 CPUtime=0.04 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 3403 0 0 0 4 0 0 0 20 0 1 0 267820024 19038208 3358 33554432000 4194304 10173063 140734547247776 140734547112952 8985008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 4648 3358 413 1460 0 3179 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 18592

[startup+0.100201 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 1341
/proc/meminfo: memFree=28420376/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=23592 CPUtime=0.09 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 4653 0 0 0 9 0 0 0 20 0 1 0 267820024 24158208 4608 33554432000 4194304 10173063 140734547247776 140734547112952 8985008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 5898 4608 413 1460 0 4429 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23592

[startup+0.300165 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 1341
/proc/meminfo: memFree=28420376/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=49704 CPUtime=0.29 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 11175 0 0 0 28 1 0 0 20 0 1 0 267820024 50896896 11130 33554432000 4194304 10173063 140734547247776 140734547112952 8985008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 12426 11130 413 1460 0 10957 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49704

[startup+0.700165 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 1341
/proc/meminfo: memFree=28420376/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=101524 CPUtime=0.69 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 24074 0 0 0 65 4 0 0 20 0 1 0 267820024 103960576 24029 33554432000 4194304 10173063 140734547247776 140734547112952 7410956 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 25381 24029 413 1460 0 23912 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 101524

[startup+1.50016 s]
/proc/loadavg: 0.16 0.04 0.01 3/177 1342
/proc/meminfo: memFree=27963288/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=202336 CPUtime=1.49 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 49249 0 0 0 141 8 0 0 20 0 1 0 267820024 207192064 49204 33554432000 4194304 10173063 140734547247776 140734547112952 7549312 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 50584 49204 413 1460 0 49115 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 202336

[startup+3.10017 s]
/proc/loadavg: 0.16 0.04 0.01 3/177 1342
/proc/meminfo: memFree=27710280/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=694776 CPUtime=3.09 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 171948 0 0 0 283 26 0 0 20 0 1 0 267820024 711450624 171867 33554432000 4194304 10173063 140734547247776 140734547243608 4644171 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 173694 171867 509 1460 0 172225 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 694776

[startup+6.30031 s]
/proc/loadavg: 0.31 0.07 0.02 3/177 1342
/proc/meminfo: memFree=26607368/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=1139924 CPUtime=6.29 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 352981 0 0 0 564 65 0 0 20 0 1 0 267820024 1167282176 282820 33554432000 4194304 10173063 140734547247776 140734547245144 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 284981 282820 548 1460 0 283512 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1139924

[startup+12.7003 s]
/proc/loadavg: 0.45 0.10 0.03 3/177 1342
/proc/meminfo: memFree=26226960/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=1427868 CPUtime=12.69 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 448365 0 0 0 1126 143 0 0 20 0 1 0 267820024 1462136832 354414 33554432000 4194304 10173063 140734547247776 140734547244664 4953292 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 356967 354414 589 1460 0 355498 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1427868

[startup+25.507 s]
/proc/loadavg: 0.79 0.19 0.06 3/177 1342
/proc/meminfo: memFree=25259828/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=2480344 CPUtime=25.49 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 580433 0 0 0 2331 218 0 0 20 0 1 0 267820024 2539872256 586854 33554432000 4194304 10173063 140734547247776 140734547241032 7595768 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 620086 586854 745 1460 0 618617 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2480344

[startup+51.1003 s]
/proc/loadavg: 1.26 0.35 0.12 3/177 1342
/proc/meminfo: memFree=25343392/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=2298420 CPUtime=51.09 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 586785 0 0 0 4877 232 0 0 20 0 1 0 267820024 2353582080 562255 33554432000 4194304 10173063 140734547247776 140734547242664 7657632 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 574605 562255 779 1460 0 573136 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2298420

[startup+102.3 s]
/proc/loadavg: 1.68 0.60 0.21 3/177 1342
/proc/meminfo: memFree=25297288/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=2398344 CPUtime=102.27 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 595672 0 0 0 9983 244 0 0 20 0 1 0 267820024 2455904256 573375 33554432000 4194304 10173063 140734547247776 140734547242616 8846894 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 599586 573375 783 1460 0 598117 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2398344

[startup+162.3 s]
/proc/loadavg: 1.88 0.85 0.32 3/177 1342
/proc/meminfo: memFree=25260892/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=2438812 CPUtime=162.26 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 598069 0 0 0 15973 253 0 0 20 0 1 0 267820024 2497343488 580688 33554432000 4194304 10173063 140734547247776 140734547242616 8846889 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 609703 580688 783 1460 0 608234 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 2438812

[startup+222.3 s]
/proc/loadavg: 1.95 1.06 0.42 3/177 1342
/proc/meminfo: memFree=25258344/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=2438812 CPUtime=222.26 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 599178 0 0 0 21957 269 0 0 20 0 1 0 267820024 2497343488 581232 33554432000 4194304 10173063 140734547247776 140734547241608 7654641 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 609703 581232 787 1460 0 608234 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 2438812

[startup+282.3 s]
/proc/loadavg: 1.98 1.23 0.52 3/178 1343
/proc/meminfo: memFree=25236484/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=2466164 CPUtime=282.25 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 602058 0 0 0 27918 307 0 0 20 0 1 0 267820024 2525351936 586141 33554432000 4194304 10173063 140734547247776 140734547241224 8012272 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 616541 586141 787 1460 0 615072 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 2466164

[startup+342.307 s]
/proc/loadavg: 1.99 1.37 0.61 3/177 1344
/proc/meminfo: memFree=25255620/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=2438812 CPUtime=342.25 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 607265 0 0 0 33893 332 0 0 20 0 1 0 267820024 2497343488 581232 33554432000 4194304 10173063 140734547247776 140734547241224 7706073 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 609703 581232 787 1460 0 608234 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 2438812

[startup+402.3 s]
/proc/loadavg: 1.99 1.48 0.69 3/177 1344
/proc/meminfo: memFree=25231360/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=2474952 CPUtime=402.23 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 611291 0 0 0 39861 362 0 0 20 0 1 0 267820024 2534350848 587123 33554432000 4194304 10173063 140734547247776 140734547241608 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 618738 587123 794 1460 0 617269 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2474952

[startup+462.3 s]
/proc/loadavg: 1.99 1.57 0.77 3/178 1349
/proc/meminfo: memFree=25249496/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=2438812 CPUtime=462.22 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 619793 0 0 0 45834 388 0 0 20 0 1 0 267820024 2497343488 581239 33554432000 4194304 10173063 140734547247776 140734547241224 8007762 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 609703 581239 794 1460 0 608234 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 2438812

[startup+522.3 s]
/proc/loadavg: 1.99 1.65 0.85 3/177 1349
/proc/meminfo: memFree=25246436/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=2438812 CPUtime=522.21 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 628062 0 0 0 51802 419 0 0 20 0 1 0 267820024 2497343488 581239 33554432000 4194304 10173063 140734547247776 140734547241192 8063658 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 609703 581239 794 1460 0 608234 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2438812

[startup+582.3 s]
/proc/loadavg: 1.99 1.71 0.92 3/177 1349
/proc/meminfo: memFree=25246748/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=2438812 CPUtime=582.2 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 635715 0 0 0 57750 470 0 0 20 0 1 0 267820024 2497343488 581239 33554432000 4194304 10173063 140734547247776 140734547241144 8007115 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 609703 581239 794 1460 0 608234 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2438812

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.03 1.90 1.21 3/177 1350
/proc/meminfo: memFree=25235688/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=2451524 CPUtime=882.15 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 661439 0 0 0 87591 624 0 0 20 0 1 0 267820024 2510360576 583816 33554432000 4194304 10173063 140734547247776 140734547241032 8012276 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 612881 583816 796 1460 0 611412 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 2451524

[startup+942.3 s]
/proc/loadavg: 2.09 1.93 1.26 3/177 1351
/proc/meminfo: memFree=25235344/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=2452552 CPUtime=942.15 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 662951 0 0 0 93576 639 0 0 20 0 1 0 267820024 2511413248 583852 33554432000 4194304 10173063 140734547247776 140734547241032 8012042 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 613138 583852 796 1460 0 611669 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 2452552

[startup+1002.31 s]
/proc/loadavg: 2.03 1.94 1.30 3/177 1351
/proc/meminfo: memFree=25231448/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=2464892 CPUtime=1002.14 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 675858 0 0 0 99530 684 0 0 20 0 1 0 267820024 2524049408 584842 33554432000 4194304 10173063 140734547247776 140734547241608 7595756 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 616223 584842 796 1460 0 614754 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 2464892

[startup+1062.3 s]
/proc/loadavg: 2.01 1.95 1.34 3/178 1354
/proc/meminfo: memFree=25238644/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=2444356 CPUtime=1062.12 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 688314 0 0 0 105483 729 0 0 20 0 1 0 267820024 2503020544 582282 33554432000 4194304 10173063 140734547247776 140734547240952 7887728 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 611089 582282 796 1460 0 609620 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 2444356

[startup+1122.3 s]
/proc/loadavg: 2.00 1.95 1.38 3/177 1396
/proc/meminfo: memFree=26118732/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=2438812 CPUtime=1122.11 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 695268 0 0 0 111445 766 0 0 20 0 1 0 267820024 2497343488 581429 33554432000 4194304 10173063 140734547247776 140734547241224 8886990 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 609703 581429 796 1460 0 608234 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 2438812

[startup+1182.3 s]
/proc/loadavg: 2.00 1.96 1.42 3/177 1396
/proc/meminfo: memFree=26113264/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=2466212 CPUtime=1182.11 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 706910 0 0 0 117403 808 0 0 20 0 1 0 267820024 2525401088 586337 33554432000 4194304 10173063 140734547247776 140734547241224 7910502 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 616553 586337 796 1460 0 615084 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 2466212

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.45 3/177 1397
/proc/meminfo: memFree=26112104/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=2461748 CPUtime=1242.1 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 717613 0 0 0 123361 849 0 0 20 0 1 0 267820024 2520829952 585299 33554432000 4194304 10173063 140734547247776 140734547241224 8012362 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 615437 585299 796 1460 0 613968 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 2461748

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.48 3/177 1397
/proc/meminfo: memFree=26122300/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=2467828 CPUtime=1302.09 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 735742 0 0 0 129314 895 0 0 20 0 1 0 267820024 2527055872 586892 33554432000 4194304 10173063 140734547247776 140734547240952 7980756 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 616957 586892 796 1460 0 615488 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 2467828

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.51 3/177 1397
/proc/meminfo: memFree=26117168/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=2442648 CPUtime=1362.07 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 750168 0 0 0 135267 940 0 0 20 0 1 0 267820024 2501271552 583534 33554432000 4194304 10173063 140734547247776 140734547241224 8007073 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 610662 583534 796 1460 0 609193 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 2442648

[startup+1422.3 s]
/proc/loadavg: 2.00 1.97 1.54 3/177 1397
/proc/meminfo: memFree=26085364/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=2485016 CPUtime=1422.07 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 761233 0 0 0 141227 980 0 0 20 0 1 0 267820024 2544656384 591504 33554432000 4194304 10173063 140734547247776 140734547241224 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 621254 591504 796 1460 0 619785 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 2485016

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.57 3/177 1397
/proc/meminfo: memFree=26115612/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=2438812 CPUtime=1482.06 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 770417 0 0 0 147198 1008 0 0 20 0 1 0 267820024 2497343488 583011 33554432000 4194304 10173063 140734547247776 140734547240904 8012538 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 609703 583011 796 1460 0 608234 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 2438812

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.59 3/177 1398
/proc/meminfo: memFree=26101152/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=2454940 CPUtime=1542.06 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 779461 0 0 0 153162 1044 0 0 20 0 1 0 267820024 2513858560 586687 33554432000 4194304 10173063 140734547247776 140734547241224 8063658 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 613735 586687 796 1460 0 612266 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 2454940

[startup+1602.3 s]
/proc/loadavg: 2.03 1.99 1.62 3/177 1398
/proc/meminfo: memFree=26106500/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=2459480 CPUtime=1602.04 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 786177 0 0 0 159126 1078 0 0 20 0 1 0 267820024 2518507520 588198 33554432000 4194304 10173063 140734547247776 140734547241224 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 614870 588198 796 1460 0 613401 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 2459480

[startup+1662.31 s]
/proc/loadavg: 2.01 1.99 1.64 3/178 1401
/proc/meminfo: memFree=26112984/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=2447360 CPUtime=1662.04 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 796433 0 0 0 165078 1126 0 0 20 0 1 0 267820024 2506096640 585125 33554432000 4194304 10173063 140734547247776 140734547240952 7595768 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 611840 585125 796 1460 0 610371 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 2447360

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.66 3/177 1401
/proc/meminfo: memFree=26095392/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=2455476 CPUtime=1722.02 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 808823 0 0 0 171048 1154 0 0 20 0 1 0 267820024 2514407424 587115 33554432000 4194304 10173063 140734547247776 140734547241224 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 613869 587115 796 1460 0 612400 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 2455476

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.68 3/177 1401
/proc/meminfo: memFree=26098832/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=2438812 CPUtime=1782.01 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 823698 0 0 0 177004 1197 0 0 20 0 1 0 267820024 2497343488 583489 33554432000 4194304 10173063 140734547247776 140734547241224 7971287 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 609703 583489 796 1460 0 608234 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 2438812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 1.99 1.68 3/177 1401
/proc/meminfo: memFree=26502772/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=1948232 CPUtime=1800.01 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 827013 0 0 0 178789 1212 0 0 20 0 1 0 267820024 1994989568 484083 33554432000 4194304 10173063 140734547247776 140734547246952 7550179 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 487058 484083 812 1460 0 485589 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1948232

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

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

[startup+1800.3 s]
/proc/loadavg: 2.00 1.99 1.68 3/177 1401
/proc/meminfo: memFree=26502772/32873648 swapFree=6852/6852
[pid=1341] ppid=1339 vsize=1948232 CPUtime=1800.01 cores=1,3,5,7
/proc/1341/stat : 1341 (scip-2.1.1.4fix) R 1339 1341 1296 0 -1 4202496 827013 0 0 0 178789 1212 0 0 20 0 1 0 267820024 1994989568 484083 33554432000 4194304 10173063 140734547247776 140734547246952 7550179 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1341/statm: 487058 484083 812 1460 0 485589 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1948232

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.32
CPU time (s): 1800.04
CPU user time (s): 1787.89
CPU system time (s): 12.1462
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 2606576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.89
system time used= 12.1462
maximum resident set size= 2437716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 827013
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= 20
involuntary context switches= 1854

runsolver used 3.84042 second user time and 9.80451 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-26 09:22:20
IDJOB=3690399
IDBENCH=1377
IDSOLVER=2270
FILE ID=node116/3690399-1338016939
RUNJOBID= node116-1338016936-1314
PBS_JOBID= 14624355
Free space on /tmp= 71536 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_9.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-3690399-1338016939/watcher-3690399-1338016939 -o /tmp/evaluation-result-3690399-1338016939/solver-3690399-1338016939 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690399-1338016939.opb -t 1800 -m 15500

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

MD5SUM BENCH= d54403a51e1ff3d34cd210d836adfe84
RANDOM SEED=1225452900

node116.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.556
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	: 5333.11
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.556
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.556
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	: 5438.54
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.556
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.556
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.556
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.92
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.556
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.90
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.556
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:        28422988 kB
Buffers:          232812 kB
Cached:          3347920 kB
SwapCached:            0 kB
Active:           813488 kB
Inactive:        2868360 kB
Active(anon):     103732 kB
Inactive(anon):        0 kB
Active(file):     709756 kB
Inactive(file):  2868360 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             72560 kB
Writeback:            16 kB
AnonPages:        108156 kB
Mapped:            14944 kB
Shmem:               200 kB
Slab:             631980 kB
SReclaimable:      76692 kB
SUnreclaim:       555288 kB
KernelStack:        1432 kB
PageTables:         4024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     216152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

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