Trace number 3691780

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 E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed? (TO) 1802.13 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: 947bdb7-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-3691780-1338041163.opb>
3.19/3.21	c original problem has 48411 variables (48411 bin, 0 int, 0 impl, 0 cont) and 1121517 constraints
3.19/3.21	c problem read in 3.21
4.09/4.13	c No objective function, only one solution is needed.
4.09/4.13	c presolving settings loaded
4.68/4.76	c presolving:
14.98/15.05	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
24.38/24.43	c presolving (2 rounds):
24.38/24.43	c  1 deleted vars, 30 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 0 changed coefficients
24.38/24.43	c  495802 implications, 1772 cliques
24.38/24.43	c presolved problem has 48410 variables (48410 bin, 0 int, 0 impl, 0 cont) and 1121487 constraints
24.38/24.43	c  112021 constraints of type <knapsack>
24.38/24.43	c  237606 constraints of type <setppc>
24.38/24.43	c       1 constraints of type <linear>
24.38/24.43	c  771859 constraints of type <logicor>
24.38/24.43	c transformed objective value is always integral (scale: 1)
24.38/24.43	c Presolving Time: 19.76
24.38/24.43	c - non default parameters ----------------------------------------------------------------------
24.38/24.43	c # SCIP version 2.1.1.4
24.38/24.43	c 
24.38/24.43	c # maximal time in seconds to run
24.38/24.43	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
24.38/24.43	c limits/time = 1797
24.38/24.43	c 
24.38/24.43	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
24.38/24.43	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
24.38/24.43	c limits/memory = 13950
24.38/24.43	c 
24.38/24.43	c # solving stops, if the given number of solutions were found (-1: no limit)
24.38/24.43	c # [type: int, range: [-1,2147483647], default: -1]
24.38/24.43	c limits/solutions = 1
24.38/24.43	c 
24.38/24.43	c # maximal number of separation rounds per node (-1: unlimited)
24.38/24.43	c # [type: int, range: [-1,2147483647], default: 5]
24.38/24.43	c separating/maxrounds = 1
24.38/24.43	c 
24.38/24.43	c # maximal number of separation rounds in the root node (-1: unlimited)
24.38/24.43	c # [type: int, range: [-1,2147483647], default: -1]
24.38/24.43	c separating/maxroundsroot = 5
24.38/24.43	c 
24.38/24.43	c # default clock type (1: CPU user seconds, 2: wall clock time)
24.38/24.43	c # [type: int, range: [1,2], default: 1]
24.38/24.43	c timing/clocktype = 2
24.38/24.44	c 
24.38/24.44	c # belongs reading time to solving time?
24.38/24.44	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
24.38/24.44	c timing/reading = TRUE
24.38/24.44	c 
24.38/24.44	c # should disaggregation of knapsack constraints be allowed in preprocessing?
24.38/24.44	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
24.38/24.44	c constraints/knapsack/disaggregation = FALSE
24.38/24.44	c 
24.38/24.44	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
24.38/24.44	c # [type: int, range: [-1,2147483647], default: 10]
24.38/24.44	c heuristics/coefdiving/freq = -1
24.38/24.44	c 
24.38/24.44	c # maximal fraction of diving LP iterations compared to node LP iterations
24.38/24.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
24.38/24.44	c heuristics/coefdiving/maxlpiterquot = 0.075
24.38/24.44	c 
24.38/24.44	c # additional number of allowed LP iterations
24.38/24.44	c # [type: int, range: [0,2147483647], default: 1000]
24.38/24.44	c heuristics/coefdiving/maxlpiterofs = 1500
24.38/24.44	c 
24.38/24.44	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
24.38/24.44	c # [type: int, range: [-1,2147483647], default: 30]
24.38/24.44	c heuristics/crossover/freq = -1
24.38/24.44	c 
24.38/24.44	c # number of nodes added to the contingent of the total nodes
24.38/24.44	c # [type: longint, range: [0,9223372036854775807], default: 500]
24.38/24.44	c heuristics/crossover/nodesofs = 750
24.38/24.44	c 
24.38/24.44	c # number of nodes without incumbent change that heuristic should wait
24.38/24.44	c # [type: longint, range: [0,9223372036854775807], default: 200]
24.38/24.44	c heuristics/crossover/nwaitingnodes = 100
24.38/24.44	c 
24.38/24.44	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
24.38/24.44	c # [type: real, range: [0,1], default: 0.1]
24.38/24.44	c heuristics/crossover/nodesquot = 0.15
24.38/24.44	c 
24.38/24.44	c # minimum percentage of integer variables that have to be fixed 
24.38/24.44	c # [type: real, range: [0,1], default: 0.666]
24.38/24.44	c heuristics/crossover/minfixingrate = 0.5
24.38/24.44	c 
24.38/24.44	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
24.38/24.44	c # [type: int, range: [-1,2147483647], default: 20]
24.38/24.44	c heuristics/feaspump/freq = -1
24.38/24.44	c 
24.38/24.44	c # additional number of allowed LP iterations
24.38/24.44	c # [type: int, range: [0,2147483647], default: 1000]
24.38/24.44	c heuristics/feaspump/maxlpiterofs = 2000
24.38/24.44	c 
24.38/24.44	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
24.38/24.44	c # [type: int, range: [-1,2147483647], default: 10]
24.38/24.44	c heuristics/fracdiving/freq = -1
24.38/24.44	c 
24.38/24.44	c # maximal fraction of diving LP iterations compared to node LP iterations
24.38/24.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
24.38/24.44	c heuristics/fracdiving/maxlpiterquot = 0.075
24.38/24.44	c 
24.38/24.44	c # additional number of allowed LP iterations
24.38/24.44	c # [type: int, range: [0,2147483647], default: 1000]
24.38/24.44	c heuristics/fracdiving/maxlpiterofs = 1500
24.38/24.44	c 
24.38/24.44	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
24.38/24.44	c # [type: int, range: [-1,2147483647], default: 10]
24.38/24.44	c heuristics/guideddiving/freq = -1
24.38/24.44	c 
24.38/24.44	c # maximal fraction of diving LP iterations compared to node LP iterations
24.38/24.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
24.38/24.44	c heuristics/guideddiving/maxlpiterquot = 0.075
24.38/24.44	c 
24.38/24.44	c # additional number of allowed LP iterations
24.38/24.44	c # [type: int, range: [0,2147483647], default: 1000]
24.38/24.44	c heuristics/guideddiving/maxlpiterofs = 1500
24.38/24.44	c 
24.38/24.44	c # maximal fraction of diving LP iterations compared to node LP iterations
24.38/24.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
24.38/24.44	c heuristics/intdiving/maxlpiterquot = 0.075
24.38/24.44	c 
24.38/24.44	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
24.38/24.44	c # [type: int, range: [-1,2147483647], default: 10]
24.38/24.44	c heuristics/intshifting/freq = -1
24.38/24.44	c 
24.38/24.44	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
24.38/24.44	c # [type: int, range: [-1,2147483647], default: 10]
24.38/24.44	c heuristics/linesearchdiving/freq = -1
24.38/24.44	c 
24.38/24.44	c # maximal fraction of diving LP iterations compared to node LP iterations
24.38/24.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
24.38/24.44	c heuristics/linesearchdiving/maxlpiterquot = 0.075
24.38/24.44	c 
24.38/24.44	c # additional number of allowed LP iterations
24.38/24.44	c # [type: int, range: [0,2147483647], default: 1000]
24.38/24.44	c heuristics/linesearchdiving/maxlpiterofs = 1500
24.38/24.44	c 
24.38/24.44	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
24.38/24.44	c # [type: int, range: [-1,2147483647], default: 20]
24.38/24.44	c heuristics/objpscostdiving/freq = -1
24.38/24.44	c 
24.38/24.44	c # maximal fraction of diving LP iterations compared to total iteration number
24.38/24.44	c # [type: real, range: [0,1], default: 0.01]
24.38/24.44	c heuristics/objpscostdiving/maxlpiterquot = 0.015
24.38/24.44	c 
24.38/24.44	c # additional number of allowed LP iterations
24.38/24.44	c # [type: int, range: [0,2147483647], default: 1000]
24.38/24.44	c heuristics/objpscostdiving/maxlpiterofs = 1500
24.38/24.44	c 
24.38/24.44	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
24.38/24.44	c # [type: int, range: [-1,2147483647], default: 1]
24.38/24.44	c heuristics/oneopt/freq = -1
24.38/24.44	c 
24.38/24.44	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
24.38/24.44	c # [type: int, range: [-1,2147483647], default: 10]
24.38/24.44	c heuristics/pscostdiving/freq = -1
24.38/24.44	c 
24.38/24.44	c # maximal fraction of diving LP iterations compared to node LP iterations
24.38/24.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
24.38/24.44	c heuristics/pscostdiving/maxlpiterquot = 0.075
24.38/24.44	c 
24.38/24.44	c # additional number of allowed LP iterations
24.38/24.44	c # [type: int, range: [0,2147483647], default: 1000]
24.38/24.44	c heuristics/pscostdiving/maxlpiterofs = 1500
24.38/24.44	c 
24.38/24.44	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
24.38/24.44	c # [type: int, range: [-1,2147483647], default: 0]
24.38/24.44	c heuristics/rens/freq = -1
24.38/24.44	c 
24.38/24.44	c # minimum percentage of integer variables that have to be fixable 
24.38/24.44	c # [type: real, range: [0,1], default: 0.5]
24.38/24.44	c heuristics/rens/minfixingrate = 0.3
24.38/24.44	c 
24.38/24.44	c # number of nodes added to the contingent of the total nodes
24.38/24.44	c # [type: longint, range: [0,9223372036854775807], default: 500]
24.38/24.44	c heuristics/rens/nodesofs = 2000
24.38/24.44	c 
24.38/24.44	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
24.38/24.44	c # [type: int, range: [-1,2147483647], default: 20]
24.38/24.44	c heuristics/rootsoldiving/freq = -1
24.38/24.44	c 
24.38/24.44	c # maximal fraction of diving LP iterations compared to node LP iterations
24.38/24.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
24.38/24.44	c heuristics/rootsoldiving/maxlpiterquot = 0.015
24.38/24.44	c 
24.38/24.44	c # additional number of allowed LP iterations
24.38/24.44	c # [type: int, range: [0,2147483647], default: 1000]
24.38/24.44	c heuristics/rootsoldiving/maxlpiterofs = 1500
24.38/24.44	c 
24.38/24.44	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
24.38/24.44	c # [type: int, range: [-1,2147483647], default: 1]
24.38/24.44	c heuristics/rounding/freq = -1
24.38/24.44	c 
24.38/24.44	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
24.38/24.44	c # [type: int, range: [-1,2147483647], default: 0]
24.38/24.44	c heuristics/shiftandpropagate/freq = -1
24.38/24.44	c 
24.38/24.44	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
24.38/24.44	c # [type: int, range: [-1,2147483647], default: 10]
24.38/24.44	c heuristics/shifting/freq = -1
24.38/24.44	c 
24.38/24.44	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
24.38/24.44	c # [type: int, range: [-1,2147483647], default: 1]
24.38/24.44	c heuristics/simplerounding/freq = -1
24.38/24.44	c 
24.38/24.44	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
24.38/24.44	c # [type: int, range: [-1,2147483647], default: 1]
24.38/24.44	c heuristics/subnlp/freq = -1
24.38/24.44	c 
24.38/24.44	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
24.38/24.44	c # [type: int, range: [-1,2147483647], default: 0]
24.38/24.44	c heuristics/trivial/freq = -1
24.38/24.44	c 
24.38/24.44	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
24.38/24.44	c # [type: int, range: [-1,2147483647], default: 1]
24.38/24.44	c heuristics/trysol/freq = -1
24.38/24.44	c 
24.38/24.44	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
24.38/24.44	c # [type: int, range: [-1,2147483647], default: 0]
24.38/24.44	c heuristics/undercover/freq = -1
24.38/24.44	c 
24.38/24.44	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
24.38/24.44	c # [type: int, range: [-1,2147483647], default: 10]
24.38/24.44	c heuristics/veclendiving/freq = -1
24.38/24.44	c 
24.38/24.44	c # maximal fraction of diving LP iterations compared to node LP iterations
24.38/24.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
24.38/24.44	c heuristics/veclendiving/maxlpiterquot = 0.075
24.38/24.44	c 
24.38/24.44	c # additional number of allowed LP iterations
24.38/24.44	c # [type: int, range: [0,2147483647], default: 1000]
24.38/24.44	c heuristics/veclendiving/maxlpiterofs = 1500
24.38/24.44	c 
24.38/24.44	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
24.38/24.44	c # [type: int, range: [-1,2147483647], default: 1]
24.38/24.44	c heuristics/zirounding/freq = -1
24.38/24.44	c 
24.38/24.44	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
24.38/24.44	c # [type: int, range: [-1,2147483647], default: -1]
24.38/24.44	c propagating/probing/maxprerounds = 0
24.38/24.44	c 
24.38/24.44	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
24.38/24.44	c # [type: int, range: [-1,2147483647], default: 0]
24.38/24.44	c separating/cmir/freq = -1
24.38/24.44	c 
24.38/24.44	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
24.38/24.44	c # [type: int, range: [-1,2147483647], default: 0]
24.38/24.44	c separating/flowcover/freq = -1
24.38/24.44	c 
24.38/24.44	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
24.38/24.44	c # [type: int, range: [-1,2147483647], default: -1]
24.38/24.44	c separating/rapidlearning/freq = 0
24.38/24.44	c 
24.38/24.44	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
24.38/24.44	c # [type: int, range: [-1,2147483647], default: 1]
24.38/24.44	c heuristics/indoneopt/freq = -1
24.38/24.44	c 
24.38/24.44	c -----------------------------------------------------------------------------------------------
24.38/24.44	c start solving
24.38/24.47	c 
64.57/64.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
64.57/64.63	c  64.6s|     1 |     0 |  7457 |     - |1836M|   0 |1585 |  48k|1121k|  48k|1121k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
110.96/111.04	c   111s|     1 |     0 | 12144 |     - |1836M|   0 |2517 |  48k|1121k|  48k|1121k|  10 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
162.54/162.64	c   163s|     1 |     0 | 17725 |     - |1838M|   0 |3349 |  48k|1121k|  48k|1121k|  32 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
502.68/502.86	c   503s|     1 |     0 | 34229 |     - |1839M|   0 |9344 |  48k|1121k|  48k|1121k|  51 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1801.07/1801.41	c  1801s|     1 |     0 | 65729 |     - |1840M|   0 |   - |  48k|1121k|  48k|1121k| 147 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1801.07/1801.41	c (node 1) LP solver hit time limit in LP 5 -- using pseudo solution instead
1801.07/1801.49	c  1801s|     1 |     2 | 65729 |     - |1840M|   0 |   - |  48k|1121k|  48k|1121k| 147 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1801.07/1801.49	c 
1801.07/1801.49	c SCIP Status        : solving was interrupted [user interrupt]
1801.07/1801.49	c Solving Time (sec) : 1801.47
1801.07/1801.49	c Solving Nodes      : 1
1801.07/1801.49	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1801.07/1801.49	c Dual Bound         : +0.00000000000000e+00
1801.07/1801.49	c Gap                : infinite
1801.07/1801.49	s UNKNOWN
1801.07/1801.49	c SCIP Status        : solving was interrupted [user interrupt]
1801.07/1801.49	c Total Time         :    1801.47
1801.07/1801.49	c   solving          :    1801.47
1801.07/1801.49	c   presolving       :      19.76 (included in solving)
1801.07/1801.49	c   reading          :       3.21 (included in solving)
1801.07/1801.49	c   copying          :       0.00 (0 times copied the problem)
1801.07/1801.49	c Original Problem   :
1801.07/1801.49	c   Problem name     : HOME/instance-3691780-1338041163.opb
1801.07/1801.49	c   Variables        : 48411 (48411 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.07/1801.49	c   Constraints      : 1121517 initial, 1121517 maximal
1801.07/1801.49	c   Objective sense  : minimize
1801.07/1801.49	c Presolved Problem  :
1801.07/1801.49	c   Problem name     : t_HOME/instance-3691780-1338041163.opb
1801.07/1801.49	c   Variables        : 48410 (48410 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.07/1801.49	c   Constraints      : 1121487 initial, 1121487 maximal
1801.07/1801.49	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1801.07/1801.49	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1801.07/1801.49	c   trivial          :       0.01       0.00          0          0          0          0          0          0          0          0          0
1801.07/1801.49	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1801.07/1801.49	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1801.07/1801.49	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1801.07/1801.49	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1801.07/1801.49	c   gateextraction   :       0.42       0.00          0          0          0          0          0          0          0          0          0
1801.07/1801.49	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1801.07/1801.49	c   components       :       0.48       0.00          0          0          0          0          0          0          0          0          0
1801.07/1801.49	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1801.07/1801.49	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1801.07/1801.49	c   knapsack         :       0.49       0.00          0          0          0          0          0          0          0          0          0
1801.07/1801.49	c   setppc           :       0.54       0.00          0          0          0          0          0          0          0          0          0
1801.07/1801.49	c   linear           :       9.32       0.55          0          1          0          0          0          8          0          7          0
1801.07/1801.49	c   logicor          :       2.23       5.22          0          0          0          0          0         22          0          0          0
1801.07/1801.49	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1801.07/1801.49	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1801.07/1801.49	c   integral         :          0          0          0          0          0          0          1          0          0          0          0          0          0
1801.07/1801.49	c   knapsack         :     112021     112021          4          1          0          1          0          0          0          0        250          0          0
1801.07/1801.49	c   setppc           :     237606     237606          4          1          0          1          0          0          0          0          0          0          0
1801.07/1801.49	c   linear           :          1          1          4          1          0          1          0          0          0          0          0          0          0
1801.07/1801.49	c   logicor          :     771859     771859          4          1          0          1          0          0          0          0          0          0          0
1801.07/1801.49	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1801.07/1801.49	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1801.07/1801.49	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1801.07/1801.49	c   knapsack         :       0.48       0.00       0.46       0.00       0.00       0.02       0.00       0.00
1801.07/1801.49	c   setppc           :       0.06       0.00       0.03       0.01       0.00       0.02       0.00       0.00
1801.07/1801.49	c   linear           :       0.55       0.55       0.00       0.00       0.00       0.00       0.00       0.00
1801.07/1801.49	c   logicor          :       5.52       5.22       0.11       0.16       0.00       0.04       0.00       0.00
1801.07/1801.49	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1801.07/1801.49	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1801.07/1801.49	c   rootredcost      :          0          0          0          0
1801.07/1801.49	c   pseudoobj        :          0          0          0          0
1801.07/1801.49	c   vbounds          :          0          0          0          0
1801.07/1801.49	c   redcost          :          4          0          0          0
1801.07/1801.49	c   probing          :          0          0          0          0
1801.07/1801.49	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1801.07/1801.49	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1801.07/1801.49	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
1801.07/1801.49	c   vbounds          :       0.01       0.01       0.00       0.00       0.00
1801.07/1801.49	c   redcost          :       0.01       0.00       0.00       0.01       0.00
1801.07/1801.49	c   probing          :       0.00       0.00       0.00       0.00       0.00
1801.07/1801.49	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1801.07/1801.49	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1801.07/1801.49	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1801.07/1801.49	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1801.07/1801.49	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1801.07/1801.49	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1801.07/1801.49	c   applied globally :          -          -          -          0        0.0          -          -          -
1801.07/1801.49	c   applied locally  :          -          -          -          0        0.0          -          -          -
1801.07/1801.49	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1801.07/1801.49	c   cut pool         :       0.00                     3          -          -          7          -    (maximal pool size: 819)
1801.07/1801.49	c   closecuts        :       0.00       0.00          0          0          0          0          0
1801.07/1801.49	c   impliedbounds    :       0.01       0.00          4          0          0          0          0
1801.07/1801.49	c   intobj           :       0.00       0.00          0          0          0          0          0
1801.07/1801.49	c   gomory           :       3.17       0.00          4          0          0        200          0
1801.07/1801.49	c   cgmip            :       0.00       0.00          0          0          0          0          0
1801.07/1801.49	c   strongcg         :      29.29       0.00          4          0          0       2000          0
1801.07/1801.49	c   cmir             :       0.00       0.00          0          0          0          0          0
1801.07/1801.49	c   flowcover        :       0.00       0.00          0          0          0          0          0
1801.07/1801.49	c   clique           :       2.04       0.00          4          0          0         35          0
1801.07/1801.49	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1801.07/1801.49	c   mcf              :       3.41       0.00          1          0          0          0          0
1801.07/1801.49	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1801.07/1801.49	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1801.07/1801.49	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1801.07/1801.49	c   problem variables:       0.00          -          0          0
1801.07/1801.49	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1801.07/1801.49	c   relpscost        :       0.00       0.00          0          0          0          0          0          0
1801.07/1801.49	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1801.07/1801.49	c   inference        :       0.00       0.00          1          0          0          0          0          2
1801.07/1801.49	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1801.07/1801.49	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1801.07/1801.49	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1801.07/1801.49	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1801.07/1801.49	c   random           :       0.00       0.00          0          0          0          0          0          0
1801.07/1801.49	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1801.07/1801.49	c   LP solutions     :       0.00          -          -          0
1801.07/1801.49	c   pseudo solutions :       0.00          -          -          0
1801.07/1801.49	c   smallcard        :       0.00       0.00          0          0
1801.07/1801.49	c   trivial          :       0.03       0.00          1          0
1801.07/1801.49	c   shiftandpropagate:       0.00       0.00          0          0
1801.07/1801.49	c   simplerounding   :       0.00       0.00          0          0
1801.07/1801.49	c   zirounding       :       0.00       0.00          0          0
1801.07/1801.49	c   rounding         :       0.00       0.00          0          0
1801.07/1801.49	c   shifting         :       0.00       0.00          0          0
1801.07/1801.49	c   intshifting      :       0.00       0.00          0          0
1801.07/1801.49	c   oneopt           :       0.00       0.00          0          0
1801.07/1801.49	c   twoopt           :       0.00       0.00          0          0
1801.07/1801.49	c   indtwoopt        :       0.00       0.00          0          0
1801.07/1801.49	c   indoneopt        :       0.00       0.00          0          0
1801.07/1801.49	c   fixandinfer      :       0.00       0.00          0          0
1801.07/1801.49	c   feaspump         :       0.00       0.00          0          0
1801.07/1801.49	c   clique           :       0.00       0.00          0          0
1801.07/1801.49	c   indrounding      :       0.00       0.00          0          0
1801.07/1801.49	c   indcoefdiving    :       0.00       0.00          0          0
1801.07/1801.49	c   coefdiving       :       0.00       0.00          0          0
1801.07/1801.49	c   pscostdiving     :       0.00       0.00          0          0
1801.07/1801.49	c   nlpdiving        :       0.00       0.00          0          0
1801.07/1801.49	c   fracdiving       :       0.00       0.00          0          0
1801.07/1801.49	c   veclendiving     :       0.00       0.00          0          0
1801.07/1801.49	c   intdiving        :       0.00       0.00          0          0
1801.07/1801.49	c   actconsdiving    :       0.00       0.00          0          0
1801.07/1801.49	c   objpscostdiving  :       0.00       0.00          0          0
1801.07/1801.49	c   rootsoldiving    :       0.00       0.00          0          0
1801.07/1801.49	c   linesearchdiving :       0.00       0.00          0          0
1801.07/1801.49	c   guideddiving     :       0.00       0.00          0          0
1801.07/1801.49	c   octane           :       0.00       0.00          0          0
1801.07/1801.49	c   rens             :       0.00       0.00          0          0
1801.07/1801.49	c   rins             :       0.00       0.00          0          0
1801.07/1801.49	c   localbranching   :       0.00       0.00          0          0
1801.07/1801.49	c   mutation         :       0.00       0.00          0          0
1801.07/1801.49	c   crossover        :       0.00       0.00          0          0
1801.07/1801.49	c   dins             :       0.00       0.00          0          0
1801.07/1801.49	c   vbounds          :       0.00       0.00          0          0
1801.07/1801.49	c   undercover       :       0.00       0.00          0          0
1801.07/1801.49	c   subnlp           :       0.00       0.00          0          0
1801.07/1801.49	c   trysol           :       0.00       0.00          0          0
1801.07/1801.49	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1801.07/1801.49	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
1801.07/1801.49	c   dual LP          :    1735.39          5      65729   13145.80      37.88       0.00          0
1801.07/1801.49	c   lex dual LP      :       0.00          0          0       0.00          -
1801.07/1801.49	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1801.07/1801.49	c   diving/probing LP:       0.00          0          0       0.00          -
1801.07/1801.49	c   strong branching :       0.00          0          0       0.00          -
1801.07/1801.49	c     (at root node) :          -          0          0       0.00          -
1801.07/1801.49	c   conflict analysis:       0.00          0          0       0.00          -
1801.07/1801.49	c B&B Tree           :
1801.07/1801.49	c   number of runs   :          1
1801.07/1801.49	c   nodes            :          1
1801.07/1801.49	c   nodes (total)    :          1
1801.07/1801.49	c   nodes left       :          2
1801.07/1801.49	c   max depth        :          0
1801.07/1801.49	c   max depth (total):          0
1801.07/1801.49	c   backtracks       :          0 (0.0%)
1801.07/1801.49	c   delayed cutoffs  :          0
1801.07/1801.49	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1801.07/1801.49	c   avg switch length:       1.00
1801.07/1801.49	c   switching time   :       0.00
1801.07/1801.49	c Solution           :
1801.07/1801.49	c   Solutions found  :          0 (0 improvements)
1801.07/1801.49	c   Primal Bound     :          -
1801.07/1801.49	c   Dual Bound       : +0.00000000000000e+00
1801.07/1801.49	c   Gap              :   infinite
1801.07/1801.49	c   Root Dual Bound  : +0.00000000000000e+00
1801.07/1801.49	c   Root Iterations  :      65729

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.09 2.03 2.00 2/178 2062
/proc/meminfo: memFree=27340064/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=12692 CPUtime=0 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 1923 0 0 0 0 0 0 0 20 0 1 0 270241811 12996608 1877 33554432000 4194304 10219143 140735471388048 140735471386920 8844210 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 3173 1877 419 1471 0 1693 0

[startup+0.078422 s]
/proc/loadavg: 2.09 2.03 2.00 2/178 2062
/proc/meminfo: memFree=27340064/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=27620 CPUtime=0.07 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 5568 0 0 0 6 1 0 0 20 0 1 0 270241811 28282880 5523 33554432000 4194304 10219143 140735471388048 140735471386920 7589947 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 6905 5557 419 1471 0 5425 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 27620

[startup+0.1003 s]
/proc/loadavg: 2.09 2.03 2.00 2/178 2062
/proc/meminfo: memFree=27340064/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=29456 CPUtime=0.09 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 6118 0 0 0 8 1 0 0 20 0 1 0 270241811 30162944 6072 33554432000 4194304 10219143 140735471388048 140735471386920 5493100 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 7364 6072 419 1471 0 5884 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29456

[startup+0.300236 s]
/proc/loadavg: 2.09 2.03 2.00 2/178 2062
/proc/meminfo: memFree=27340064/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=65404 CPUtime=0.29 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 15066 0 0 0 27 2 0 0 20 0 1 0 270241811 66973696 15020 33554432000 4194304 10219143 140735471388048 140735471386920 8771716 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 16351 15020 419 1471 0 14871 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65404

[startup+0.700255 s]
/proc/loadavg: 2.09 2.03 2.00 2/178 2062
/proc/meminfo: memFree=27340064/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=133088 CPUtime=0.69 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 31967 0 0 0 65 4 0 0 20 0 1 0 270241811 136282112 31921 33554432000 4194304 10219143 140735471388048 140735471252760 5536058 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 33272 31921 419 1471 0 31792 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 133088

[startup+1.50024 s]
/proc/loadavg: 2.09 2.03 2.00 3/179 2063
/proc/meminfo: memFree=27164456/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=266944 CPUtime=1.48 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 65351 0 0 0 139 9 0 0 20 0 1 0 270241811 273350656 65305 33554432000 4194304 10219143 140735471388048 140735471252760 8266297 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 66736 65305 419 1471 0 65256 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 266944

[startup+3.10023 s]
/proc/loadavg: 2.09 2.03 2.00 3/179 2063
/proc/meminfo: memFree=26980812/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=532292 CPUtime=3.08 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 131550 0 0 0 288 20 0 0 20 0 1 0 270241811 545067008 131504 33554432000 4194304 10219143 140735471388048 140735471253224 7589947 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 133073 131504 419 1471 0 131593 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 532292

[startup+6.30024 s]
/proc/loadavg: 2.08 2.03 2.00 3/179 2063
/proc/meminfo: memFree=25926424/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=1442552 CPUtime=6.29 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 354511 0 0 0 493 136 0 0 20 0 1 0 270241811 1477173248 354391 33554432000 4194304 10219143 140735471388048 140735471385048 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 360638 354391 559 1471 0 359158 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1442552

[startup+12.7003 s]
/proc/loadavg: 2.07 2.03 2.00 3/179 2063
/proc/meminfo: memFree=25707688/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=1765028 CPUtime=12.69 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 432988 0 0 0 838 431 0 0 20 0 1 0 270241811 1807388672 434261 33554432000 4194304 10219143 140735471388048 140735471385048 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 441257 434261 576 1471 0 439777 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1765028

[startup+25.5003 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 2064
/proc/meminfo: memFree=25622584/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=1908292 CPUtime=25.49 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 593512 0 0 0 1904 645 0 0 20 0 1 0 270241811 1954091008 468004 33554432000 4194304 10219143 140735471388048 140735471384520 5762177 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 477073 468005 662 1471 0 475593 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1908292

[startup+51.1003 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 2064
/proc/meminfo: memFree=24161864/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=3393140 CPUtime=51.08 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 766088 0 0 0 4406 702 0 0 20 0 1 0 270241811 3474575360 799251 33554432000 4194304 10219143 140735471388048 140735471381688 8091672 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 848285 799251 747 1471 0 846805 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3393140

[startup+102.307 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 2064
/proc/meminfo: memFree=24214348/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=3314296 CPUtime=102.27 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 774655 0 0 0 9460 767 0 0 20 0 1 0 270241811 3393839104 774370 33554432000 4194304 10219143 140735471388048 140735471380376 8077296 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 828574 774370 788 1471 0 827094 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 3314296

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 2064
/proc/meminfo: memFree=24080676/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=3448816 CPUtime=162.24 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 787465 0 0 0 15407 817 0 0 20 0 1 0 270241811 3531587584 806312 33554432000 4194304 10219143 140735471388048 140735471381688 8077296 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 862204 806312 788 1471 0 860724 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 3448816

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 2064
/proc/meminfo: memFree=24123972/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=3463748 CPUtime=222.23 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 799908 0 0 0 21359 864 0 0 20 0 1 0 270241811 3546877952 795594 33554432000 4194304 10219143 140735471388048 140735471380568 7750281 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 865937 795594 788 1471 0 864457 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 3463748

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 2067
/proc/meminfo: memFree=24103644/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=3475508 CPUtime=282.22 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 811171 0 0 0 27327 895 0 0 20 0 1 0 270241811 3558920192 796022 33554432000 4194304 10219143 140735471388048 140735471381304 8000533 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 868877 796022 790 1471 0 867397 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 3475508

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2068
/proc/meminfo: memFree=24061684/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=3523420 CPUtime=342.21 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 814864 0 0 0 33315 906 0 0 20 0 1 0 270241811 3607982080 806617 33554432000 4194304 10219143 140735471388048 140735471381224 8057420 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 880855 806617 790 1471 0 879375 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 3523420

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2068
/proc/meminfo: memFree=24055572/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=3531940 CPUtime=402.2 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 818048 0 0 0 39303 917 0 0 20 0 1 0 270241811 3616706560 808024 33554432000 4194304 10219143 140735471388048 140735471381224 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 882985 808024 790 1471 0 881505 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 3531940

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2068
/proc/meminfo: memFree=24055296/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=3535164 CPUtime=462.19 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 820656 0 0 0 45292 927 0 0 20 0 1 0 270241811 3620007936 808210 33554432000 4194304 10219143 140735471388048 140735471380472 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 883791 808210 790 1471 0 882311 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 3535164

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2068
/proc/meminfo: memFree=24164672/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=3475792 CPUtime=522.18 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 825069 0 0 0 51275 943 0 0 20 0 1 0 270241811 3559211008 780775 33554432000 4194304 10219143 140735471388048 140735471380376 8083892 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 868948 780775 790 1471 0 867468 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 3475792

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2068
/proc/meminfo: memFree=24161748/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=3485804 CPUtime=582.17 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 835881 0 0 0 57239 978 0 0 20 0 1 0 270241811 3569463296 781624 33554432000 4194304 10219143 140735471388048 140735471380376 8077267 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 871451 781624 790 1471 0 869971 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 3485804

[startup+642.3 s]

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

/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 873853 0 0 0 99098 1111 0 0 20 0 1 0 270241811 3595247616 786582 33554432000 4194304 10219143 140735471388048 140735471381224 8057472 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 877746 786582 790 1471 0 876266 0
Current children cumulated CPU time (s) 1002.09
Current children cumulated vsize (KiB) 3510984

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2073
/proc/meminfo: memFree=24013036/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=3510984 CPUtime=1062.08 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 877936 0 0 0 105084 1124 0 0 20 0 1 0 270241811 3595247616 786895 33554432000 4194304 10219143 140735471388048 140735471381224 8000547 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 877746 786895 790 1471 0 876266 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 3510984

[startup+1122.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 2149
/proc/meminfo: memFree=25669628/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=3510984 CPUtime=1122.08 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 884206 0 0 0 111063 1145 0 0 20 0 1 0 270241811 3595247616 786887 33554432000 4194304 10219143 140735471388048 140735471381224 8057394 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 877746 786887 790 1471 0 876266 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 3510984

[startup+1182.3 s]
/proc/loadavg: 2.09 2.02 2.00 3/179 2149
/proc/meminfo: memFree=25668072/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=3511168 CPUtime=1182.07 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 888442 0 0 0 117049 1158 0 0 20 0 1 0 270241811 3595436032 787394 33554432000 4194304 10219143 140735471388048 140735471381224 8057500 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 877792 787394 790 1471 0 876312 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 3511168

[startup+1242.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 2150
/proc/meminfo: memFree=25667512/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=3511408 CPUtime=1242.06 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 894025 0 0 0 123030 1176 0 0 20 0 1 0 270241811 3595681792 787417 33554432000 4194304 10219143 140735471388048 140735471381224 8056792 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 877852 787417 790 1471 0 876372 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 3511408

[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 2150
/proc/meminfo: memFree=25666684/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=3511720 CPUtime=1302.05 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 899009 0 0 0 129014 1191 0 0 20 0 1 0 270241811 3596001280 787571 33554432000 4194304 10219143 140735471388048 140735471381224 8056852 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 877930 787571 790 1471 0 876450 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 3511720

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2150
/proc/meminfo: memFree=25665300/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=3511720 CPUtime=1362.04 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 904396 0 0 0 134996 1208 0 0 20 0 1 0 270241811 3596001280 787948 33554432000 4194304 10219143 140735471388048 140735471381672 7639980 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 877930 787948 790 1471 0 876450 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 3511720

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2150
/proc/meminfo: memFree=25660956/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=3512848 CPUtime=1422.03 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 909416 0 0 0 140980 1223 0 0 20 0 1 0 270241811 3597156352 789034 33554432000 4194304 10219143 140735471388048 140735471381224 8057394 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 878212 789034 790 1471 0 876732 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 3512848

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 2153
/proc/meminfo: memFree=25661088/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=3513400 CPUtime=1482.02 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 915808 0 0 0 146959 1243 0 0 20 0 1 0 270241811 3597721600 789031 33554432000 4194304 10219143 140735471388048 140735471381224 8057481 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 878350 789031 790 1471 0 876870 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 3513400

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2153
/proc/meminfo: memFree=25658924/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=3513400 CPUtime=1542.01 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 922186 0 0 0 152941 1260 0 0 20 0 1 0 270241811 3597721600 789536 33554432000 4194304 10219143 140735471388048 140735471381224 8057500 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 878350 789536 790 1471 0 876870 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 3513400

[startup+1602.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/179 2154
/proc/meminfo: memFree=25658264/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=3513400 CPUtime=1602 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 928057 0 0 0 158923 1277 0 0 20 0 1 0 270241811 3597721600 789647 33554432000 4194304 10219143 140735471388048 140735471381224 8077296 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 878350 789647 790 1471 0 876870 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 3513400

[startup+1662.3 s]
/proc/loadavg: 2.22 2.07 2.02 3/179 2154
/proc/meminfo: memFree=25655256/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=3513624 CPUtime=1661.99 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 933331 0 0 0 164907 1292 0 0 20 0 1 0 270241811 3597950976 789973 33554432000 4194304 10219143 140735471388048 140735471381224 8057664 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 878406 789973 790 1471 0 876926 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 3513624

[startup+1722.3 s]
/proc/loadavg: 2.11 2.07 2.02 3/179 2154
/proc/meminfo: memFree=25649948/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=3515760 CPUtime=1721.99 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 936826 0 0 0 170892 1307 0 0 20 0 1 0 270241811 3600138240 790750 33554432000 4194304 10219143 140735471388048 140735471381224 8057476 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 878940 790750 790 1471 0 877460 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 3515760

[startup+1782.3 s]
/proc/loadavg: 2.08 2.07 2.02 3/179 2154
/proc/meminfo: memFree=25647000/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=3516832 CPUtime=1781.97 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 942220 0 0 0 176873 1324 0 0 20 0 1 0 270241811 3601235968 790781 33554432000 4194304 10219143 140735471388048 140735471381224 8891081 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 879208 790781 790 1471 0 877728 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 3516832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.12 2.08 2.02 3/179 2154
/proc/meminfo: memFree=25644548/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=3516832 CPUtime=1800.07 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 943268 0 0 0 178680 1327 0 0 20 0 1 0 270241811 3601235968 791290 33554432000 4194304 10219143 140735471388048 140735471380568 8077296 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 879208 791290 790 1471 0 877728 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 3516832

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -2062

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

[startup+1801.4 s]
/proc/loadavg: 2.12 2.08 2.02 3/180 2155
/proc/meminfo: memFree=25644292/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=3516832 CPUtime=1801.07 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 943789 0 0 0 178778 1329 0 0 20 0 1 0 270241811 3601235968 791290 33554432000 4194304 10219143 140735471388048 140735471379456 8931026 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 879208 791290 790 1471 0 877728 0
Current children cumulated CPU time (s) 1801.07
Current children cumulated vsize (KiB) 3516832

[startup+1802.2 s]
/proc/loadavg: 2.12 2.08 2.02 3/180 2155
/proc/meminfo: memFree=25644292/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=3515532 CPUtime=1801.87 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 943802 0 0 0 178858 1329 0 0 20 0 1 0 270241811 3599904768 790978 33554432000 4194304 10219143 140735471388048 140735471387160 7589207 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 878883 790978 803 1471 0 877403 0
Current children cumulated CPU time (s) 1801.87
Current children cumulated vsize (KiB) 3515532

[startup+1802.4 s]
/proc/loadavg: 2.12 2.08 2.02 3/180 2155
/proc/meminfo: memFree=25644292/32873844 swapFree=7124/7124
[pid=2062] ppid=2060 vsize=3515532 CPUtime=1802.07 cores=0,2,4,6
/proc/2062/stat : 2062 (scip-2.1.1.4exp) R 2060 2062 32151 0 -1 4202496 943802 0 0 0 178878 1329 0 0 20 0 1 0 270241811 3599904768 790978 33554432000 4194304 10219143 140735471388048 140735471387160 7594322 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2062/statm: 878883 790978 803 1471 0 877403 0
Current children cumulated CPU time (s) 1802.07
Current children cumulated vsize (KiB) 3515532

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.45
CPU time (s): 1802.13
CPU user time (s): 1788.79
CPU system time (s): 13.337
CPU usage (%): 99.9823
Max. virtual memory (cumulated for all children) (KiB): 3657040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.79
system time used= 13.337
maximum resident set size= 3305252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 943802
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= 55
involuntary context switches= 1862

runsolver used 6.92295 second user time and 13.105 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-26 16:06:04
IDJOB=3691780
IDBENCH=89735
IDSOLVER=2271
FILE ID=node134/3691780-1338041163
RUNJOBID= node134-1338029664-610
PBS_JOBID= 14624339
Free space on /tmp= 71588 MiB

SOLVER NAME= SCIP spx E SCIP 2.1.1.4. Exp 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.4expfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3691780-1338041163/watcher-3691780-1338041163 -o /tmp/evaluation-result-3691780-1338041163/solver-3691780-1338041163 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691780-1338041163.opb -t 1800 -m 15500

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

MD5SUM BENCH= 7b80ddfff13fd2a12f867bbe09bf6414
RANDOM SEED=312860943

node134.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.278
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.55
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.278
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	: 5332.56
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.278
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	: 5332.55
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.278
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	: 5332.59
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.278
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	: 5332.55
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.278
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	: 5332.55
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.278
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	: 5332.57
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.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27340320 kB
Buffers:          263116 kB
Cached:          2918024 kB
SwapCached:            0 kB
Active:          2344392 kB
Inactive:        2410812 kB
Active(anon):    1570100 kB
Inactive(anon):     5996 kB
Active(file):     774292 kB
Inactive(file):  2404816 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             63300 kB
Writeback:            52 kB
AnonPages:       1584492 kB
Mapped:            17608 kB
Shmem:               212 kB
Slab:             635176 kB
SReclaimable:      77220 kB
SUnreclaim:       557956 kB
KernelStack:        1464 kB
PageTables:         7144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1718448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1062912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71584 MiB
End job on node134 at 2012-05-26 16:36:07