Trace number 3690629

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed? 1797.12 1797.4

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-21.opb
MD5SUM3f7496125222b93dca78bd7d73f5e00c
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark949.823
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7351
Total number of constraints155824
Number of constraints which are clauses139567
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints15694
Minimum length of a constraint2
Maximum length of a constraint195
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 196
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: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3690629-1338024306.opb>
0.39/0.44	c original problem has 7351 variables (7351 bin, 0 int, 0 impl, 0 cont) and 155824 constraints
0.39/0.44	c problem read in 0.44
0.39/0.44	c No objective function, only one solution is needed.
0.39/0.44	c presolving settings loaded
0.88/0.90	c presolving:
1.29/1.30	c (round 1) 1 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 72994 impls, 287 clqs
1.99/2.08	c (round 2) 1 del vars, 22 del conss, 0 add conss, 0 chg bounds, 7 chg sides, 0 chg coeffs, 155835 upgd conss, 72994 impls, 287 clqs
2.29/2.33	c (round 3) 1 del vars, 42 del conss, 0 add conss, 0 chg bounds, 7 chg sides, 0 chg coeffs, 155835 upgd conss, 72994 impls, 287 clqs
2.78/2.88	c presolving (4 rounds):
2.78/2.88	c  1 deleted vars, 50 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 0 changed coefficients
2.78/2.88	c  72994 implications, 287 cliques
2.78/2.88	c presolved problem has 7350 variables (7350 bin, 0 int, 0 impl, 0 cont) and 155774 constraints
2.78/2.88	c   15969 constraints of type <knapsack>
2.78/2.88	c   31648 constraints of type <setppc>
2.78/2.88	c       1 constraints of type <linear>
2.78/2.88	c  108156 constraints of type <logicor>
2.78/2.88	c transformed objective value is always integral (scale: 1)
2.78/2.88	c Presolving Time: 2.33
2.78/2.88	c - non default parameters ----------------------------------------------------------------------
2.78/2.88	c # SCIP version 2.1.1.4
2.78/2.88	c 
2.78/2.88	c # maximal time in seconds to run
2.78/2.88	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.78/2.88	c limits/time = 1797
2.78/2.88	c 
2.78/2.88	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.78/2.88	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.78/2.88	c limits/memory = 13950
2.78/2.88	c 
2.78/2.88	c # solving stops, if the given number of solutions were found (-1: no limit)
2.78/2.88	c # [type: int, range: [-1,2147483647], default: -1]
2.78/2.88	c limits/solutions = 1
2.78/2.88	c 
2.78/2.88	c # maximal number of separation rounds per node (-1: unlimited)
2.78/2.88	c # [type: int, range: [-1,2147483647], default: 5]
2.78/2.88	c separating/maxrounds = 1
2.78/2.88	c 
2.78/2.88	c # maximal number of separation rounds in the root node (-1: unlimited)
2.78/2.88	c # [type: int, range: [-1,2147483647], default: -1]
2.78/2.88	c separating/maxroundsroot = 5
2.78/2.88	c 
2.78/2.88	c # default clock type (1: CPU user seconds, 2: wall clock time)
2.78/2.88	c # [type: int, range: [1,2], default: 1]
2.78/2.88	c timing/clocktype = 2
2.78/2.88	c 
2.78/2.88	c # belongs reading time to solving time?
2.78/2.88	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.78/2.88	c timing/reading = TRUE
2.78/2.88	c 
2.78/2.88	c # should disaggregation of knapsack constraints be allowed in preprocessing?
2.78/2.88	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
2.78/2.88	c constraints/knapsack/disaggregation = FALSE
2.78/2.88	c 
2.78/2.88	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
2.78/2.88	c # [type: int, range: [-1,2147483647], default: 10]
2.78/2.88	c heuristics/coefdiving/freq = -1
2.78/2.88	c 
2.78/2.88	c # maximal fraction of diving LP iterations compared to node LP iterations
2.78/2.88	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.78/2.88	c heuristics/coefdiving/maxlpiterquot = 0.075
2.78/2.88	c 
2.78/2.88	c # additional number of allowed LP iterations
2.78/2.88	c # [type: int, range: [0,2147483647], default: 1000]
2.78/2.88	c heuristics/coefdiving/maxlpiterofs = 1500
2.78/2.88	c 
2.78/2.88	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
2.78/2.88	c # [type: int, range: [-1,2147483647], default: 30]
2.78/2.88	c heuristics/crossover/freq = -1
2.78/2.88	c 
2.78/2.88	c # number of nodes added to the contingent of the total nodes
2.78/2.88	c # [type: longint, range: [0,9223372036854775807], default: 500]
2.78/2.88	c heuristics/crossover/nodesofs = 750
2.78/2.88	c 
2.78/2.88	c # number of nodes without incumbent change that heuristic should wait
2.78/2.88	c # [type: longint, range: [0,9223372036854775807], default: 200]
2.78/2.88	c heuristics/crossover/nwaitingnodes = 100
2.78/2.88	c 
2.78/2.88	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
2.78/2.88	c # [type: real, range: [0,1], default: 0.1]
2.78/2.88	c heuristics/crossover/nodesquot = 0.15
2.78/2.88	c 
2.78/2.88	c # minimum percentage of integer variables that have to be fixed 
2.78/2.88	c # [type: real, range: [0,1], default: 0.666]
2.78/2.88	c heuristics/crossover/minfixingrate = 0.5
2.78/2.88	c 
2.78/2.88	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
2.78/2.88	c # [type: int, range: [-1,2147483647], default: 20]
2.78/2.88	c heuristics/feaspump/freq = -1
2.78/2.88	c 
2.78/2.88	c # additional number of allowed LP iterations
2.78/2.88	c # [type: int, range: [0,2147483647], default: 1000]
2.78/2.88	c heuristics/feaspump/maxlpiterofs = 2000
2.78/2.88	c 
2.78/2.88	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
2.78/2.88	c # [type: int, range: [-1,2147483647], default: 10]
2.78/2.88	c heuristics/fracdiving/freq = -1
2.78/2.88	c 
2.78/2.88	c # maximal fraction of diving LP iterations compared to node LP iterations
2.78/2.88	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.78/2.88	c heuristics/fracdiving/maxlpiterquot = 0.075
2.78/2.88	c 
2.78/2.88	c # additional number of allowed LP iterations
2.78/2.88	c # [type: int, range: [0,2147483647], default: 1000]
2.78/2.88	c heuristics/fracdiving/maxlpiterofs = 1500
2.78/2.88	c 
2.78/2.88	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
2.78/2.88	c # [type: int, range: [-1,2147483647], default: 10]
2.78/2.88	c heuristics/guideddiving/freq = -1
2.78/2.88	c 
2.78/2.88	c # maximal fraction of diving LP iterations compared to node LP iterations
2.78/2.88	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.78/2.88	c heuristics/guideddiving/maxlpiterquot = 0.075
2.78/2.88	c 
2.78/2.88	c # additional number of allowed LP iterations
2.78/2.88	c # [type: int, range: [0,2147483647], default: 1000]
2.78/2.88	c heuristics/guideddiving/maxlpiterofs = 1500
2.78/2.88	c 
2.78/2.88	c # maximal fraction of diving LP iterations compared to node LP iterations
2.78/2.88	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.78/2.88	c heuristics/intdiving/maxlpiterquot = 0.075
2.78/2.88	c 
2.78/2.88	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
2.78/2.88	c # [type: int, range: [-1,2147483647], default: 10]
2.78/2.88	c heuristics/intshifting/freq = -1
2.78/2.88	c 
2.78/2.88	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
2.78/2.88	c # [type: int, range: [-1,2147483647], default: 10]
2.78/2.88	c heuristics/linesearchdiving/freq = -1
2.78/2.88	c 
2.78/2.88	c # maximal fraction of diving LP iterations compared to node LP iterations
2.78/2.88	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.78/2.88	c heuristics/linesearchdiving/maxlpiterquot = 0.075
2.78/2.88	c 
2.78/2.88	c # additional number of allowed LP iterations
2.78/2.88	c # [type: int, range: [0,2147483647], default: 1000]
2.78/2.88	c heuristics/linesearchdiving/maxlpiterofs = 1500
2.78/2.88	c 
2.78/2.88	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
2.78/2.88	c # [type: int, range: [-1,2147483647], default: 20]
2.78/2.88	c heuristics/objpscostdiving/freq = -1
2.78/2.88	c 
2.78/2.88	c # maximal fraction of diving LP iterations compared to total iteration number
2.78/2.88	c # [type: real, range: [0,1], default: 0.01]
2.78/2.88	c heuristics/objpscostdiving/maxlpiterquot = 0.015
2.78/2.88	c 
2.78/2.88	c # additional number of allowed LP iterations
2.78/2.88	c # [type: int, range: [0,2147483647], default: 1000]
2.78/2.88	c heuristics/objpscostdiving/maxlpiterofs = 1500
2.78/2.88	c 
2.78/2.88	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
2.78/2.88	c # [type: int, range: [-1,2147483647], default: 1]
2.78/2.88	c heuristics/oneopt/freq = -1
2.78/2.88	c 
2.78/2.88	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
2.78/2.88	c # [type: int, range: [-1,2147483647], default: 10]
2.78/2.88	c heuristics/pscostdiving/freq = -1
2.78/2.88	c 
2.78/2.88	c # maximal fraction of diving LP iterations compared to node LP iterations
2.78/2.88	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.78/2.88	c heuristics/pscostdiving/maxlpiterquot = 0.075
2.78/2.88	c 
2.78/2.88	c # additional number of allowed LP iterations
2.78/2.88	c # [type: int, range: [0,2147483647], default: 1000]
2.78/2.88	c heuristics/pscostdiving/maxlpiterofs = 1500
2.78/2.88	c 
2.78/2.88	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
2.78/2.88	c # [type: int, range: [-1,2147483647], default: 0]
2.78/2.88	c heuristics/rens/freq = -1
2.78/2.88	c 
2.78/2.88	c # minimum percentage of integer variables that have to be fixable 
2.78/2.88	c # [type: real, range: [0,1], default: 0.5]
2.78/2.88	c heuristics/rens/minfixingrate = 0.3
2.78/2.88	c 
2.78/2.88	c # number of nodes added to the contingent of the total nodes
2.78/2.88	c # [type: longint, range: [0,9223372036854775807], default: 500]
2.78/2.88	c heuristics/rens/nodesofs = 2000
2.78/2.88	c 
2.78/2.88	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
2.78/2.88	c # [type: int, range: [-1,2147483647], default: 20]
2.78/2.88	c heuristics/rootsoldiving/freq = -1
2.78/2.88	c 
2.78/2.88	c # maximal fraction of diving LP iterations compared to node LP iterations
2.78/2.88	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
2.78/2.88	c heuristics/rootsoldiving/maxlpiterquot = 0.015
2.78/2.88	c 
2.78/2.88	c # additional number of allowed LP iterations
2.78/2.88	c # [type: int, range: [0,2147483647], default: 1000]
2.78/2.88	c heuristics/rootsoldiving/maxlpiterofs = 1500
2.78/2.88	c 
2.78/2.88	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
2.78/2.88	c # [type: int, range: [-1,2147483647], default: 1]
2.78/2.88	c heuristics/rounding/freq = -1
2.78/2.88	c 
2.78/2.88	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
2.78/2.88	c # [type: int, range: [-1,2147483647], default: 0]
2.78/2.88	c heuristics/shiftandpropagate/freq = -1
2.78/2.88	c 
2.78/2.88	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
2.78/2.88	c # [type: int, range: [-1,2147483647], default: 10]
2.78/2.88	c heuristics/shifting/freq = -1
2.78/2.88	c 
2.78/2.88	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
2.78/2.88	c # [type: int, range: [-1,2147483647], default: 1]
2.78/2.88	c heuristics/simplerounding/freq = -1
2.78/2.88	c 
2.78/2.88	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
2.78/2.88	c # [type: int, range: [-1,2147483647], default: 1]
2.78/2.88	c heuristics/subnlp/freq = -1
2.78/2.88	c 
2.78/2.88	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
2.78/2.88	c # [type: int, range: [-1,2147483647], default: 0]
2.78/2.88	c heuristics/trivial/freq = -1
2.78/2.88	c 
2.78/2.88	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
2.78/2.88	c # [type: int, range: [-1,2147483647], default: 1]
2.78/2.88	c heuristics/trysol/freq = -1
2.78/2.88	c 
2.78/2.88	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
2.78/2.88	c # [type: int, range: [-1,2147483647], default: 0]
2.78/2.88	c heuristics/undercover/freq = -1
2.78/2.88	c 
2.78/2.88	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
2.78/2.88	c # [type: int, range: [-1,2147483647], default: 10]
2.78/2.88	c heuristics/veclendiving/freq = -1
2.78/2.88	c 
2.78/2.88	c # maximal fraction of diving LP iterations compared to node LP iterations
2.78/2.88	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.78/2.88	c heuristics/veclendiving/maxlpiterquot = 0.075
2.78/2.88	c 
2.78/2.88	c # additional number of allowed LP iterations
2.78/2.88	c # [type: int, range: [0,2147483647], default: 1000]
2.78/2.88	c heuristics/veclendiving/maxlpiterofs = 1500
2.78/2.88	c 
2.78/2.88	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
2.78/2.88	c # [type: int, range: [-1,2147483647], default: 1]
2.78/2.88	c heuristics/zirounding/freq = -1
2.78/2.88	c 
2.78/2.88	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
2.78/2.88	c # [type: int, range: [-1,2147483647], default: -1]
2.78/2.88	c propagating/probing/maxprerounds = 0
2.78/2.88	c 
2.78/2.88	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
2.78/2.88	c # [type: int, range: [-1,2147483647], default: 0]
2.78/2.88	c separating/cmir/freq = -1
2.78/2.88	c 
2.78/2.88	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
2.78/2.88	c # [type: int, range: [-1,2147483647], default: 0]
2.78/2.88	c separating/flowcover/freq = -1
2.78/2.88	c 
2.78/2.88	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.78/2.88	c # [type: int, range: [-1,2147483647], default: -1]
2.78/2.88	c separating/rapidlearning/freq = 0
2.78/2.88	c 
2.78/2.88	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
2.78/2.88	c # [type: int, range: [-1,2147483647], default: 1]
2.78/2.88	c heuristics/indoneopt/freq = -1
2.78/2.88	c 
2.78/2.88	c -----------------------------------------------------------------------------------------------
2.78/2.88	c start solving
2.78/2.89	c 
4.40/4.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.40/4.43	c   4.4s|     1 |     0 |  1579 |     - | 237M|   0 | 694 |7350 | 155k|7350 | 155k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
7.59/7.68	c   7.7s|     1 |     0 |  3811 |     - | 237M|   0 |1861 |7350 | 155k|7350 | 155k|  10 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
9.48/9.53	c   9.5s|     1 |     0 |  4292 |     - | 239M|   0 |2302 |7350 | 155k|7350 | 155k|  31 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
12.09/12.14	c  12.1s|     1 |     0 |  4848 |     - | 240M|   0 |2064 |7350 | 155k|7350 | 155k|  48 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
15.59/15.64	c  15.6s|     1 |     0 |  5432 |     - | 243M|   0 |2276 |7350 | 155k|7350 | 155k|  58 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
21.58/21.60	c  21.6s|     1 |     0 |  6489 |     - | 246M|   0 |2682 |7350 | 155k|7350 | 155k|  73 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
68.97/69.06	c  69.0s|     1 |     2 |  6489 |     - | 246M|   0 |2682 |7350 | 155k|7350 | 155k|  73 |   0 |  24 | 0.000000e+00 |      --      |    Inf 
1030.22/1030.45	c  1030s|   100 |    72 |176387 |1716.1 | 253M|  28 |2055 |7350 | 155k|7350 | 155k|  73 | 108 | 307 | 0.000000e+00 |      --      |    Inf 
1222.49/1222.75	c  1223s|   200 |    94 |226478 |1105.5 | 254M|  41 |2299 |7350 | 155k|7350 | 155k|  73 | 191 | 371 | 0.000000e+00 |      --      |    Inf 
1796.71/1797.05	c 
1796.71/1797.05	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.05	c Solving Time (sec) : 1797.05
1796.71/1797.05	c Solving Nodes      : 285
1796.71/1797.05	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.71/1797.05	c Dual Bound         : +0.00000000000000e+00
1796.71/1797.05	c Gap                : infinite
1796.71/1797.05	s UNKNOWN
1796.71/1797.05	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.05	c Total Time         :    1797.05
1796.71/1797.05	c   solving          :    1797.05
1796.71/1797.05	c   presolving       :       2.33 (included in solving)
1796.71/1797.05	c   reading          :       0.44 (included in solving)
1796.71/1797.05	c   copying          :       0.00 (0 times copied the problem)
1796.71/1797.05	c Original Problem   :
1796.71/1797.05	c   Problem name     : HOME/instance-3690629-1338024306.opb
1796.71/1797.05	c   Variables        : 7351 (7351 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.05	c   Constraints      : 155824 initial, 155824 maximal
1796.71/1797.05	c   Objective sense  : minimize
1796.71/1797.05	c Presolved Problem  :
1796.71/1797.05	c   Problem name     : t_HOME/instance-3690629-1338024306.opb
1796.71/1797.05	c   Variables        : 7350 (7350 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.05	c   Constraints      : 155774 initial, 156069 maximal
1796.71/1797.05	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.71/1797.05	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.05	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.05	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.05	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.05	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.05	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.05	c   gateextraction   :       0.04       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.05	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.05	c   components       :       0.07       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.05	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.05	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.05	c   knapsack         :       0.07       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.05	c   setppc           :       0.06       0.00          0          0          0          0          0         20          0          0          0
1796.71/1797.05	c   linear           :       0.87       0.00          0          1          0          0          0          8          0          7          0
1796.71/1797.05	c   logicor          :       0.51       0.26          0          0          0          0          0         22          0          0          0
1796.71/1797.05	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.71/1797.05	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.05	c   integral         :          0          0          0          0        244          0          1          0          1         12          0          0        470
1796.71/1797.05	c   knapsack         :      15969      15969          5        822          0          1          0         18          0        732         53          0          0
1796.71/1797.05	c   setppc           :      31648      31648          5        822          0          1          0       2361         14      25430          0          0          0
1796.71/1797.05	c   linear           :          1          1          5        808          0          1          0          0          0          0          0          0          0
1796.71/1797.05	c   logicor          :     108156+    108451          5        510          0          1          0        139          9       4089          0          0          0
1796.71/1797.05	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1796.71/1797.05	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.71/1797.05	c   integral         :     892.08       0.00       0.00       0.00     892.08       0.00       0.00       0.00
1796.71/1797.05	c   knapsack         :       0.37       0.00       0.06       0.30       0.00       0.00       0.00       0.00
1796.71/1797.05	c   setppc           :       0.31       0.00       0.01       0.30       0.00       0.00       0.00       0.00
1796.71/1797.05	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.71/1797.05	c   logicor          :       0.45       0.26       0.02       0.16       0.00       0.02       0.00       0.00
1796.71/1797.05	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.71/1797.05	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.71/1797.05	c   rootredcost      :          0          0          0          0
1796.71/1797.05	c   pseudoobj        :          0          0          0          0
1796.71/1797.05	c   vbounds          :          0          0          0          0
1796.71/1797.05	c   redcost          :        249          0          0          0
1796.71/1797.05	c   probing          :          0          0          0          0
1796.71/1797.05	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.71/1797.05	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1796.71/1797.05	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
1796.71/1797.05	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
1796.71/1797.05	c   redcost          :       0.02       0.00       0.00       0.02       0.00
1796.71/1797.05	c   probing          :       0.00       0.00       0.00       0.00       0.00
1796.71/1797.05	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.71/1797.05	c   propagation      :       0.00         23         23        204       22.4          5        8.4          -
1796.71/1797.05	c   infeasible LP    :       0.09         31         31        320       29.9          4        9.0          0
1796.71/1797.05	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.05	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.05	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.71/1797.05	c   applied globally :          -          -          -        307       24.2          -          -          -
1796.71/1797.05	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.71/1797.05	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.71/1797.05	c   cut pool         :       0.00                     4          -          -         43          -    (maximal pool size: 1113)
1796.71/1797.05	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.71/1797.05	c   impliedbounds    :       0.00       0.00          5          0          0          0          0
1796.71/1797.05	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.71/1797.05	c   gomory           :       2.82       0.00          5          0          0        250          0
1796.71/1797.05	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.71/1797.05	c   strongcg         :       5.31       0.00          5          0          0       2500          0
1796.71/1797.05	c   cmir             :       0.00       0.00          0          0          0          0          0
1796.71/1797.05	c   flowcover        :       0.00       0.00          0          0          0          0          0
1796.71/1797.05	c   clique           :       0.25       0.00          5          0          0         39          0
1796.71/1797.05	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.71/1797.05	c   mcf              :       0.20       0.00          1          0          0          0          0
1796.71/1797.05	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.71/1797.05	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.71/1797.05	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.71/1797.05	c   problem variables:       0.00          -          0          0
1796.71/1797.05	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.05	c   relpscost        :     892.08       0.00        244          1         12          0          0        470
1796.71/1797.05	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.05	c   inference        :       0.00       0.00          1          0          0          0          0          2
1796.71/1797.05	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.05	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.05	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.05	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.05	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.05	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.71/1797.05	c   LP solutions     :       0.00          -          -          0
1796.71/1797.05	c   pseudo solutions :       0.00          -          -          0
1796.71/1797.05	c   smallcard        :       0.00       0.00          0          0
1796.71/1797.05	c   trivial          :       0.00       0.00          1          0
1796.71/1797.05	c   shiftandpropagate:       0.00       0.00          0          0
1796.71/1797.05	c   simplerounding   :       0.00       0.00          0          0
1796.71/1797.05	c   zirounding       :       0.00       0.00          0          0
1796.71/1797.05	c   rounding         :       0.00       0.00          0          0
1796.71/1797.05	c   shifting         :       0.00       0.00          0          0
1796.71/1797.05	c   intshifting      :       0.00       0.00          0          0
1796.71/1797.05	c   oneopt           :       0.00       0.00          0          0
1796.71/1797.05	c   twoopt           :       0.00       0.00          0          0
1796.71/1797.05	c   indtwoopt        :       0.00       0.00          0          0
1796.71/1797.05	c   indoneopt        :       0.00       0.00          0          0
1796.71/1797.05	c   fixandinfer      :       0.00       0.00          0          0
1796.71/1797.05	c   feaspump         :       0.00       0.00          0          0
1796.71/1797.05	c   clique           :       0.00       0.00          0          0
1796.71/1797.05	c   indrounding      :       0.00       0.00          0          0
1796.71/1797.05	c   indcoefdiving    :       0.00       0.00          0          0
1796.71/1797.05	c   coefdiving       :       0.00       0.00          0          0
1796.71/1797.05	c   pscostdiving     :       0.00       0.00          0          0
1796.71/1797.05	c   nlpdiving        :       0.00       0.00          0          0
1796.71/1797.05	c   fracdiving       :       0.00       0.00          0          0
1796.71/1797.05	c   veclendiving     :       0.00       0.00          0          0
1796.71/1797.05	c   intdiving        :       0.00       0.00          0          0
1796.71/1797.05	c   actconsdiving    :       0.00       0.00          0          0
1796.71/1797.05	c   objpscostdiving  :       0.00       0.00          0          0
1796.71/1797.05	c   rootsoldiving    :       0.00       0.00          0          0
1796.71/1797.05	c   linesearchdiving :       0.00       0.00          0          0
1796.71/1797.05	c   guideddiving     :       0.00       0.00          0          0
1796.71/1797.05	c   octane           :       0.00       0.00          0          0
1796.71/1797.05	c   rens             :       0.00       0.00          0          0
1796.71/1797.05	c   rins             :       0.00       0.00          0          0
1796.71/1797.05	c   localbranching   :       0.00       0.00          0          0
1796.71/1797.05	c   mutation         :       0.00       0.00          0          0
1796.71/1797.05	c   crossover        :       0.00       0.00          0          0
1796.71/1797.05	c   dins             :       0.00       0.00          0          0
1796.71/1797.05	c   vbounds          :       0.00       0.00          0          0
1796.71/1797.05	c   undercover       :       0.00       0.00          0          0
1796.71/1797.05	c   subnlp           :       0.00       0.00          0          0
1796.71/1797.05	c   trysol           :       0.00       0.00          0          0
1796.71/1797.05	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.71/1797.05	c   primal LP        :       0.09          1          0       0.00       0.00       0.09          1
1796.71/1797.05	c   dual LP          :     887.38        281     369429    1314.69     416.32       0.00          0
1796.71/1797.05	c   lex dual LP      :       0.00          0          0       0.00          -
1796.71/1797.05	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.71/1797.05	c   diving/probing LP:       0.00          0          0       0.00          -
1796.71/1797.05	c   strong branching :     891.81        484     300566     621.00     337.03
1796.71/1797.05	c     (at root node) :          -         24      16439     684.96          -
1796.71/1797.05	c   conflict analysis:       0.00          0          0       0.00          -
1796.71/1797.05	c B&B Tree           :
1796.71/1797.05	c   number of runs   :          1
1796.71/1797.05	c   nodes            :        285
1796.71/1797.05	c   nodes (total)    :        285
1796.71/1797.05	c   nodes left       :        119
1796.71/1797.05	c   max depth        :         41
1796.71/1797.05	c   max depth (total):         41
1796.71/1797.05	c   backtracks       :         50 (17.5%)
1796.71/1797.05	c   delayed cutoffs  :         69
1796.71/1797.05	c   repropagations   :        109 (2647 domain reductions, 8 cutoffs)
1796.71/1797.05	c   avg switch length:       2.93
1796.71/1797.05	c   switching time   :       0.64
1796.71/1797.05	c Solution           :
1796.71/1797.05	c   Solutions found  :          0 (0 improvements)
1796.71/1797.05	c   Primal Bound     :          -
1796.71/1797.05	c   Dual Bound       : +0.00000000000000e+00
1796.71/1797.05	c   Gap              :   infinite
1796.71/1797.05	c   Root Dual Bound  : +0.00000000000000e+00
1796.71/1797.05	c   Root Iterations  :       6489
1797.02/1797.40	c Time complete: 1797.11.

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-3690629-1338024306/watcher-3690629-1338024306 -o /tmp/evaluation-result-3690629-1338024306/solver-3690629-1338024306 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690629-1338024306.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.04 2.01 2.00 2/176 7848
/proc/meminfo: memFree=27325144/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=10096 CPUtime=0 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 1264 0 0 0 0 0 0 0 20 0 1 0 268555090 10338304 1218 33554432000 4194304 10173063 140737214830624 140736845421048 7545739 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7848/statm: 2524 1219 413 1460 0 1055 0

[startup+0.0849889 s]
/proc/loadavg: 2.04 2.01 2.00 2/176 7848
/proc/meminfo: memFree=27325144/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=21508 CPUtime=0.07 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 4103 0 0 0 7 0 0 0 20 0 1 0 268555090 22024192 4058 33554432000 4194304 10173063 140737214830624 140736845421048 7545739 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7848/statm: 5377 4089 413 1460 0 3908 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 21508

[startup+0.100287 s]
/proc/loadavg: 2.04 2.01 2.00 2/176 7848
/proc/meminfo: memFree=27325144/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=22780 CPUtime=0.09 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 4347 0 0 0 9 0 0 0 20 0 1 0 268555090 23326720 4301 33554432000 4194304 10173063 140737214830624 140736845421048 7545739 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7848/statm: 5695 4325 413 1460 0 4226 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22780

[startup+0.300231 s]
/proc/loadavg: 2.04 2.01 2.00 2/176 7848
/proc/meminfo: memFree=27325144/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=47612 CPUtime=0.29 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 10655 0 0 0 28 1 0 0 20 0 1 0 268555090 48754688 10609 33554432000 4194304 10173063 140737214830624 140736845421048 5285017 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7848/statm: 11903 10609 413 1460 0 10434 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47612

[startup+0.700235 s]
/proc/loadavg: 2.04 2.01 2.00 2/176 7848
/proc/meminfo: memFree=27325144/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=185796 CPUtime=0.69 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 44697 0 0 0 62 7 0 0 20 0 1 0 268555090 190255104 44621 33554432000 4194304 10173063 140737214830624 140737214826472 4952857 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7848/statm: 46449 44621 509 1460 0 44980 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 185796

[startup+1.50024 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 7849
/proc/meminfo: memFree=27118172/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=239236 CPUtime=1.49 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 66509 0 0 0 129 20 0 0 20 0 1 0 268555090 244977664 57611 33554432000 4194304 10173063 140737214830624 140737214826440 8963895 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7848/statm: 59809 57616 575 1460 0 58340 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 239236

[startup+3.10023 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 7849
/proc/meminfo: memFree=27070732/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=344020 CPUtime=3.09 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 101448 0 0 0 274 35 0 0 20 0 1 0 268555090 352276480 83444 33554432000 4194304 10173063 140737214830624 140737214828232 5700087 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7848/statm: 86005 83444 670 1460 0 84536 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 344020

[startup+6.30028 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 7849
/proc/meminfo: memFree=26811260/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=542008 CPUtime=6.28 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 127882 0 0 0 586 42 0 0 20 0 1 0 268555090 555016192 131318 33554432000 4194304 10173063 140737214830624 140737214824264 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 135502 131318 795 1460 0 134033 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 542008

[startup+12.7003 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 7849
/proc/meminfo: memFree=26766888/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=575776 CPUtime=12.69 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 129998 0 0 0 1224 45 0 0 20 0 1 0 268555090 589594624 139802 33554432000 4194304 10173063 140737214830624 140737214825864 8963895 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 143944 139802 795 1460 0 142475 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 575776

[startup+25.5003 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 7849
/proc/meminfo: memFree=26733272/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=603192 CPUtime=25.48 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 131238 0 0 0 2501 47 0 0 20 0 1 0 268555090 617668608 148196 33554432000 4194304 10173063 140737214830624 140737214824072 8033088 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 150798 148196 799 1460 0 149329 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 603192

[startup+51.1003 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 7849
/proc/meminfo: memFree=26732900/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=604084 CPUtime=51.08 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 131399 0 0 0 5058 50 0 0 20 0 1 0 268555090 618582016 148357 33554432000 4194304 10173063 140737214830624 140737214824120 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 151021 148357 799 1460 0 149552 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 604084

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7849
/proc/meminfo: memFree=26725580/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=610732 CPUtime=102.28 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 132066 0 0 0 10173 55 0 0 20 0 1 0 268555090 625389568 150046 33554432000 4194304 10173063 140737214830624 140737214824072 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 152683 150046 806 1460 0 151214 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 610732

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7849
/proc/meminfo: memFree=26725828/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=610732 CPUtime=162.26 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 132066 0 0 0 16166 60 0 0 20 0 1 0 268555090 625389568 150046 33554432000 4194304 10173063 140737214830624 140737214824072 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 152683 150046 806 1460 0 151214 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 610732

[startup+222.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 7850
/proc/meminfo: memFree=26733464/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=604432 CPUtime=222.25 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 134001 0 0 0 22158 67 0 0 20 0 1 0 268555090 618938368 148202 33554432000 4194304 10173063 140737214830624 140737214824072 8033088 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 151108 148202 806 1460 0 149639 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 604432

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 7850
/proc/meminfo: memFree=26733024/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=604672 CPUtime=282.24 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 134058 0 0 0 28152 72 0 0 20 0 1 0 268555090 619184128 148259 33554432000 4194304 10173063 140737214830624 140737214823336 8033088 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 151168 148259 806 1460 0 149699 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 604672

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 7853
/proc/meminfo: memFree=26756300/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=590192 CPUtime=342.23 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 135230 0 0 0 34143 80 0 0 20 0 1 0 268555090 604356608 142551 33554432000 4194304 10173063 140737214830624 140737214823800 8012547 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 147548 142551 806 1460 0 146079 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 590192

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7853
/proc/meminfo: memFree=26733968/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=604836 CPUtime=402.22 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 137965 0 0 0 40136 86 0 0 20 0 1 0 268555090 619352064 148191 33554432000 4194304 10173063 140737214830624 140737214823144 8012673 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 151209 148191 806 1460 0 149740 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 604836

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 7854
/proc/meminfo: memFree=26730548/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=619904 CPUtime=462.21 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 138251 0 0 0 46129 92 0 0 20 0 1 0 268555090 634781696 148988 33554432000 4194304 10173063 140737214830624 140737214823880 8033088 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 154976 148988 806 1460 0 153507 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 619904

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7855
/proc/meminfo: memFree=26735272/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=621212 CPUtime=522.2 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 148201 0 0 0 52116 104 0 0 20 0 1 0 268555090 636121088 147853 33554432000 4194304 10173063 140737214830624 140737214823880 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 155303 147853 806 1460 0 153834 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 621212

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7855
/proc/meminfo: memFree=26745700/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=607228 CPUtime=582.2 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 152958 0 0 0 58108 112 0 0 20 0 1 0 268555090 621801472 145227 33554432000 4194304 10173063 140737214830624 140737214823752 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 151807 145227 814 1460 0 150338 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 607228

[startup+642.3 s]

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

/proc/meminfo: memFree=28165636/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=605816 CPUtime=1062.12 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 209919 0 0 0 106018 194 0 0 20 0 1 0 268555090 620355584 149907 33554432000 4194304 10173063 140737214830624 140737214823336 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 151454 149907 814 1460 0 149985 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 605816

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7898
/proc/meminfo: memFree=28177548/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=606132 CPUtime=1122.11 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 212782 0 0 0 112009 202 0 0 20 0 1 0 268555090 620679168 147014 33554432000 4194304 10173063 140737214830624 140737214823608 8033088 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 151533 147014 814 1460 0 150064 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 606132

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7898
/proc/meminfo: memFree=28198644/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=590972 CPUtime=1182.1 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 215320 0 0 0 118000 210 0 0 20 0 1 0 268555090 605155328 141771 33554432000 4194304 10173063 140737214830624 140737214824072 7911886 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 147743 141771 814 1460 0 146274 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 590972

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7898
/proc/meminfo: memFree=28165820/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=606556 CPUtime=1242.09 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 222976 0 0 0 123989 220 0 0 20 0 1 0 268555090 621113344 149939 33554432000 4194304 10173063 140737214830624 140737214824072 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 151639 149939 814 1460 0 150170 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 606556

[startup+1302.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 7898
/proc/meminfo: memFree=28171212/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=607044 CPUtime=1302.09 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 238143 0 0 0 129973 236 0 0 20 0 1 0 268555090 621613056 148501 33554432000 4194304 10173063 140737214830624 140737214823800 8033088 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 151761 148501 814 1460 0 150292 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 607044

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 7898
/proc/meminfo: memFree=28174876/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=606572 CPUtime=1362.07 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 241259 0 0 0 135962 245 0 0 20 0 1 0 268555090 621129728 147660 33554432000 4194304 10173063 140737214830624 140737214824456 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 151643 147660 814 1460 0 150174 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 606572

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 7899
/proc/meminfo: memFree=28176052/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=605884 CPUtime=1422.07 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 242948 0 0 0 141954 253 0 0 20 0 1 0 268555090 620425216 147413 33554432000 4194304 10173063 140737214830624 140737214823336 8012341 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 151471 147413 814 1460 0 150002 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 605884

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7899
/proc/meminfo: memFree=28150240/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=621428 CPUtime=1482.06 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 244463 0 0 0 147946 260 0 0 20 0 1 0 268555090 636342272 153863 33554432000 4194304 10173063 140737214830624 140737214823880 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 155357 153863 814 1460 0 153888 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 621428

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 7902
/proc/meminfo: memFree=28155804/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=614508 CPUtime=1542.04 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 256568 0 0 0 153934 270 0 0 20 0 1 0 268555090 629256192 152414 33554432000 4194304 10173063 140737214830624 140737214823880 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 153627 152414 814 1460 0 152158 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 614508

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 7902
/proc/meminfo: memFree=28148120/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=622060 CPUtime=1602.04 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 257523 0 0 0 159929 275 0 0 20 0 1 0 268555090 636989440 154319 33554432000 4194304 10173063 140737214830624 140737214824264 7594591 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 155515 154319 814 1460 0 154046 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 622060

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7902
/proc/meminfo: memFree=28158100/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=621908 CPUtime=1662.03 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 284131 0 0 0 165910 293 0 0 20 0 1 0 268555090 636833792 151304 33554432000 4194304 10173063 140737214830624 140737214823752 8012711 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 155477 151304 814 1460 0 154008 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 621908

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7903
/proc/meminfo: memFree=28153076/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=623224 CPUtime=1722.02 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 288988 0 0 0 171900 302 0 0 20 0 1 0 268555090 638181376 153110 33554432000 4194304 10173063 140737214830624 140737214823880 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 155806 153110 814 1460 0 154337 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 623224

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7903
/proc/meminfo: memFree=28161148/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=620808 CPUtime=1782.01 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 297285 0 0 0 177889 312 0 0 20 0 1 0 268555090 635707392 150558 33554432000 4194304 10173063 140737214830624 140737214823880 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 155202 150558 814 1460 0 153733 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 620808

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7903
/proc/meminfo: memFree=28161148/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=620808 CPUtime=1785.21 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 297285 0 0 0 178209 312 0 0 20 0 1 0 268555090 635707392 150558 33554432000 4194304 10173063 140737214830624 140737214823880 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 155202 150558 814 1460 0 153733 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 620808

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7903
/proc/meminfo: memFree=28161148/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=620808 CPUtime=1791.62 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 297285 0 0 0 178849 313 0 0 20 0 1 0 268555090 635707392 150558 33554432000 4194304 10173063 140737214830624 140737214823880 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 155202 150558 814 1460 0 153733 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 620808

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7903
/proc/meminfo: memFree=28161148/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=620808 CPUtime=1794.81 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 297285 0 0 0 179168 313 0 0 20 0 1 0 268555090 635707392 150558 33554432000 4194304 10173063 140737214830624 140737214824264 8033088 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 155202 150558 814 1460 0 153733 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 620808

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7903
/proc/meminfo: memFree=28161148/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=620808 CPUtime=1796.41 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 297285 0 0 0 179327 314 0 0 20 0 1 0 268555090 635707392 150558 33554432000 4194304 10173063 140737214830624 140737214823880 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 155202 150558 814 1460 0 153733 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 620808

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7903
/proc/meminfo: memFree=28161148/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=620808 CPUtime=1796.81 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 297296 0 0 0 179367 314 0 0 20 0 1 0 268555090 635707392 150569 33554432000 4194304 10173063 140737214830624 140737214827320 5064714 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 155202 150569 825 1460 0 153733 0
Current children cumulated CPU time (s) 1796.81
Current children cumulated vsize (KiB) 620808

[startup+1797.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7903
/proc/meminfo: memFree=28165612/32873648 swapFree=6596/6596
[pid=7848] ppid=7846 vsize=615624 CPUtime=1797.02 cores=0,2,4,6
/proc/7848/stat : 7848 (scip-2.1.1.4fix) R 7846 7848 6744 0 -1 4202496 297298 0 0 0 179388 314 0 0 20 0 1 0 268555090 630398976 149275 33554432000 4194304 10173063 140737214830624 140737214827320 5480647 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7848/statm: 153906 149275 827 1460 0 152437 0
Current children cumulated CPU time (s) 1797.02
Current children cumulated vsize (KiB) 615624

Child status: 0
Real time (s): 1797.4
CPU time (s): 1797.12
CPU user time (s): 1793.97
CPU system time (s): 3.15352
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 629704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.97
system time used= 3.15352
maximum resident set size= 618236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 297312
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= 2206

runsolver used 2.69859 second user time and 7.2139 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-26 11:25:06
IDJOB=3690629
IDBENCH=89785
IDSOLVER=2270
FILE ID=node148/3690629-1338024306
RUNJOBID= node148-1338016921-6760
PBS_JOBID= 14624327
Free space on /tmp= 71664 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-21.opb
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690629-1338024306/watcher-3690629-1338024306 -o /tmp/evaluation-result-3690629-1338024306/solver-3690629-1338024306 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690629-1338024306.opb -t 1800 -m 15500

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

MD5SUM BENCH= 3f7496125222b93dca78bd7d73f5e00c
RANDOM SEED=979756568

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27325408 kB
Buffers:          270452 kB
Cached:          2929740 kB
SwapCached:            0 kB
Active:          2089212 kB
Inactive:        2670608 kB
Active(anon):    1562012 kB
Inactive(anon):        0 kB
Active(file):     527200 kB
Inactive(file):  2670608 kB
Unevictable:        6596 kB
Mlocked:            6596 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             19896 kB
Writeback:             0 kB
AnonPages:       1568184 kB
Mapped:            17544 kB
Shmem:               200 kB
Slab:             648524 kB
SReclaimable:      92800 kB
SUnreclaim:       555724 kB
KernelStack:        1448 kB
PageTables:         7184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1677576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1343488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71656 MiB
End job on node148 at 2012-05-26 11:55:03