Trace number 3691796

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? 1797.33 1797.61

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-31.opb
MD5SUM1231d9e508dc821e38b22e6db3fd2b2f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark203.957
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9310
Total number of constraints199239
Number of constraints which are clauses178407
Number of constraints which are cardinality constraints (but not clauses)730
Number of constraints which are nor clauses,nor cardinality constraints20102
Minimum length of a constraint1
Maximum length of a constraint231
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 232
Number of bits of the biggest sum of numbers8
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-3691796-1338041346.opb>
0.48/0.58	c original problem has 9310 variables (9310 bin, 0 int, 0 impl, 0 cont) and 199239 constraints
0.48/0.58	c problem read in 0.58
0.48/0.58	c No objective function, only one solution is needed.
0.48/0.58	c presolving settings loaded
0.79/0.89	c presolving:
1.69/1.70	c (round 1) 99 del vars, 2673 del conss, 0 add conss, 99 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 94346 impls, 365 clqs
1.79/1.88	c (round 2) 99 del vars, 3641 del conss, 0 add conss, 99 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 94346 impls, 365 clqs
3.39/3.41	c (round 3) 99 del vars, 3683 del conss, 0 add conss, 99 chg bounds, 14 chg sides, 0 chg coeffs, 195622 upgd conss, 94346 impls, 365 clqs
3.89/3.96	c (round 4) 99 del vars, 3723 del conss, 0 add conss, 99 chg bounds, 14 chg sides, 0 chg coeffs, 195622 upgd conss, 94346 impls, 365 clqs
4.89/4.91	c presolving (5 rounds):
4.89/4.91	c  99 deleted vars, 3723 deleted constraints, 0 added constraints, 99 tightened bounds, 0 added holes, 14 changed sides, 0 changed coefficients
4.89/4.91	c  94346 implications, 365 cliques
4.89/4.91	c presolved problem has 9211 variables (9211 bin, 0 int, 0 impl, 0 cont) and 195516 constraints
4.89/4.91	c   20454 constraints of type <knapsack>
4.89/4.91	c   39470 constraints of type <setppc>
4.89/4.91	c       2 constraints of type <linear>
4.89/4.91	c  135590 constraints of type <logicor>
4.89/4.91	c transformed objective value is always integral (scale: 1)
4.89/4.91	c Presolving Time: 4.04
4.89/4.91	c - non default parameters ----------------------------------------------------------------------
4.89/4.91	c # SCIP version 2.1.1.4
4.89/4.91	c 
4.89/4.91	c # maximal time in seconds to run
4.89/4.91	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.89/4.91	c limits/time = 1797
4.89/4.91	c 
4.89/4.91	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.89/4.91	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.89/4.91	c limits/memory = 13950
4.89/4.91	c 
4.89/4.91	c # solving stops, if the given number of solutions were found (-1: no limit)
4.89/4.91	c # [type: int, range: [-1,2147483647], default: -1]
4.89/4.91	c limits/solutions = 1
4.89/4.91	c 
4.89/4.91	c # maximal number of separation rounds per node (-1: unlimited)
4.89/4.91	c # [type: int, range: [-1,2147483647], default: 5]
4.89/4.91	c separating/maxrounds = 1
4.89/4.91	c 
4.89/4.91	c # maximal number of separation rounds in the root node (-1: unlimited)
4.89/4.91	c # [type: int, range: [-1,2147483647], default: -1]
4.89/4.91	c separating/maxroundsroot = 5
4.89/4.91	c 
4.89/4.91	c # default clock type (1: CPU user seconds, 2: wall clock time)
4.89/4.91	c # [type: int, range: [1,2], default: 1]
4.89/4.91	c timing/clocktype = 2
4.89/4.91	c 
4.89/4.91	c # belongs reading time to solving time?
4.89/4.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.89/4.91	c timing/reading = TRUE
4.89/4.91	c 
4.89/4.91	c # should disaggregation of knapsack constraints be allowed in preprocessing?
4.89/4.91	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
4.89/4.91	c constraints/knapsack/disaggregation = FALSE
4.89/4.91	c 
4.89/4.91	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
4.89/4.91	c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.91	c heuristics/coefdiving/freq = -1
4.89/4.91	c 
4.89/4.91	c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.89/4.91	c heuristics/coefdiving/maxlpiterquot = 0.075
4.89/4.91	c 
4.89/4.91	c # additional number of allowed LP iterations
4.89/4.91	c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.91	c heuristics/coefdiving/maxlpiterofs = 1500
4.89/4.91	c 
4.89/4.91	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
4.89/4.91	c # [type: int, range: [-1,2147483647], default: 30]
4.89/4.91	c heuristics/crossover/freq = -1
4.89/4.91	c 
4.89/4.91	c # number of nodes added to the contingent of the total nodes
4.89/4.91	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.89/4.91	c heuristics/crossover/nodesofs = 750
4.89/4.91	c 
4.89/4.91	c # number of nodes without incumbent change that heuristic should wait
4.89/4.91	c # [type: longint, range: [0,9223372036854775807], default: 200]
4.89/4.91	c heuristics/crossover/nwaitingnodes = 100
4.89/4.91	c 
4.89/4.91	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
4.89/4.91	c # [type: real, range: [0,1], default: 0.1]
4.89/4.91	c heuristics/crossover/nodesquot = 0.15
4.89/4.91	c 
4.89/4.91	c # minimum percentage of integer variables that have to be fixed 
4.89/4.91	c # [type: real, range: [0,1], default: 0.666]
4.89/4.91	c heuristics/crossover/minfixingrate = 0.5
4.89/4.91	c 
4.89/4.91	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
4.89/4.91	c # [type: int, range: [-1,2147483647], default: 20]
4.89/4.91	c heuristics/feaspump/freq = -1
4.89/4.91	c 
4.89/4.91	c # additional number of allowed LP iterations
4.89/4.91	c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.91	c heuristics/feaspump/maxlpiterofs = 2000
4.89/4.91	c 
4.89/4.91	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
4.89/4.91	c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.91	c heuristics/fracdiving/freq = -1
4.89/4.91	c 
4.89/4.91	c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.89/4.91	c heuristics/fracdiving/maxlpiterquot = 0.075
4.89/4.91	c 
4.89/4.91	c # additional number of allowed LP iterations
4.89/4.91	c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.91	c heuristics/fracdiving/maxlpiterofs = 1500
4.89/4.91	c 
4.89/4.91	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
4.89/4.91	c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.91	c heuristics/guideddiving/freq = -1
4.89/4.91	c 
4.89/4.91	c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.89/4.91	c heuristics/guideddiving/maxlpiterquot = 0.075
4.89/4.91	c 
4.89/4.91	c # additional number of allowed LP iterations
4.89/4.91	c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.91	c heuristics/guideddiving/maxlpiterofs = 1500
4.89/4.91	c 
4.89/4.91	c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.89/4.91	c heuristics/intdiving/maxlpiterquot = 0.075
4.89/4.91	c 
4.89/4.91	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
4.89/4.91	c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.91	c heuristics/intshifting/freq = -1
4.89/4.91	c 
4.89/4.91	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
4.89/4.91	c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.91	c heuristics/linesearchdiving/freq = -1
4.89/4.91	c 
4.89/4.91	c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.89/4.91	c heuristics/linesearchdiving/maxlpiterquot = 0.075
4.89/4.91	c 
4.89/4.91	c # additional number of allowed LP iterations
4.89/4.91	c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.91	c heuristics/linesearchdiving/maxlpiterofs = 1500
4.89/4.91	c 
4.89/4.91	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
4.89/4.91	c # [type: int, range: [-1,2147483647], default: 20]
4.89/4.91	c heuristics/objpscostdiving/freq = -1
4.89/4.91	c 
4.89/4.91	c # maximal fraction of diving LP iterations compared to total iteration number
4.89/4.91	c # [type: real, range: [0,1], default: 0.01]
4.89/4.91	c heuristics/objpscostdiving/maxlpiterquot = 0.015
4.89/4.91	c 
4.89/4.91	c # additional number of allowed LP iterations
4.89/4.91	c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.91	c heuristics/objpscostdiving/maxlpiterofs = 1500
4.89/4.91	c 
4.89/4.91	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
4.89/4.91	c # [type: int, range: [-1,2147483647], default: 1]
4.89/4.91	c heuristics/oneopt/freq = -1
4.89/4.91	c 
4.89/4.91	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
4.89/4.91	c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.91	c heuristics/pscostdiving/freq = -1
4.89/4.91	c 
4.89/4.91	c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.89/4.91	c heuristics/pscostdiving/maxlpiterquot = 0.075
4.89/4.91	c 
4.89/4.91	c # additional number of allowed LP iterations
4.89/4.91	c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.91	c heuristics/pscostdiving/maxlpiterofs = 1500
4.89/4.91	c 
4.89/4.91	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
4.89/4.91	c # [type: int, range: [-1,2147483647], default: 0]
4.89/4.91	c heuristics/rens/freq = -1
4.89/4.91	c 
4.89/4.91	c # minimum percentage of integer variables that have to be fixable 
4.89/4.91	c # [type: real, range: [0,1], default: 0.5]
4.89/4.91	c heuristics/rens/minfixingrate = 0.3
4.89/4.91	c 
4.89/4.91	c # number of nodes added to the contingent of the total nodes
4.89/4.91	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.89/4.91	c heuristics/rens/nodesofs = 2000
4.89/4.91	c 
4.89/4.91	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
4.89/4.91	c # [type: int, range: [-1,2147483647], default: 20]
4.89/4.91	c heuristics/rootsoldiving/freq = -1
4.89/4.91	c 
4.89/4.91	c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
4.89/4.91	c heuristics/rootsoldiving/maxlpiterquot = 0.015
4.89/4.91	c 
4.89/4.91	c # additional number of allowed LP iterations
4.89/4.91	c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.91	c heuristics/rootsoldiving/maxlpiterofs = 1500
4.89/4.91	c 
4.89/4.91	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
4.89/4.91	c # [type: int, range: [-1,2147483647], default: 1]
4.89/4.91	c heuristics/rounding/freq = -1
4.89/4.91	c 
4.89/4.91	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
4.89/4.91	c # [type: int, range: [-1,2147483647], default: 0]
4.89/4.91	c heuristics/shiftandpropagate/freq = -1
4.89/4.91	c 
4.89/4.91	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
4.89/4.91	c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.91	c heuristics/shifting/freq = -1
4.89/4.91	c 
4.89/4.91	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
4.89/4.91	c # [type: int, range: [-1,2147483647], default: 1]
4.89/4.91	c heuristics/simplerounding/freq = -1
4.89/4.91	c 
4.89/4.91	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
4.89/4.91	c # [type: int, range: [-1,2147483647], default: 1]
4.89/4.91	c heuristics/subnlp/freq = -1
4.89/4.91	c 
4.89/4.91	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
4.89/4.91	c # [type: int, range: [-1,2147483647], default: 0]
4.89/4.91	c heuristics/trivial/freq = -1
4.89/4.91	c 
4.89/4.91	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
4.89/4.91	c # [type: int, range: [-1,2147483647], default: 1]
4.89/4.91	c heuristics/trysol/freq = -1
4.89/4.91	c 
4.89/4.91	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
4.89/4.91	c # [type: int, range: [-1,2147483647], default: 0]
4.89/4.91	c heuristics/undercover/freq = -1
4.89/4.91	c 
4.89/4.91	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
4.89/4.91	c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.91	c heuristics/veclendiving/freq = -1
4.89/4.91	c 
4.89/4.91	c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.89/4.91	c heuristics/veclendiving/maxlpiterquot = 0.075
4.89/4.91	c 
4.89/4.91	c # additional number of allowed LP iterations
4.89/4.91	c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.91	c heuristics/veclendiving/maxlpiterofs = 1500
4.89/4.91	c 
4.89/4.91	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
4.89/4.91	c # [type: int, range: [-1,2147483647], default: 1]
4.89/4.91	c heuristics/zirounding/freq = -1
4.89/4.91	c 
4.89/4.91	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
4.89/4.91	c # [type: int, range: [-1,2147483647], default: -1]
4.89/4.91	c propagating/probing/maxprerounds = 0
4.89/4.91	c 
4.89/4.91	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
4.89/4.91	c # [type: int, range: [-1,2147483647], default: 0]
4.89/4.91	c separating/cmir/freq = -1
4.89/4.91	c 
4.89/4.91	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
4.89/4.91	c # [type: int, range: [-1,2147483647], default: 0]
4.89/4.91	c separating/flowcover/freq = -1
4.89/4.91	c 
4.89/4.91	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
4.89/4.91	c # [type: int, range: [-1,2147483647], default: -1]
4.89/4.91	c separating/rapidlearning/freq = 0
4.89/4.91	c 
4.89/4.91	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
4.89/4.91	c # [type: int, range: [-1,2147483647], default: 1]
4.89/4.91	c heuristics/indoneopt/freq = -1
4.89/4.91	c 
4.89/4.91	c -----------------------------------------------------------------------------------------------
4.89/4.91	c start solving
4.89/4.92	c 
6.89/6.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.89/6.92	c   6.9s|     1 |     0 |  1362 |     - | 325M|   0 | 399 |9211 | 195k|9211 | 195k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
10.68/10.74	c  10.7s|     1 |     0 |  2984 |     - | 325M|   0 |1208 |9211 | 195k|9211 | 195k|  13 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
13.78/13.89	c  13.9s|     1 |     0 |  4206 |     - | 326M|   0 |1721 |9211 | 195k|9211 | 195k|  27 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
16.68/16.74	c  16.7s|     1 |     0 |  4871 |     - | 326M|   0 |2156 |9211 | 195k|9211 | 195k|  43 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
20.38/20.44	c  20.4s|     1 |     0 |  5921 |     - | 327M|   0 |2808 |9211 | 195k|9211 | 195k|  60 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
25.38/25.49	c  25.5s|     1 |     0 |  6870 |     - | 327M|   0 |2800 |9211 | 195k|9211 | 195k|  84 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
77.38/77.42	c  77.4s|     1 |     2 |  6870 |     - | 327M|   0 |2800 |9211 | 195k|9211 | 195k|  84 |   0 |  26 | 0.000000e+00 |      --      |    Inf 
1193.70/1193.91	c  1194s|   100 |    76 | 75676 | 695.0 | 335M|  42 |1058 |9211 | 195k|9211 | 195k|  84 |  49 | 399 | 0.000000e+00 |      --      |    Inf 
1617.03/1617.33	c  1617s|   200 |   129 |132680 | 632.2 | 338M|  91 | 879 |9211 | 195k|9211 | 195k|  84 | 124 | 456 | 0.000000e+00 |      --      |    Inf 
1796.71/1797.04	c 
1796.71/1797.04	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.04	c Solving Time (sec) : 1797.03
1796.71/1797.04	c Solving Nodes      : 252
1796.71/1797.04	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.71/1797.04	c Dual Bound         : +0.00000000000000e+00
1796.71/1797.04	c Gap                : infinite
1796.71/1797.04	s UNKNOWN
1796.71/1797.04	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.04	c Total Time         :    1797.03
1796.71/1797.04	c   solving          :    1797.03
1796.71/1797.04	c   presolving       :       4.04 (included in solving)
1796.71/1797.04	c   reading          :       0.58 (included in solving)
1796.71/1797.04	c   copying          :       0.00 (0 times copied the problem)
1796.71/1797.04	c Original Problem   :
1796.71/1797.04	c   Problem name     : HOME/instance-3691796-1338041346.opb
1796.71/1797.04	c   Variables        : 9310 (9310 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.04	c   Constraints      : 199239 initial, 199239 maximal
1796.71/1797.04	c   Objective sense  : minimize
1796.71/1797.04	c Presolved Problem  :
1796.71/1797.04	c   Problem name     : t_HOME/instance-3691796-1338041346.opb
1796.71/1797.04	c   Variables        : 9211 (9211 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.04	c   Constraints      : 195516 initial, 195674 maximal
1796.71/1797.04	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.71/1797.04	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.04	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.04	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.04	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.04	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.04	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.04	c   gateextraction   :       0.07       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.04	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.04	c   components       :       0.09       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.04	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.04	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.04	c   knapsack         :       0.12       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.04	c   setppc           :       0.15       0.00          0          0          0          0          0         40          0          0          0
1796.71/1797.04	c   linear           :       1.92       0.11         99          0          0         99          0       3655          0         14          0
1796.71/1797.04	c   logicor          :       1.14       0.36          0          0          0          0          0         28          0          0          0
1796.71/1797.04	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.71/1797.04	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.04	c   integral         :          0          0          0          0        213          0          1          0          4         17          0          0        408
1796.71/1797.04	c   knapsack         :      20454      20454          5        840          0          1          0         81          6        601         50          0          0
1796.71/1797.04	c   setppc           :      39470      39470          5        834          0          1          0       1709          7      10627          0          0          0
1796.71/1797.04	c   linear           :          2          2          5        827          0          1          0          0          0          0          0          0          0
1796.71/1797.04	c   logicor          :     135590+    135748          5        458          0          1          0        126          8       1446          0          0          0
1796.71/1797.04	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1796.71/1797.04	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.71/1797.04	c   integral         :     962.08       0.00       0.00       0.00     962.08       0.00       0.00       0.00
1796.71/1797.04	c   knapsack         :       0.54       0.00       0.14       0.40       0.00       0.00       0.00       0.00
1796.71/1797.04	c   setppc           :       0.28       0.00       0.01       0.26       0.00       0.00       0.00       0.00
1796.71/1797.04	c   linear           :       0.11       0.11       0.00       0.00       0.00       0.00       0.00       0.00
1796.71/1797.04	c   logicor          :       0.54       0.36       0.03       0.13       0.00       0.02       0.00       0.00
1796.71/1797.04	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.71/1797.04	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.71/1797.04	c   rootredcost      :          0          0          0          0
1796.71/1797.04	c   pseudoobj        :          0          0          0          0
1796.71/1797.04	c   vbounds          :          0          0          0          0
1796.71/1797.04	c   redcost          :        218          0          0          0
1796.71/1797.04	c   probing          :          0          0          0          0
1796.71/1797.04	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.71/1797.04	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1796.71/1797.04	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
1796.71/1797.04	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
1796.71/1797.04	c   redcost          :       0.03       0.00       0.00       0.03       0.00
1796.71/1797.04	c   probing          :       0.00       0.00       0.00       0.00       0.00
1796.71/1797.04	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.71/1797.04	c   propagation      :       0.00         21         21         45       10.6          3        8.3          -
1796.71/1797.04	c   infeasible LP    :       0.12         23         23        344       54.5          3        2.7          0
1796.71/1797.04	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.04	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.04	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.71/1797.04	c   applied globally :          -          -          -        158       32.2          -          -          -
1796.71/1797.04	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.71/1797.04	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.71/1797.04	c   cut pool         :       0.00                     4          -          -         54          -    (maximal pool size: 711)
1796.71/1797.04	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.71/1797.04	c   impliedbounds    :       0.01       0.00          5          0          0          0          0
1796.71/1797.04	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.71/1797.04	c   gomory           :       0.83       0.00          5          0          0        250          0
1796.71/1797.04	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.71/1797.04	c   strongcg         :       5.80       0.00          5          0          0       2500          0
1796.71/1797.04	c   cmir             :       0.00       0.00          0          0          0          0          0
1796.71/1797.04	c   flowcover        :       0.00       0.00          0          0          0          0          0
1796.71/1797.04	c   clique           :       0.31       0.00          5          0          0         37          0
1796.71/1797.04	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.71/1797.04	c   mcf              :       0.37       0.00          1          0          0          0          0
1796.71/1797.04	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.71/1797.04	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.71/1797.04	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.71/1797.04	c   problem variables:       0.00          -          0          0
1796.71/1797.04	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.04	c   relpscost        :     962.08       0.00        213          4         17          0          0        408
1796.71/1797.04	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.04	c   inference        :       0.00       0.00          1          0          0          0          0          2
1796.71/1797.04	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.04	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.04	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.04	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.04	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.04	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.71/1797.04	c   LP solutions     :       0.00          -          -          0
1796.71/1797.04	c   pseudo solutions :       0.00          -          -          0
1796.71/1797.04	c   smallcard        :       0.00       0.00          0          0
1796.71/1797.04	c   trivial          :       0.00       0.00          1          0
1796.71/1797.04	c   shiftandpropagate:       0.00       0.00          0          0
1796.71/1797.04	c   simplerounding   :       0.00       0.00          0          0
1796.71/1797.04	c   zirounding       :       0.00       0.00          0          0
1796.71/1797.04	c   rounding         :       0.00       0.00          0          0
1796.71/1797.04	c   shifting         :       0.00       0.00          0          0
1796.71/1797.04	c   intshifting      :       0.00       0.00          0          0
1796.71/1797.04	c   oneopt           :       0.00       0.00          0          0
1796.71/1797.04	c   twoopt           :       0.00       0.00          0          0
1796.71/1797.04	c   indtwoopt        :       0.00       0.00          0          0
1796.71/1797.04	c   indoneopt        :       0.00       0.00          0          0
1796.71/1797.04	c   fixandinfer      :       0.00       0.00          0          0
1796.71/1797.04	c   feaspump         :       0.00       0.00          0          0
1796.71/1797.04	c   clique           :       0.00       0.00          0          0
1796.71/1797.04	c   indrounding      :       0.00       0.00          0          0
1796.71/1797.04	c   indcoefdiving    :       0.00       0.00          0          0
1796.71/1797.04	c   coefdiving       :       0.00       0.00          0          0
1796.71/1797.04	c   pscostdiving     :       0.00       0.00          0          0
1796.71/1797.04	c   nlpdiving        :       0.00       0.00          0          0
1796.71/1797.04	c   fracdiving       :       0.00       0.00          0          0
1796.71/1797.04	c   veclendiving     :       0.00       0.00          0          0
1796.71/1797.04	c   intdiving        :       0.00       0.00          0          0
1796.71/1797.04	c   actconsdiving    :       0.00       0.00          0          0
1796.71/1797.04	c   objpscostdiving  :       0.00       0.00          0          0
1796.71/1797.04	c   rootsoldiving    :       0.00       0.00          0          0
1796.71/1797.04	c   linesearchdiving :       0.00       0.00          0          0
1796.71/1797.04	c   guideddiving     :       0.00       0.00          0          0
1796.71/1797.04	c   octane           :       0.00       0.00          0          0
1796.71/1797.04	c   rens             :       0.00       0.00          0          0
1796.71/1797.04	c   rins             :       0.00       0.00          0          0
1796.71/1797.04	c   localbranching   :       0.00       0.00          0          0
1796.71/1797.04	c   mutation         :       0.00       0.00          0          0
1796.71/1797.04	c   crossover        :       0.00       0.00          0          0
1796.71/1797.04	c   dins             :       0.00       0.00          0          0
1796.71/1797.04	c   vbounds          :       0.00       0.00          0          0
1796.71/1797.04	c   undercover       :       0.00       0.00          0          0
1796.71/1797.04	c   subnlp           :       0.00       0.00          0          0
1796.71/1797.04	c   trysol           :       0.00       0.00          0          0
1796.71/1797.04	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.71/1797.04	c   primal LP        :       0.12          1          0       0.00       0.00       0.12          1
1796.71/1797.04	c   dual LP          :     814.95        242     156203     645.47     191.67       0.00          0
1796.71/1797.04	c   lex dual LP      :       0.00          0          0       0.00          -
1796.71/1797.04	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.71/1797.04	c   diving/probing LP:       0.00          0          0       0.00          -
1796.71/1797.04	c   strong branching :     961.79        485     194717     401.48     202.45
1796.71/1797.04	c     (at root node) :          -         26      11800     453.85          -
1796.71/1797.04	c   conflict analysis:       0.00          0          0       0.00          -
1796.71/1797.04	c B&B Tree           :
1796.71/1797.04	c   number of runs   :          1
1796.71/1797.04	c   nodes            :        252
1796.71/1797.04	c   nodes (total)    :        252
1796.71/1797.04	c   nodes left       :        157
1796.71/1797.04	c   max depth        :         91
1796.71/1797.04	c   max depth (total):         91
1796.71/1797.04	c   backtracks       :         18 (7.1%)
1796.71/1797.04	c   delayed cutoffs  :          2
1796.71/1797.04	c   repropagations   :        323 (419 domain reductions, 2 cutoffs)
1796.71/1797.04	c   avg switch length:       4.03
1796.71/1797.04	c   switching time   :       0.68
1796.71/1797.04	c Solution           :
1796.71/1797.04	c   Solutions found  :          0 (0 improvements)
1796.71/1797.04	c   Primal Bound     :          -
1796.71/1797.04	c   Dual Bound       : +0.00000000000000e+00
1796.71/1797.04	c   Gap              :   infinite
1796.71/1797.04	c   Root Dual Bound  : +0.00000000000000e+00
1796.71/1797.04	c   Root Iterations  :       6870
1797.30/1797.60	c Time complete: 1797.32.

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-3691796-1338041346/watcher-3691796-1338041346 -o /tmp/evaluation-result-3691796-1338041346/solver-3691796-1338041346 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691796-1338041346.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: 1.96 2.00 2.00 3/176 2580
/proc/meminfo: memFree=25749916/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=12032 CPUtime=0 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 1645 0 0 0 0 0 0 0 20 0 1 0 270259742 12320768 1600 33554432000 4194304 10219143 140734535810512 140734535809416 8891101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 3008 1608 398 1471 0 1528 0

[startup+0.0795129 s]
/proc/loadavg: 1.96 2.00 2.00 3/176 2580
/proc/meminfo: memFree=25749916/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=26800 CPUtime=0.07 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 5460 0 0 0 6 1 0 0 20 0 1 0 270259742 27443200 5414 33554432000 4194304 10219143 140734535810512 140734535809416 7589947 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 6700 5414 419 1471 0 5220 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 26800

[startup+0.10036 s]
/proc/loadavg: 1.96 2.00 2.00 3/176 2580
/proc/meminfo: memFree=25749916/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=29340 CPUtime=0.09 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 6087 0 0 0 8 1 0 0 20 0 1 0 270259742 30044160 6041 33554432000 4194304 10219143 140734535810512 140734535809416 7154590 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 7335 6041 419 1471 0 5855 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29340

[startup+0.300299 s]
/proc/loadavg: 1.96 2.00 2.00 3/176 2580
/proc/meminfo: memFree=25749916/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=64960 CPUtime=0.29 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 14981 0 0 0 27 2 0 0 20 0 1 0 270259742 66519040 14935 33554432000 4194304 10219143 140734535810512 140734535675688 7589947 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 16240 14935 419 1471 0 14760 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64960

[startup+0.70032 s]
/proc/loadavg: 1.96 2.00 2.00 3/176 2580
/proc/meminfo: memFree=25749916/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=181400 CPUtime=0.68 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 43853 0 0 0 61 7 0 0 20 0 1 0 270259742 185753600 43763 33554432000 4194304 10219143 140734535810512 140734535675688 4962128 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 45431 43785 472 1471 0 43951 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 181400

[startup+1.50033 s]
/proc/loadavg: 1.96 2.00 2.00 3/177 2581
/proc/meminfo: memFree=25486144/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=280500 CPUtime=1.49 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 67477 0 0 0 105 44 0 0 20 0 1 0 270259742 287232000 67387 33554432000 4194304 10219143 140734535810512 140734535807512 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 70125 67387 560 1471 0 68645 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 280500

[startup+3.10032 s]
/proc/loadavg: 1.96 2.00 2.00 3/177 2581
/proc/meminfo: memFree=25451708/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=315636 CPUtime=3.08 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 95180 0 0 0 201 107 0 0 20 0 1 0 270259742 323211264 75465 33554432000 4194304 10219143 140734535810512 140734535807512 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 78909 75465 577 1471 0 77429 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 315636

[startup+6.30038 s]
/proc/loadavg: 1.97 2.00 2.00 3/177 2581
/proc/meminfo: memFree=25232092/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=668684 CPUtime=6.29 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 140674 0 0 0 448 181 0 0 20 0 1 0 270259742 684732416 155839 33554432000 4194304 10219143 140734535810512 140734535803032 7631607 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 167171 155839 744 1471 0 165691 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 668684

[startup+12.7003 s]
/proc/loadavg: 1.97 2.00 2.00 3/177 2581
/proc/meminfo: memFree=25107136/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=667168 CPUtime=12.69 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 146118 0 0 0 1078 191 0 0 20 0 1 0 270259742 683180032 161653 33554432000 4194304 10219143 140734535810512 140734535803768 8091534 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 166792 161653 787 1471 0 165312 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 667168

[startup+25.5004 s]
/proc/loadavg: 1.97 2.00 2.00 3/177 2581
/proc/meminfo: memFree=25055656/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=717336 CPUtime=25.48 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 149780 0 0 0 2350 198 0 0 20 0 1 0 270259742 734552064 174394 33554432000 4194304 10219143 140734535810512 140734535803768 7767136 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 179334 174394 790 1471 0 177854 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 717336

[startup+51.1004 s]
/proc/loadavg: 1.98 2.00 2.00 3/177 2581
/proc/meminfo: memFree=25049392/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=718196 CPUtime=51.08 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 150808 0 0 0 4905 203 0 0 20 0 1 0 270259742 735432704 175933 33554432000 4194304 10219143 140734535810512 140734535803960 7638793 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 179549 175933 790 1471 0 178069 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 718196

[startup+102.307 s]
/proc/loadavg: 1.99 2.00 2.00 3/178 2584
/proc/meminfo: memFree=25049508/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=718460 CPUtime=102.28 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 150812 0 0 0 10020 208 0 0 20 0 1 0 270259742 735703040 175937 33554432000 4194304 10219143 140734535810512 140734535803960 8091785 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 179615 175937 793 1471 0 178135 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 718460

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 2585
/proc/meminfo: memFree=25057128/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=719776 CPUtime=162.27 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 156460 0 0 0 16010 217 0 0 20 0 1 0 270259742 737050624 173912 33554432000 4194304 10219143 140734535810512 140734535804056 8056887 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 179944 173912 793 1471 0 178464 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 719776

[startup+222.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 2585
/proc/meminfo: memFree=25035888/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=719224 CPUtime=222.25 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 160157 0 0 0 22000 225 0 0 20 0 1 0 270259742 736485376 176174 33554432000 4194304 10219143 140734535810512 140734535803960 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 179806 176174 793 1471 0 178326 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 719224

[startup+282.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 2585
/proc/meminfo: memFree=25037672/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=719180 CPUtime=282.25 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 163033 0 0 0 27993 232 0 0 20 0 1 0 270259742 736440320 174359 33554432000 4194304 10219143 140734535810512 140734535803960 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 179795 174359 793 1471 0 178315 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 719180

[startup+342.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 2585
/proc/meminfo: memFree=25027072/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=719460 CPUtime=342.23 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 166736 0 0 0 33985 238 0 0 20 0 1 0 270259742 736727040 176220 33554432000 4194304 10219143 140734535810512 140734535803224 8083804 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 179865 176220 793 1471 0 178385 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 719460

[startup+402.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 2585
/proc/meminfo: memFree=25025960/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=719460 CPUtime=402.23 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 166736 0 0 0 39977 246 0 0 20 0 1 0 270259742 736727040 176220 33554432000 4194304 10219143 140734535810512 140734535804344 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 179865 176220 793 1471 0 178385 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 719460

[startup+462.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 2586
/proc/meminfo: memFree=25025960/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=720456 CPUtime=462.22 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 166739 0 0 0 45971 251 0 0 20 0 1 0 270259742 737746944 176223 33554432000 4194304 10219143 140734535810512 140734535804344 7639976 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 180114 176223 793 1471 0 178634 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 720456

[startup+522.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 2586
/proc/meminfo: memFree=25026084/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=720456 CPUtime=522.21 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 166741 0 0 0 51965 256 0 0 20 0 1 0 270259742 737746944 176225 33554432000 4194304 10219143 140734535810512 140734535803960 7954738 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 180114 176225 793 1471 0 178634 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 720456

[startup+582.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 2586
/proc/meminfo: memFree=25026208/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=720456 CPUtime=582.2 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 166741 0 0 0 57957 263 0 0 20 0 1 0 270259742 737746944 176225 33554432000 4194304 10219143 140734535810512 140734535803640 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 180114 176225 793 1471 0 178634 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 720456

[startup+642.3 s]

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

/proc/meminfo: memFree=26294544/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=734700 CPUtime=1122.11 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 227985 0 0 0 111869 342 0 0 20 0 1 0 270259742 752332800 178719 33554432000 4194304 10219143 140734535810512 140734535803960 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 183675 178719 801 1471 0 182195 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 734700

[startup+1182.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 2629
/proc/meminfo: memFree=26268468/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=744272 CPUtime=1182.11 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 234598 0 0 0 117858 353 0 0 20 0 1 0 270259742 762134528 184693 33554432000 4194304 10219143 140734535810512 140734535803768 7956100 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 186068 184693 802 1471 0 184588 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 744272

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2629
/proc/meminfo: memFree=26296172/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=717136 CPUtime=1242.1 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 236851 0 0 0 123849 361 0 0 20 0 1 0 270259742 734347264 177109 33554432000 4194304 10219143 140734535810512 140734535804344 7639976 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 179284 177109 802 1471 0 177804 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 717136

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 2632
/proc/meminfo: memFree=26253564/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=765232 CPUtime=1302.09 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 240848 0 0 0 129840 369 0 0 20 0 1 0 270259742 783597568 187443 33554432000 4194304 10219143 140734535810512 140734535805880 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 191308 187443 802 1471 0 189828 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 765232

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 2633
/proc/meminfo: memFree=26276188/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=765100 CPUtime=1362.07 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 250615 0 0 0 135826 381 0 0 20 0 1 0 270259742 783462400 186671 33554432000 4194304 10219143 140734535810512 140734535802888 8083898 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 191275 186671 802 1471 0 189795 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 765100

[startup+1422.31 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 2633
/proc/meminfo: memFree=26251924/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=765780 CPUtime=1422.07 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 268772 0 0 0 141811 396 0 0 20 0 1 0 270259742 784158720 188001 33554432000 4194304 10219143 140734535810512 140734535803032 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 191445 188001 802 1471 0 189965 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 765780

[startup+1482.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 2633
/proc/meminfo: memFree=26283008/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=738140 CPUtime=1482.05 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 272974 0 0 0 147800 405 0 0 20 0 1 0 270259742 755855360 180359 33554432000 4194304 10219143 140734535810512 140734535803960 8056848 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 184535 180359 802 1471 0 183055 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 738140

[startup+1542.3 s]
/proc/loadavg: 2.18 2.06 2.01 3/177 2633
/proc/meminfo: memFree=26365364/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=766684 CPUtime=1542.05 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 279174 0 0 0 153792 413 0 0 20 0 1 0 270259742 785084416 187348 33554432000 4194304 10219143 140734535810512 140734535804152 8056885 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 191671 187348 802 1471 0 190191 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 766684

[startup+1602.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/177 2633
/proc/meminfo: memFree=26392916/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=728104 CPUtime=1602.04 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 282175 0 0 0 159781 423 0 0 20 0 1 0 270259742 745578496 179974 33554432000 4194304 10219143 140734535810512 140734535803864 8056382 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 182026 179974 802 1471 0 180546 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 728104

[startup+1662.3 s]
/proc/loadavg: 2.11 2.08 2.02 3/178 2635
/proc/meminfo: memFree=26370312/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=745996 CPUtime=1662.03 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 282929 0 0 0 165772 431 0 0 20 0 1 0 270259742 763899904 184815 33554432000 4194304 10219143 140734535810512 140734535803640 8077311 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 186499 184815 802 1471 0 185019 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 745996

[startup+1722.3 s]
/proc/loadavg: 2.07 2.08 2.02 3/177 2635
/proc/meminfo: memFree=26401248/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=720776 CPUtime=1722.02 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 284113 0 0 0 171764 438 0 0 20 0 1 0 270259742 738074624 171151 33554432000 4194304 10219143 140734535810512 140734535803224 8051641 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 180194 171151 802 1471 0 178714 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 720776

[startup+1782.3 s]
/proc/loadavg: 2.11 2.09 2.02 3/177 2635
/proc/meminfo: memFree=26333952/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=766836 CPUtime=1782.01 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 298568 0 0 0 177751 450 0 0 20 0 1 0 270259742 785240064 186897 33554432000 4194304 10219143 140734535810512 140734535803032 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 191709 186897 802 1471 0 190229 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 766836

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

[startup+1785.5 s]
/proc/loadavg: 2.10 2.09 2.02 3/177 2635
/proc/meminfo: memFree=26333952/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=766836 CPUtime=1785.21 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 298568 0 0 0 178070 451 0 0 20 0 1 0 270259742 785240064 186897 33554432000 4194304 10219143 140734535810512 140734535803768 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 191709 186897 802 1471 0 190229 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 766836

[startup+1791.91 s]
/proc/loadavg: 2.17 2.10 2.02 3/177 2635
/proc/meminfo: memFree=26334200/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=766836 CPUtime=1791.62 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 298568 0 0 0 178710 452 0 0 20 0 1 0 270259742 785240064 186897 33554432000 4194304 10219143 140734535810512 140734535803768 8056881 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 191709 186897 802 1471 0 190229 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 766836

[startup+1795.1 s]
/proc/loadavg: 2.16 2.10 2.02 3/177 2635
/proc/meminfo: memFree=26334200/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=766836 CPUtime=1794.82 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 298568 0 0 0 179029 453 0 0 20 0 1 0 270259742 785240064 186897 33554432000 4194304 10219143 140734535810512 140734535803032 8091531 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 191709 186897 802 1471 0 190229 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 766836

[startup+1796.7 s]
/proc/loadavg: 2.16 2.10 2.02 3/177 2635
/proc/meminfo: memFree=26388492/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=709664 CPUtime=1796.41 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 298732 0 0 0 179188 453 0 0 20 0 1 0 270259742 726695936 173353 33554432000 4194304 10219143 140734535810512 140734535804152 8056746 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 177416 173353 802 1471 0 175936 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 709664

[startup+1797.1 s]
/proc/loadavg: 2.16 2.10 2.02 3/177 2635
/proc/meminfo: memFree=26388492/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=709664 CPUtime=1796.81 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 298740 0 0 0 179228 453 0 0 20 0 1 0 270259742 726695936 173361 33554432000 4194304 10219143 140734535810512 140734535804152 5156856 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 177416 173361 810 1471 0 175936 0
Current children cumulated CPU time (s) 1796.81
Current children cumulated vsize (KiB) 709664

[startup+1797.5 s]
/proc/loadavg: 2.16 2.10 2.02 3/177 2635
/proc/meminfo: memFree=26388120/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=694152 CPUtime=1797.21 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 298743 0 0 0 179268 453 0 0 20 0 1 0 270259742 710811648 169553 33554432000 4194304 10219143 140734535810512 140734535797480 8875653 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 173538 169553 813 1471 0 172058 0
Current children cumulated CPU time (s) 1797.21
Current children cumulated vsize (KiB) 694152

[startup+1797.6 s]
/proc/loadavg: 2.16 2.10 2.02 3/177 2635
/proc/meminfo: memFree=26388120/32873844 swapFree=7108/7108
[pid=2580] ppid=2578 vsize=517720 CPUtime=1797.3 cores=1,3,5,7
/proc/2580/stat : 2580 (scip-2.1.1.4exp) R 2578 2580 659 0 -1 4202496 298743 0 0 0 179276 454 0 0 20 0 1 0 270259742 530145280 128349 33554432000 4194304 10219143 140734535810512 140734535797480 9036791 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2580/statm: 129364 128250 813 1471 0 127884 0
Current children cumulated CPU time (s) 1797.3
Current children cumulated vsize (KiB) 517720

Child status: 0
Real time (s): 1797.61
CPU time (s): 1797.33
CPU user time (s): 1792.77
CPU system time (s): 4.55531
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 785872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.77
system time used= 4.55531
maximum resident set size= 768528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 298756
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= 16
involuntary context switches= 1851

runsolver used 3.32549 second user time and 8.23675 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-26 16:09:07
IDJOB=3691796
IDBENCH=89784
IDSOLVER=2271
FILE ID=node138/3691796-1338041346
RUNJOBID= node138-1338029671-1574
PBS_JOBID= 14624337
Free space on /tmp= 71520 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-31.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-3691796-1338041346/watcher-3691796-1338041346 -o /tmp/evaluation-result-3691796-1338041346/solver-3691796-1338041346 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691796-1338041346.opb -t 1800 -m 15500

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

MD5SUM BENCH= 1231d9e508dc821e38b22e6db3fd2b2f
RANDOM SEED=643237532

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
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.347
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.347
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.347
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.347
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:       32873844 kB
MemFree:        25751784 kB
Buffers:          264700 kB
Cached:          4592832 kB
SwapCached:            0 kB
Active:          2252164 kB
Inactive:        4087436 kB
Active(anon):    1485008 kB
Inactive(anon):        0 kB
Active(file):     767156 kB
Inactive(file):  4087436 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             21852 kB
Writeback:             0 kB
AnonPages:       1489268 kB
Mapped:            17532 kB
Shmem:               200 kB
Slab:             640712 kB
SReclaimable:      83272 kB
SUnreclaim:       557440 kB
KernelStack:        1456 kB
PageTables:         6356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1621980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1042432 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= 71512 MiB
End job on node138 at 2012-05-26 16:39:04