Trace number 3690614

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed? (TO) 1802.15 1802.45

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-120.opb
MD5SUM7b80ddfff13fd2a12f867bbe09bf6414
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
Maximum length of a constraint690
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
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-3690614-1338024263.opb>
2.89/2.93	c original problem has 48411 variables (48411 bin, 0 int, 0 impl, 0 cont) and 1121517 constraints
2.89/2.93	c problem read in 2.93
2.89/2.98	c No objective function, only one solution is needed.
2.89/2.98	c presolving settings loaded
6.59/6.66	c presolving:
13.98/14.06	c (round 1) 1 del vars, 8 del conss, 0 add conss, 0 chg bounds, 7 chg sides, 0 chg coeffs, 1121508 upgd conss, 495802 impls, 1772 clqs
22.18/22.21	c presolving (2 rounds):
22.18/22.21	c  1 deleted vars, 30 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 0 changed coefficients
22.18/22.21	c  495802 implications, 1772 cliques
22.18/22.21	c presolved problem has 48410 variables (48410 bin, 0 int, 0 impl, 0 cont) and 1121487 constraints
22.18/22.21	c  112021 constraints of type <knapsack>
22.18/22.21	c  237606 constraints of type <setppc>
22.18/22.21	c       1 constraints of type <linear>
22.18/22.21	c  771859 constraints of type <logicor>
22.18/22.21	c transformed objective value is always integral (scale: 1)
22.18/22.21	c Presolving Time: 18.47
22.18/22.21	c - non default parameters ----------------------------------------------------------------------
22.18/22.21	c # SCIP version 2.1.1.4
22.18/22.21	c 
22.18/22.21	c # maximal time in seconds to run
22.18/22.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
22.18/22.21	c limits/time = 1797
22.18/22.21	c 
22.18/22.21	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
22.18/22.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
22.18/22.21	c limits/memory = 13950
22.18/22.21	c 
22.18/22.21	c # solving stops, if the given number of solutions were found (-1: no limit)
22.18/22.21	c # [type: int, range: [-1,2147483647], default: -1]
22.18/22.21	c limits/solutions = 1
22.18/22.21	c 
22.18/22.21	c # maximal number of separation rounds per node (-1: unlimited)
22.18/22.21	c # [type: int, range: [-1,2147483647], default: 5]
22.18/22.21	c separating/maxrounds = 1
22.18/22.21	c 
22.18/22.21	c # maximal number of separation rounds in the root node (-1: unlimited)
22.18/22.21	c # [type: int, range: [-1,2147483647], default: -1]
22.18/22.21	c separating/maxroundsroot = 5
22.18/22.21	c 
22.18/22.21	c # default clock type (1: CPU user seconds, 2: wall clock time)
22.18/22.21	c # [type: int, range: [1,2], default: 1]
22.18/22.21	c timing/clocktype = 2
22.18/22.21	c 
22.18/22.21	c # belongs reading time to solving time?
22.18/22.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
22.18/22.21	c timing/reading = TRUE
22.18/22.21	c 
22.18/22.21	c # should disaggregation of knapsack constraints be allowed in preprocessing?
22.18/22.21	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
22.18/22.21	c constraints/knapsack/disaggregation = FALSE
22.18/22.21	c 
22.18/22.21	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
22.18/22.21	c # [type: int, range: [-1,2147483647], default: 10]
22.18/22.21	c heuristics/coefdiving/freq = -1
22.18/22.21	c 
22.18/22.21	c # maximal fraction of diving LP iterations compared to node LP iterations
22.18/22.21	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
22.18/22.21	c heuristics/coefdiving/maxlpiterquot = 0.075
22.18/22.21	c 
22.18/22.21	c # additional number of allowed LP iterations
22.18/22.21	c # [type: int, range: [0,2147483647], default: 1000]
22.18/22.21	c heuristics/coefdiving/maxlpiterofs = 1500
22.18/22.21	c 
22.18/22.21	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
22.18/22.21	c # [type: int, range: [-1,2147483647], default: 30]
22.18/22.21	c heuristics/crossover/freq = -1
22.18/22.21	c 
22.18/22.21	c # number of nodes added to the contingent of the total nodes
22.18/22.21	c # [type: longint, range: [0,9223372036854775807], default: 500]
22.18/22.21	c heuristics/crossover/nodesofs = 750
22.18/22.21	c 
22.18/22.21	c # number of nodes without incumbent change that heuristic should wait
22.18/22.21	c # [type: longint, range: [0,9223372036854775807], default: 200]
22.18/22.21	c heuristics/crossover/nwaitingnodes = 100
22.18/22.21	c 
22.18/22.21	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
22.18/22.21	c # [type: real, range: [0,1], default: 0.1]
22.18/22.21	c heuristics/crossover/nodesquot = 0.15
22.18/22.21	c 
22.18/22.21	c # minimum percentage of integer variables that have to be fixed 
22.18/22.21	c # [type: real, range: [0,1], default: 0.666]
22.18/22.21	c heuristics/crossover/minfixingrate = 0.5
22.18/22.21	c 
22.18/22.21	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
22.18/22.21	c # [type: int, range: [-1,2147483647], default: 20]
22.18/22.21	c heuristics/feaspump/freq = -1
22.18/22.21	c 
22.18/22.21	c # additional number of allowed LP iterations
22.18/22.21	c # [type: int, range: [0,2147483647], default: 1000]
22.18/22.21	c heuristics/feaspump/maxlpiterofs = 2000
22.18/22.21	c 
22.18/22.21	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
22.18/22.21	c # [type: int, range: [-1,2147483647], default: 10]
22.18/22.21	c heuristics/fracdiving/freq = -1
22.18/22.21	c 
22.18/22.21	c # maximal fraction of diving LP iterations compared to node LP iterations
22.18/22.21	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
22.18/22.21	c heuristics/fracdiving/maxlpiterquot = 0.075
22.18/22.21	c 
22.18/22.21	c # additional number of allowed LP iterations
22.18/22.21	c # [type: int, range: [0,2147483647], default: 1000]
22.18/22.21	c heuristics/fracdiving/maxlpiterofs = 1500
22.18/22.21	c 
22.18/22.21	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
22.18/22.21	c # [type: int, range: [-1,2147483647], default: 10]
22.18/22.21	c heuristics/guideddiving/freq = -1
22.18/22.21	c 
22.18/22.21	c # maximal fraction of diving LP iterations compared to node LP iterations
22.18/22.21	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
22.18/22.21	c heuristics/guideddiving/maxlpiterquot = 0.075
22.18/22.21	c 
22.18/22.21	c # additional number of allowed LP iterations
22.18/22.21	c # [type: int, range: [0,2147483647], default: 1000]
22.18/22.21	c heuristics/guideddiving/maxlpiterofs = 1500
22.18/22.21	c 
22.18/22.21	c # maximal fraction of diving LP iterations compared to node LP iterations
22.18/22.21	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
22.18/22.21	c heuristics/intdiving/maxlpiterquot = 0.075
22.18/22.21	c 
22.18/22.21	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
22.18/22.21	c # [type: int, range: [-1,2147483647], default: 10]
22.18/22.21	c heuristics/intshifting/freq = -1
22.18/22.21	c 
22.18/22.21	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
22.18/22.21	c # [type: int, range: [-1,2147483647], default: 10]
22.18/22.21	c heuristics/linesearchdiving/freq = -1
22.18/22.21	c 
22.18/22.21	c # maximal fraction of diving LP iterations compared to node LP iterations
22.18/22.21	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
22.18/22.21	c heuristics/linesearchdiving/maxlpiterquot = 0.075
22.18/22.21	c 
22.18/22.21	c # additional number of allowed LP iterations
22.18/22.21	c # [type: int, range: [0,2147483647], default: 1000]
22.18/22.21	c heuristics/linesearchdiving/maxlpiterofs = 1500
22.18/22.21	c 
22.18/22.21	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
22.18/22.21	c # [type: int, range: [-1,2147483647], default: 20]
22.18/22.21	c heuristics/objpscostdiving/freq = -1
22.18/22.21	c 
22.18/22.21	c # maximal fraction of diving LP iterations compared to total iteration number
22.18/22.21	c # [type: real, range: [0,1], default: 0.01]
22.18/22.21	c heuristics/objpscostdiving/maxlpiterquot = 0.015
22.18/22.21	c 
22.18/22.21	c # additional number of allowed LP iterations
22.18/22.21	c # [type: int, range: [0,2147483647], default: 1000]
22.18/22.21	c heuristics/objpscostdiving/maxlpiterofs = 1500
22.18/22.21	c 
22.18/22.21	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
22.18/22.21	c # [type: int, range: [-1,2147483647], default: 1]
22.18/22.21	c heuristics/oneopt/freq = -1
22.18/22.21	c 
22.18/22.21	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
22.18/22.21	c # [type: int, range: [-1,2147483647], default: 10]
22.18/22.21	c heuristics/pscostdiving/freq = -1
22.18/22.21	c 
22.18/22.21	c # maximal fraction of diving LP iterations compared to node LP iterations
22.18/22.21	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
22.18/22.21	c heuristics/pscostdiving/maxlpiterquot = 0.075
22.18/22.21	c 
22.18/22.21	c # additional number of allowed LP iterations
22.18/22.21	c # [type: int, range: [0,2147483647], default: 1000]
22.18/22.21	c heuristics/pscostdiving/maxlpiterofs = 1500
22.18/22.21	c 
22.18/22.21	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
22.18/22.21	c # [type: int, range: [-1,2147483647], default: 0]
22.18/22.21	c heuristics/rens/freq = -1
22.18/22.21	c 
22.18/22.21	c # minimum percentage of integer variables that have to be fixable 
22.18/22.21	c # [type: real, range: [0,1], default: 0.5]
22.18/22.21	c heuristics/rens/minfixingrate = 0.3
22.18/22.21	c 
22.18/22.21	c # number of nodes added to the contingent of the total nodes
22.18/22.21	c # [type: longint, range: [0,9223372036854775807], default: 500]
22.18/22.21	c heuristics/rens/nodesofs = 2000
22.18/22.21	c 
22.18/22.21	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
22.18/22.21	c # [type: int, range: [-1,2147483647], default: 20]
22.18/22.21	c heuristics/rootsoldiving/freq = -1
22.18/22.21	c 
22.18/22.21	c # maximal fraction of diving LP iterations compared to node LP iterations
22.18/22.21	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
22.18/22.21	c heuristics/rootsoldiving/maxlpiterquot = 0.015
22.18/22.21	c 
22.18/22.21	c # additional number of allowed LP iterations
22.18/22.21	c # [type: int, range: [0,2147483647], default: 1000]
22.18/22.21	c heuristics/rootsoldiving/maxlpiterofs = 1500
22.18/22.21	c 
22.18/22.21	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
22.18/22.21	c # [type: int, range: [-1,2147483647], default: 1]
22.18/22.21	c heuristics/rounding/freq = -1
22.18/22.21	c 
22.18/22.21	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
22.18/22.21	c # [type: int, range: [-1,2147483647], default: 0]
22.18/22.21	c heuristics/shiftandpropagate/freq = -1
22.18/22.21	c 
22.18/22.21	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
22.18/22.21	c # [type: int, range: [-1,2147483647], default: 10]
22.18/22.21	c heuristics/shifting/freq = -1
22.18/22.21	c 
22.18/22.21	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
22.18/22.21	c # [type: int, range: [-1,2147483647], default: 1]
22.18/22.21	c heuristics/simplerounding/freq = -1
22.18/22.21	c 
22.18/22.21	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
22.18/22.21	c # [type: int, range: [-1,2147483647], default: 1]
22.18/22.21	c heuristics/subnlp/freq = -1
22.18/22.21	c 
22.18/22.21	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
22.18/22.21	c # [type: int, range: [-1,2147483647], default: 0]
22.18/22.21	c heuristics/trivial/freq = -1
22.18/22.21	c 
22.18/22.21	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
22.18/22.21	c # [type: int, range: [-1,2147483647], default: 1]
22.18/22.21	c heuristics/trysol/freq = -1
22.18/22.21	c 
22.18/22.21	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
22.18/22.21	c # [type: int, range: [-1,2147483647], default: 0]
22.18/22.21	c heuristics/undercover/freq = -1
22.18/22.21	c 
22.18/22.21	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
22.18/22.21	c # [type: int, range: [-1,2147483647], default: 10]
22.18/22.21	c heuristics/veclendiving/freq = -1
22.18/22.21	c 
22.18/22.21	c # maximal fraction of diving LP iterations compared to node LP iterations
22.18/22.21	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
22.18/22.21	c heuristics/veclendiving/maxlpiterquot = 0.075
22.18/22.21	c 
22.18/22.21	c # additional number of allowed LP iterations
22.18/22.21	c # [type: int, range: [0,2147483647], default: 1000]
22.18/22.21	c heuristics/veclendiving/maxlpiterofs = 1500
22.18/22.21	c 
22.18/22.21	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
22.18/22.21	c # [type: int, range: [-1,2147483647], default: 1]
22.18/22.21	c heuristics/zirounding/freq = -1
22.18/22.21	c 
22.18/22.21	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
22.18/22.21	c # [type: int, range: [-1,2147483647], default: -1]
22.18/22.21	c propagating/probing/maxprerounds = 0
22.18/22.21	c 
22.18/22.21	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
22.18/22.21	c # [type: int, range: [-1,2147483647], default: 0]
22.18/22.21	c separating/cmir/freq = -1
22.18/22.21	c 
22.18/22.21	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
22.18/22.21	c # [type: int, range: [-1,2147483647], default: 0]
22.18/22.21	c separating/flowcover/freq = -1
22.18/22.21	c 
22.18/22.21	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
22.18/22.21	c # [type: int, range: [-1,2147483647], default: -1]
22.18/22.21	c separating/rapidlearning/freq = 0
22.18/22.21	c 
22.18/22.21	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
22.18/22.21	c # [type: int, range: [-1,2147483647], default: 1]
22.18/22.21	c heuristics/indoneopt/freq = -1
22.18/22.21	c 
22.18/22.21	c -----------------------------------------------------------------------------------------------
22.18/22.21	c start solving
22.18/22.24	c 
61.67/61.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
61.67/61.74	c  61.7s|     1 |     0 |  7457 |     - |1692M|   0 |1585 |  48k|1121k|  48k|1121k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
106.46/106.58	c   107s|     1 |     0 | 12144 |     - |1693M|   0 |2517 |  48k|1121k|  48k|1121k|  10 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
156.86/156.96	c   157s|     1 |     0 | 17725 |     - |1694M|   0 |3349 |  48k|1121k|  48k|1121k|  32 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
481.31/481.44	c   481s|     1 |     0 | 34229 |     - |1695M|   0 |9344 |  48k|1121k|  48k|1121k|  51 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1800.58/1800.94	c  1801s|     1 |     0 | 66274 |     - |1697M|   0 |   - |  48k|1121k|  48k|1121k| 147 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1800.58/1800.94	c (node 1) LP solver hit time limit in LP 5 -- using pseudo solution instead
1800.68/1801.03	c  1801s|     1 |     2 | 66274 |     - |1697M|   0 |   - |  48k|1121k|  48k|1121k| 147 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1800.68/1801.03	c 
1800.68/1801.03	c SCIP Status        : solving was interrupted [user interrupt]
1800.68/1801.03	c Solving Time (sec) : 1800.98
1800.68/1801.03	c Solving Nodes      : 1
1800.68/1801.03	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.68/1801.03	c Dual Bound         : +0.00000000000000e+00
1800.68/1801.03	c Gap                : infinite
1800.68/1801.03	s UNKNOWN
1800.68/1801.03	c SCIP Status        : solving was interrupted [user interrupt]
1800.68/1801.03	c Total Time         :    1800.98
1800.68/1801.03	c   solving          :    1800.98
1800.68/1801.03	c   presolving       :      18.47 (included in solving)
1800.68/1801.03	c   reading          :       2.93 (included in solving)
1800.68/1801.03	c   copying          :       0.00 (0 times copied the problem)
1800.68/1801.03	c Original Problem   :
1800.68/1801.03	c   Problem name     : HOME/instance-3690614-1338024263.opb
1800.68/1801.03	c   Variables        : 48411 (48411 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.68/1801.03	c   Constraints      : 1121517 initial, 1121517 maximal
1800.68/1801.03	c   Objective sense  : minimize
1800.68/1801.03	c Presolved Problem  :
1800.68/1801.03	c   Problem name     : t_HOME/instance-3690614-1338024263.opb
1800.68/1801.03	c   Variables        : 48410 (48410 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.68/1801.03	c   Constraints      : 1121487 initial, 1121487 maximal
1800.68/1801.03	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.68/1801.03	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1800.68/1801.03	c   trivial          :       0.01       0.00          0          0          0          0          0          0          0          0          0
1800.68/1801.03	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1800.68/1801.03	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1800.68/1801.03	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1800.68/1801.03	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1800.68/1801.03	c   gateextraction   :       0.41       0.00          0          0          0          0          0          0          0          0          0
1800.68/1801.03	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1800.68/1801.03	c   components       :       0.48       0.00          0          0          0          0          0          0          0          0          0
1800.68/1801.03	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1800.68/1801.03	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1800.68/1801.03	c   knapsack         :       0.42       0.00          0          0          0          0          0          0          0          0          0
1800.68/1801.03	c   setppc           :       0.28       0.00          0          0          0          0          0          0          0          0          0
1800.68/1801.03	c   linear           :       6.35       0.00          0          1          0          0          0          8          0          7          0
1800.68/1801.03	c   logicor          :       1.35       5.20          0          0          0          0          0         22          0          0          0
1800.68/1801.03	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1800.68/1801.03	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1800.68/1801.03	c   integral         :          0          0          0          0          0          0          1          0          0          0          0          0          0
1800.68/1801.03	c   knapsack         :     112021     112021          4          1          0          1          0          0          0          0        250          0          0
1800.68/1801.03	c   setppc           :     237606     237606          4          1          0          1          0          0          0          0          0          0          0
1800.68/1801.03	c   linear           :          1          1          4          1          0          1          0          0          0          0          0          0          0
1800.68/1801.03	c   logicor          :     771859     771859          4          1          0          1          0          0          0          0          0          0          0
1800.68/1801.03	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1800.68/1801.03	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1800.68/1801.03	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.68/1801.03	c   knapsack         :       0.28       0.00       0.26       0.00       0.00       0.02       0.00       0.00
1800.68/1801.03	c   setppc           :       0.07       0.00       0.04       0.01       0.00       0.02       0.00       0.00
1800.68/1801.03	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.68/1801.03	c   logicor          :       5.52       5.20       0.10       0.17       0.00       0.05       0.00       0.00
1800.68/1801.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.68/1801.03	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1800.68/1801.03	c   rootredcost      :          0          0          0          0
1800.68/1801.03	c   pseudoobj        :          0          0          0          0
1800.68/1801.03	c   vbounds          :          0          0          0          0
1800.68/1801.03	c   redcost          :          4          0          0          0
1800.68/1801.03	c   probing          :          0          0          0          0
1800.68/1801.03	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1800.68/1801.03	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1800.68/1801.03	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
1800.68/1801.03	c   vbounds          :       0.01       0.01       0.00       0.00       0.00
1800.68/1801.03	c   redcost          :       0.01       0.00       0.00       0.01       0.00
1800.68/1801.03	c   probing          :       0.00       0.00       0.00       0.00       0.00
1800.68/1801.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.68/1801.03	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.68/1801.03	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.68/1801.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.68/1801.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.68/1801.03	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.68/1801.03	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.68/1801.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.68/1801.03	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1800.68/1801.03	c   cut pool         :       0.00                     3          -          -          7          -    (maximal pool size: 819)
1800.68/1801.03	c   closecuts        :       0.00       0.00          0          0          0          0          0
1800.68/1801.03	c   impliedbounds    :       0.01       0.00          4          0          0          0          0
1800.68/1801.03	c   intobj           :       0.00       0.00          0          0          0          0          0
1800.68/1801.03	c   gomory           :       2.98       0.00          4          0          0        200          0
1800.68/1801.03	c   cgmip            :       0.00       0.00          0          0          0          0          0
1800.68/1801.03	c   strongcg         :      27.25       0.00          4          0          0       2000          0
1800.68/1801.03	c   cmir             :       0.00       0.00          0          0          0          0          0
1800.68/1801.03	c   flowcover        :       0.00       0.00          0          0          0          0          0
1800.68/1801.03	c   clique           :       1.82       0.00          4          0          0         35          0
1800.68/1801.03	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1800.68/1801.03	c   mcf              :       3.24       0.00          1          0          0          0          0
1800.68/1801.03	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1800.68/1801.03	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1800.68/1801.03	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1800.68/1801.03	c   problem variables:       0.00          -          0          0
1800.68/1801.03	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.68/1801.03	c   relpscost        :       0.00       0.00          0          0          0          0          0          0
1800.68/1801.03	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1800.68/1801.03	c   inference        :       0.01       0.00          1          0          0          0          0          2
1800.68/1801.03	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1800.68/1801.03	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1800.68/1801.03	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1800.68/1801.03	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1800.68/1801.03	c   random           :       0.00       0.00          0          0          0          0          0          0
1800.68/1801.03	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1800.68/1801.03	c   LP solutions     :       0.00          -          -          0
1800.68/1801.03	c   pseudo solutions :       0.00          -          -          0
1800.68/1801.03	c   smallcard        :       0.00       0.00          0          0
1800.68/1801.03	c   trivial          :       0.02       0.00          1          0
1800.68/1801.03	c   shiftandpropagate:       0.00       0.00          0          0
1800.68/1801.03	c   simplerounding   :       0.00       0.00          0          0
1800.68/1801.03	c   zirounding       :       0.00       0.00          0          0
1800.68/1801.03	c   rounding         :       0.00       0.00          0          0
1800.68/1801.03	c   shifting         :       0.00       0.00          0          0
1800.68/1801.03	c   intshifting      :       0.00       0.00          0          0
1800.68/1801.03	c   oneopt           :       0.00       0.00          0          0
1800.68/1801.03	c   twoopt           :       0.00       0.00          0          0
1800.68/1801.03	c   indtwoopt        :       0.00       0.00          0          0
1800.68/1801.03	c   indoneopt        :       0.00       0.00          0          0
1800.68/1801.03	c   fixandinfer      :       0.00       0.00          0          0
1800.68/1801.03	c   feaspump         :       0.00       0.00          0          0
1800.68/1801.03	c   clique           :       0.00       0.00          0          0
1800.68/1801.03	c   indrounding      :       0.00       0.00          0          0
1800.68/1801.03	c   indcoefdiving    :       0.00       0.00          0          0
1800.68/1801.03	c   coefdiving       :       0.00       0.00          0          0
1800.68/1801.03	c   pscostdiving     :       0.00       0.00          0          0
1800.68/1801.03	c   nlpdiving        :       0.00       0.00          0          0
1800.68/1801.03	c   fracdiving       :       0.00       0.00          0          0
1800.68/1801.03	c   veclendiving     :       0.00       0.00          0          0
1800.68/1801.03	c   intdiving        :       0.00       0.00          0          0
1800.68/1801.03	c   actconsdiving    :       0.00       0.00          0          0
1800.68/1801.03	c   objpscostdiving  :       0.00       0.00          0          0
1800.68/1801.03	c   rootsoldiving    :       0.00       0.00          0          0
1800.68/1801.03	c   linesearchdiving :       0.00       0.00          0          0
1800.68/1801.03	c   guideddiving     :       0.00       0.00          0          0
1800.68/1801.03	c   octane           :       0.00       0.00          0          0
1800.68/1801.03	c   rens             :       0.00       0.00          0          0
1800.68/1801.03	c   rins             :       0.00       0.00          0          0
1800.68/1801.03	c   localbranching   :       0.00       0.00          0          0
1800.68/1801.03	c   mutation         :       0.00       0.00          0          0
1800.68/1801.03	c   crossover        :       0.00       0.00          0          0
1800.68/1801.03	c   dins             :       0.00       0.00          0          0
1800.68/1801.03	c   vbounds          :       0.00       0.00          0          0
1800.68/1801.03	c   undercover       :       0.00       0.00          0          0
1800.68/1801.03	c   subnlp           :       0.00       0.00          0          0
1800.68/1801.03	c   trysol           :       0.00       0.00          0          0
1800.68/1801.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1800.68/1801.03	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
1800.68/1801.03	c   dual LP          :    1739.98          5      66274   13254.80      38.09       0.00          0
1800.68/1801.03	c   lex dual LP      :       0.00          0          0       0.00          -
1800.68/1801.03	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1800.68/1801.03	c   diving/probing LP:       0.00          0          0       0.00          -
1800.68/1801.03	c   strong branching :       0.00          0          0       0.00          -
1800.68/1801.03	c     (at root node) :          -          0          0       0.00          -
1800.68/1801.03	c   conflict analysis:       0.00          0          0       0.00          -
1800.68/1801.03	c B&B Tree           :
1800.68/1801.03	c   number of runs   :          1
1800.68/1801.03	c   nodes            :          1
1800.68/1801.03	c   nodes (total)    :          1
1800.68/1801.03	c   nodes left       :          2
1800.68/1801.03	c   max depth        :          0
1800.68/1801.03	c   max depth (total):          0
1800.68/1801.03	c   backtracks       :          0 (0.0%)
1800.68/1801.03	c   delayed cutoffs  :          0
1800.68/1801.03	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.68/1801.03	c   avg switch length:       1.00
1800.68/1801.03	c   switching time   :       0.00
1800.68/1801.03	c Solution           :
1800.68/1801.03	c   Solutions found  :          0 (0 improvements)
1800.68/1801.03	c   Primal Bound     :          -
1800.68/1801.03	c   Dual Bound       : +0.00000000000000e+00
1800.68/1801.03	c   Gap              :   infinite
1800.68/1801.03	c   Root Dual Bound  : +0.00000000000000e+00
1800.68/1801.03	c   Root Iterations  :      66274

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-3690614-1338024263/watcher-3690614-1338024263 -o /tmp/evaluation-result-3690614-1338024263/solver-3690614-1338024263 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690614-1338024263.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: 2.02 2.01 1.99 3/176 1716
/proc/meminfo: memFree=27336176/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=10092 CPUtime=0 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 1279 0 0 0 0 0 0 0 20 0 1 0 268553281 10334208 1233 33554432000 4194304 10173063 140735970173392 140733204904488 7545739 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 2523 1233 413 1460 0 1054 0

[startup+0.00939797 s]
/proc/loadavg: 2.02 2.01 1.99 3/176 1716
/proc/meminfo: memFree=27336176/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=10792 CPUtime=0 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 1434 0 0 0 0 0 0 0 20 0 1 0 268553281 11051008 1388 33554432000 4194304 10173063 140735970173392 140733204904488 8985008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 2698 1388 413 1460 0 1229 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10792

[startup+0.100206 s]
/proc/loadavg: 2.02 2.01 1.99 3/176 1716
/proc/meminfo: memFree=27336176/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=24696 CPUtime=0.09 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 4905 0 0 0 9 0 0 0 20 0 1 0 268553281 25288704 4859 33554432000 4194304 10173063 140735970173392 140733204904488 7545739 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 6174 4859 413 1460 0 4705 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24696

[startup+0.300221 s]
/proc/loadavg: 2.02 2.01 1.99 3/176 1716
/proc/meminfo: memFree=27336176/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=50336 CPUtime=0.29 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 11309 0 0 0 28 1 0 0 20 0 1 0 268553281 51544064 11263 33554432000 4194304 10173063 140735970173392 140733204904488 8985008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 12584 11263 413 1460 0 11115 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50336

[startup+0.700238 s]
/proc/loadavg: 2.02 2.01 1.99 3/176 1716
/proc/meminfo: memFree=27336176/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=102912 CPUtime=0.69 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 24468 0 0 0 66 3 0 0 20 0 1 0 268553281 105381888 24422 33554432000 4194304 10173063 140735970173392 140733204904488 8985008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 25728 24422 413 1460 0 24259 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 102912

[startup+1.50024 s]
/proc/loadavg: 2.02 2.01 1.99 3/177 1717
/proc/meminfo: memFree=27201380/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=205564 CPUtime=1.49 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 49980 0 0 0 142 7 0 0 20 0 1 0 268553281 210497536 49935 33554432000 4194304 10173063 140735970173392 140735970037944 7545739 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 51391 49972 413 1460 0 49922 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 205564

[startup+3.10024 s]
/proc/loadavg: 2.02 2.01 1.99 3/177 1717
/proc/meminfo: memFree=27059748/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=475072 CPUtime=3.09 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 117129 0 0 0 292 17 0 0 20 0 1 0 268553281 486473728 117013 33554432000 4194304 10173063 140735970173392 140735970038568 7545739 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 118768 117020 465 1460 0 117299 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 475072

[startup+6.30025 s]
/proc/loadavg: 2.02 2.01 1.99 3/177 1717
/proc/meminfo: memFree=25794812/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=1654252 CPUtime=6.29 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 406774 0 0 0 572 57 0 0 20 0 1 0 268553281 1693954048 406658 33554432000 4194304 10173063 140735970173392 140735970168904 7550156 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 413563 406658 509 1460 0 412094 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1654252

[startup+12.7066 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 1717
/proc/meminfo: memFree=25486100/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=1844696 CPUtime=12.7 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 526806 0 0 0 1121 149 0 0 20 0 1 0 268553281 1888968704 453192 33554432000 4194304 10173063 140735970173392 140735970170392 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 461174 453192 578 1460 0 459705 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 1844696

[startup+25.5003 s]
/proc/loadavg: 2.08 2.02 1.99 3/177 1755
/proc/meminfo: memFree=24449760/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=3151360 CPUtime=25.47 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 762296 0 0 0 2321 226 0 0 20 0 1 0 268553281 3226992640 746050 33554432000 4194304 10173063 140735970173392 140735970167736 7785194 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 787840 746050 715 1460 0 786371 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 3151360

[startup+51.1003 s]
/proc/loadavg: 2.05 2.02 1.99 3/177 1755
/proc/meminfo: memFree=23318664/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=3438496 CPUtime=51.08 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 824601 0 0 0 4849 259 0 0 20 0 1 0 268553281 3521019904 809064 33554432000 4194304 10173063 140735970173392 140735970167032 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 859624 809064 753 1460 0 858155 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3438496

[startup+102.3 s]
/proc/loadavg: 2.02 2.02 1.99 3/177 1755
/proc/meminfo: memFree=23353336/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=3361964 CPUtime=102.26 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 843656 0 0 0 9922 304 0 0 20 0 1 0 268553281 3442651136 779562 33554432000 4194304 10173063 140735970173392 140735970165912 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 840491 779562 796 1460 0 839022 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 3361964

[startup+162.307 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 1755
/proc/meminfo: memFree=23220324/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=3439844 CPUtime=162.26 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 860407 0 0 0 15885 341 0 0 20 0 1 0 268553281 3522400256 803382 33554432000 4194304 10173063 140735970173392 140735970168312 5107472 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 859961 803382 796 1460 0 858492 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 3439844

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 1755
/proc/meminfo: memFree=23214584/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=3500924 CPUtime=222.24 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 872415 0 0 0 21848 376 0 0 20 0 1 0 268553281 3584946176 804798 33554432000 4194304 10173063 140735970173392 140735970166648 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 875231 804798 796 1460 0 873762 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 3500924

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 1756
/proc/meminfo: memFree=23196656/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=3551108 CPUtime=282.23 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 882233 0 0 0 27819 404 0 0 20 0 1 0 268553281 3636334592 814569 33554432000 4194304 10173063 140735970173392 140735970166568 8846889 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 887777 814569 799 1460 0 886308 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 3551108

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 1759
/proc/meminfo: memFree=23191528/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=3561452 CPUtime=342.23 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 885674 0 0 0 33810 413 0 0 20 0 1 0 268553281 3646926848 815526 33554432000 4194304 10173063 140735970173392 140735970165720 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 890363 815526 799 1460 0 888894 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 3561452

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 1759
/proc/meminfo: memFree=23124072/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=3569156 CPUtime=402.21 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 888678 0 0 0 39799 422 0 0 20 0 1 0 268553281 3654815744 816922 33554432000 4194304 10173063 140735970173392 140735970166568 8846909 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 892289 816922 799 1460 0 890820 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 3569156

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 1759
/proc/meminfo: memFree=23188900/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=3570004 CPUtime=462.2 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 893251 0 0 0 45788 432 0 0 20 0 1 0 268553281 3655684096 816463 33554432000 4194304 10173063 140735970173392 140735970166568 8846909 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 892501 816463 799 1460 0 891032 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 3570004

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 1759
/proc/meminfo: memFree=23214372/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=3536068 CPUtime=522.19 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 901739 0 0 0 51766 453 0 0 20 0 1 0 268553281 3620933632 810139 33554432000 4194304 10173063 140735970173392 140735970167032 7706464 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 884017 810139 799 1460 0 882548 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 3536068

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 1760
/proc/meminfo: memFree=23214612/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=3541120 CPUtime=582.18 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 907235 0 0 0 57744 474 0 0 20 0 1 0 268553281 3626106880 810629 33554432000 4194304 10173063 140735970173392 140735970165912 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 885280 810629 799 1460 0 883811 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 3541120

[startup+642.3 s]

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

/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 941733 0 0 0 99626 586 0 0 20 0 1 0 268553281 3644997632 813592 33554432000 4194304 10173063 140735970173392 140735970166568 8013489 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 889892 813592 799 1460 0 888423 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 3559568

[startup+1062.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/177 1765
/proc/meminfo: memFree=23150060/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=3559568 CPUtime=1062.1 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 947566 0 0 0 105604 606 0 0 20 0 1 0 268553281 3644997632 814335 33554432000 4194304 10173063 140735970173392 140735970165912 7650029 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 889892 814335 799 1460 0 888423 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 3559568

[startup+1122.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 1765
/proc/meminfo: memFree=23147276/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=3559588 CPUtime=1122.09 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 950752 0 0 0 111591 618 0 0 20 0 1 0 268553281 3645018112 814962 33554432000 4194304 10173063 140735970173392 140735970166568 8012341 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 889897 814962 799 1460 0 888428 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 3559588

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 1765
/proc/meminfo: memFree=23161160/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=3559920 CPUtime=1182.09 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 954886 0 0 0 117575 634 0 0 20 0 1 0 268553281 3645358080 814469 33554432000 4194304 10173063 140735970173392 140735970167032 8047248 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 889980 814469 799 1460 0 888511 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 3559920

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 1766
/proc/meminfo: memFree=23196924/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=3560180 CPUtime=1242.08 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 959701 0 0 0 123557 651 0 0 20 0 1 0 268553281 3645624320 814996 33554432000 4194304 10173063 140735970173392 140735970167064 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 890045 814996 799 1460 0 888576 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 3560180

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1766
/proc/meminfo: memFree=23194820/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=3560180 CPUtime=1302.07 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 964826 0 0 0 129539 668 0 0 20 0 1 0 268553281 3645624320 815472 33554432000 4194304 10173063 140735970173392 140735970166568 8013292 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 890045 815472 799 1460 0 888576 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 3560180

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1766
/proc/meminfo: memFree=23196620/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=3560180 CPUtime=1362.06 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 969411 0 0 0 135523 683 0 0 20 0 1 0 268553281 3645624320 814985 33554432000 4194304 10173063 140735970173392 140735970166568 8013302 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 890045 814985 799 1460 0 888576 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 3560180

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1766
/proc/meminfo: memFree=23180952/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=3561580 CPUtime=1422.05 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 974865 0 0 0 141506 699 0 0 20 0 1 0 268553281 3647057920 815639 33554432000 4194304 10173063 140735970173392 140735970166568 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 890395 815639 799 1460 0 888926 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 3561580

[startup+1482.31 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 1766
/proc/meminfo: memFree=23183456/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=3561580 CPUtime=1482.05 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 982410 0 0 0 147485 720 0 0 20 0 1 0 268553281 3647057920 815644 33554432000 4194304 10173063 140735970173392 140735970166568 8013178 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 890395 815644 799 1460 0 888926 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 3561580

[startup+1542.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/178 1771
/proc/meminfo: memFree=23181132/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=3561580 CPUtime=1542.04 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 989569 0 0 0 153465 739 0 0 20 0 1 0 268553281 3647057920 816338 33554432000 4194304 10173063 140735970173392 140735970166568 8013302 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 890395 816338 799 1460 0 888926 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 3561580

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 1771
/proc/meminfo: memFree=23178692/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=3561768 CPUtime=1602.02 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 994713 0 0 0 159450 752 0 0 20 0 1 0 268553281 3647250432 816532 33554432000 4194304 10173063 140735970173392 140735970166568 8013296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 890442 816532 799 1460 0 888973 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 3561768

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 1771
/proc/meminfo: memFree=23175256/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=3562608 CPUtime=1662.02 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 999813 0 0 0 165435 767 0 0 20 0 1 0 268553281 3648110592 816327 33554432000 4194304 10173063 140735970173392 140735970166568 8047326 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 890652 816327 799 1460 0 889183 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 3562608

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 1771
/proc/meminfo: memFree=23175132/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=3564440 CPUtime=1722 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 1004549 0 0 0 171415 785 0 0 20 0 1 0 268553281 3649986560 817424 33554432000 4194304 10173063 140735970173392 140735970165912 8013168 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 891110 817424 799 1460 0 889641 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 3564440

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1771
/proc/meminfo: memFree=23172800/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=3564440 CPUtime=1781.99 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 1008023 0 0 0 177400 799 0 0 20 0 1 0 268553281 3649986560 817462 33554432000 4194304 10173063 140735970173392 140735970166568 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 891110 817462 799 1460 0 889641 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 3564440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1772
/proc/meminfo: memFree=23175164/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=3564440 CPUtime=1800.09 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 1008888 0 0 0 179206 803 0 0 20 0 1 0 268553281 3649986560 816952 33554432000 4194304 10173063 140735970173392 140735970165912 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 891110 816952 799 1460 0 889641 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 3564440

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -1716

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

[startup+1801.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1773
/proc/meminfo: memFree=23174908/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=3564440 CPUtime=1800.89 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 1009338 0 0 0 179285 804 0 0 20 0 1 0 268553281 3649986560 816967 33554432000 4194304 10173063 140735970173392 140735970167032 5094511 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 891110 816967 814 1460 0 889641 0
Current children cumulated CPU time (s) 1800.89
Current children cumulated vsize (KiB) 3564440

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1773
/proc/meminfo: memFree=23174908/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=3561832 CPUtime=1801.68 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4202496 1009339 0 0 0 179364 804 0 0 20 0 1 0 268553281 3647315968 816316 33554432000 4194304 10173063 140735970173392 140735970172008 7550175 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 890458 816316 815 1460 0 888989 0
Current children cumulated CPU time (s) 1801.68
Current children cumulated vsize (KiB) 3561832

[startup+1802.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1773
/proc/meminfo: memFree=23176396/32873648 swapFree=6848/6848
[pid=1716] ppid=1714 vsize=0 CPUtime=1802.09 cores=1,3,5,7
/proc/1716/stat : 1716 (scip-2.1.1.4fix) R 1714 1716 911 0 -1 4203524 1009341 0 0 0 179405 804 0 0 20 0 1 0 268553281 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1716/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.09
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.45
CPU time (s): 1802.15
CPU user time (s): 1794.06
CPU system time (s): 8.09277
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 3704648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.06
system time used= 8.09277
maximum resident set size= 3340596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1009341
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= 39
involuntary context switches= 1851

runsolver used 3.11952 second user time and 8.18876 second system time

The end

Launcher Data

Begin job on node113 at 2012-05-26 11:24:24
IDJOB=3690614
IDBENCH=89735
IDSOLVER=2270
FILE ID=node113/3690614-1338024263
RUNJOBID= node113-1338016935-928
PBS_JOBID= 14624358
Free space on /tmp= 71404 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-120.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-3690614-1338024263/watcher-3690614-1338024263 -o /tmp/evaluation-result-3690614-1338024263/solver-3690614-1338024263 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690614-1338024263.opb -t 1800 -m 15500

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

MD5SUM BENCH= 7b80ddfff13fd2a12f867bbe09bf6414
RANDOM SEED=1177755172

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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:        27336440 kB
Buffers:          241972 kB
Cached:          3908076 kB
SwapCached:            0 kB
Active:          1501376 kB
Inactive:        3252600 kB
Active(anon):     606556 kB
Inactive(anon):        0 kB
Active(file):     894820 kB
Inactive(file):  3252600 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             63288 kB
Writeback:             0 kB
AnonPages:        612916 kB
Mapped:            17628 kB
Shmem:               200 kB
Slab:             641132 kB
SReclaimable:      85400 kB
SUnreclaim:       555732 kB
KernelStack:        1440 kB
PageTables:         5204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     736656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 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= 71368 MiB
End job on node113 at 2012-05-26 11:54:27