Trace number 3691804

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.43 1797.72

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-99.opb
MD5SUMa0ef64dc4a665e7cf00a752d7a124006
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 benchmark28.0957
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7903
Total number of constraints176726
Number of constraints which are clauses158806
Number of constraints which are cardinality constraints (but not clauses)574
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint1
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: 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-3691804-1338041174.opb>
0.48/0.53	c original problem has 7903 variables (7903 bin, 0 int, 0 impl, 0 cont) and 176726 constraints
0.48/0.53	c problem read in 0.53
0.48/0.54	c No objective function, only one solution is needed.
0.48/0.54	c presolving settings loaded
0.69/0.78	c presolving:
1.19/1.20	c (round 1) 172 del vars, 2892 del conss, 0 add conss, 172 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 86900 impls, 286 clqs
1.19/1.25	c (round 2) 172 del vars, 4812 del conss, 0 add conss, 172 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 86900 impls, 286 clqs
2.09/2.12	c (round 3) 172 del vars, 4857 del conss, 0 add conss, 172 chg bounds, 7 chg sides, 0 chg coeffs, 171928 upgd conss, 86900 impls, 286 clqs
2.28/2.39	c (round 4) 172 del vars, 4879 del conss, 0 add conss, 172 chg bounds, 7 chg sides, 0 chg coeffs, 171928 upgd conss, 86900 impls, 286 clqs
2.88/2.99	c presolving (5 rounds):
2.88/2.99	c  172 deleted vars, 4879 deleted constraints, 0 added constraints, 172 tightened bounds, 0 added holes, 7 changed sides, 0 changed coefficients
2.88/2.99	c  86900 implications, 286 cliques
2.88/2.99	c presolved problem has 7731 variables (7731 bin, 0 int, 0 impl, 0 cont) and 171847 constraints
2.88/2.99	c   17621 constraints of type <knapsack>
2.88/2.99	c   35998 constraints of type <setppc>
2.88/2.99	c       1 constraints of type <linear>
2.88/2.99	c  118227 constraints of type <logicor>
2.88/2.99	c transformed objective value is always integral (scale: 1)
2.88/2.99	c Presolving Time: 2.21
2.88/2.99	c - non default parameters ----------------------------------------------------------------------
2.88/2.99	c # SCIP version 2.1.1.4
2.88/2.99	c 
2.88/2.99	c # maximal time in seconds to run
2.88/2.99	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.88/2.99	c limits/time = 1797
2.88/2.99	c 
2.88/2.99	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.88/2.99	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.88/2.99	c limits/memory = 13950
2.88/2.99	c 
2.88/2.99	c # solving stops, if the given number of solutions were found (-1: no limit)
2.88/2.99	c # [type: int, range: [-1,2147483647], default: -1]
2.88/2.99	c limits/solutions = 1
2.88/2.99	c 
2.88/2.99	c # maximal number of separation rounds per node (-1: unlimited)
2.88/2.99	c # [type: int, range: [-1,2147483647], default: 5]
2.88/2.99	c separating/maxrounds = 1
2.88/2.99	c 
2.88/2.99	c # maximal number of separation rounds in the root node (-1: unlimited)
2.88/2.99	c # [type: int, range: [-1,2147483647], default: -1]
2.88/2.99	c separating/maxroundsroot = 5
2.88/2.99	c 
2.88/2.99	c # default clock type (1: CPU user seconds, 2: wall clock time)
2.88/2.99	c # [type: int, range: [1,2], default: 1]
2.88/2.99	c timing/clocktype = 2
2.88/2.99	c 
2.88/2.99	c # belongs reading time to solving time?
2.88/2.99	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.88/2.99	c timing/reading = TRUE
2.88/2.99	c 
2.88/2.99	c # should disaggregation of knapsack constraints be allowed in preprocessing?
2.88/2.99	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
2.88/2.99	c constraints/knapsack/disaggregation = FALSE
2.88/2.99	c 
2.88/2.99	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
2.88/2.99	c # [type: int, range: [-1,2147483647], default: 10]
2.88/2.99	c heuristics/coefdiving/freq = -1
2.88/2.99	c 
2.88/2.99	c # maximal fraction of diving LP iterations compared to node LP iterations
2.88/2.99	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.88/2.99	c heuristics/coefdiving/maxlpiterquot = 0.075
2.88/2.99	c 
2.88/2.99	c # additional number of allowed LP iterations
2.88/2.99	c # [type: int, range: [0,2147483647], default: 1000]
2.88/2.99	c heuristics/coefdiving/maxlpiterofs = 1500
2.88/2.99	c 
2.88/2.99	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
2.88/2.99	c # [type: int, range: [-1,2147483647], default: 30]
2.88/2.99	c heuristics/crossover/freq = -1
2.88/2.99	c 
2.88/2.99	c # number of nodes added to the contingent of the total nodes
2.88/2.99	c # [type: longint, range: [0,9223372036854775807], default: 500]
2.88/2.99	c heuristics/crossover/nodesofs = 750
2.88/2.99	c 
2.88/2.99	c # number of nodes without incumbent change that heuristic should wait
2.88/2.99	c # [type: longint, range: [0,9223372036854775807], default: 200]
2.88/2.99	c heuristics/crossover/nwaitingnodes = 100
2.88/2.99	c 
2.88/2.99	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
2.88/2.99	c # [type: real, range: [0,1], default: 0.1]
2.88/2.99	c heuristics/crossover/nodesquot = 0.15
2.88/2.99	c 
2.88/2.99	c # minimum percentage of integer variables that have to be fixed 
2.88/2.99	c # [type: real, range: [0,1], default: 0.666]
2.88/2.99	c heuristics/crossover/minfixingrate = 0.5
2.88/2.99	c 
2.88/2.99	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
2.88/2.99	c # [type: int, range: [-1,2147483647], default: 20]
2.88/2.99	c heuristics/feaspump/freq = -1
2.88/2.99	c 
2.88/2.99	c # additional number of allowed LP iterations
2.88/2.99	c # [type: int, range: [0,2147483647], default: 1000]
2.88/2.99	c heuristics/feaspump/maxlpiterofs = 2000
2.88/2.99	c 
2.88/2.99	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
2.88/2.99	c # [type: int, range: [-1,2147483647], default: 10]
2.88/2.99	c heuristics/fracdiving/freq = -1
2.88/2.99	c 
2.88/2.99	c # maximal fraction of diving LP iterations compared to node LP iterations
2.88/2.99	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.88/2.99	c heuristics/fracdiving/maxlpiterquot = 0.075
2.88/2.99	c 
2.88/2.99	c # additional number of allowed LP iterations
2.88/2.99	c # [type: int, range: [0,2147483647], default: 1000]
2.88/2.99	c heuristics/fracdiving/maxlpiterofs = 1500
2.88/2.99	c 
2.88/2.99	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
2.88/2.99	c # [type: int, range: [-1,2147483647], default: 10]
2.88/2.99	c heuristics/guideddiving/freq = -1
2.88/2.99	c 
2.88/2.99	c # maximal fraction of diving LP iterations compared to node LP iterations
2.88/2.99	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.88/2.99	c heuristics/guideddiving/maxlpiterquot = 0.075
2.88/2.99	c 
2.88/2.99	c # additional number of allowed LP iterations
2.88/2.99	c # [type: int, range: [0,2147483647], default: 1000]
2.88/2.99	c heuristics/guideddiving/maxlpiterofs = 1500
2.88/2.99	c 
2.88/2.99	c # maximal fraction of diving LP iterations compared to node LP iterations
2.88/2.99	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.88/2.99	c heuristics/intdiving/maxlpiterquot = 0.075
2.88/2.99	c 
2.88/2.99	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
2.88/2.99	c # [type: int, range: [-1,2147483647], default: 10]
2.88/2.99	c heuristics/intshifting/freq = -1
2.88/2.99	c 
2.88/2.99	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
2.88/2.99	c # [type: int, range: [-1,2147483647], default: 10]
2.88/2.99	c heuristics/linesearchdiving/freq = -1
2.88/2.99	c 
2.88/2.99	c # maximal fraction of diving LP iterations compared to node LP iterations
2.88/2.99	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.88/2.99	c heuristics/linesearchdiving/maxlpiterquot = 0.075
2.88/2.99	c 
2.88/2.99	c # additional number of allowed LP iterations
2.88/2.99	c # [type: int, range: [0,2147483647], default: 1000]
2.88/2.99	c heuristics/linesearchdiving/maxlpiterofs = 1500
2.88/2.99	c 
2.88/2.99	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
2.88/2.99	c # [type: int, range: [-1,2147483647], default: 20]
2.88/2.99	c heuristics/objpscostdiving/freq = -1
2.88/2.99	c 
2.88/2.99	c # maximal fraction of diving LP iterations compared to total iteration number
2.88/2.99	c # [type: real, range: [0,1], default: 0.01]
2.88/2.99	c heuristics/objpscostdiving/maxlpiterquot = 0.015
2.88/2.99	c 
2.88/2.99	c # additional number of allowed LP iterations
2.88/2.99	c # [type: int, range: [0,2147483647], default: 1000]
2.88/2.99	c heuristics/objpscostdiving/maxlpiterofs = 1500
2.88/2.99	c 
2.88/2.99	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
2.88/2.99	c # [type: int, range: [-1,2147483647], default: 1]
2.88/2.99	c heuristics/oneopt/freq = -1
2.88/2.99	c 
2.88/2.99	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
2.88/2.99	c # [type: int, range: [-1,2147483647], default: 10]
2.88/2.99	c heuristics/pscostdiving/freq = -1
2.88/2.99	c 
2.88/2.99	c # maximal fraction of diving LP iterations compared to node LP iterations
2.88/2.99	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.88/2.99	c heuristics/pscostdiving/maxlpiterquot = 0.075
2.88/2.99	c 
2.88/2.99	c # additional number of allowed LP iterations
2.88/2.99	c # [type: int, range: [0,2147483647], default: 1000]
2.88/2.99	c heuristics/pscostdiving/maxlpiterofs = 1500
2.88/2.99	c 
2.88/2.99	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
2.88/2.99	c # [type: int, range: [-1,2147483647], default: 0]
2.88/2.99	c heuristics/rens/freq = -1
2.88/2.99	c 
2.88/2.99	c # minimum percentage of integer variables that have to be fixable 
2.88/2.99	c # [type: real, range: [0,1], default: 0.5]
2.88/2.99	c heuristics/rens/minfixingrate = 0.3
2.88/2.99	c 
2.88/2.99	c # number of nodes added to the contingent of the total nodes
2.88/2.99	c # [type: longint, range: [0,9223372036854775807], default: 500]
2.88/2.99	c heuristics/rens/nodesofs = 2000
2.88/2.99	c 
2.88/2.99	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
2.88/2.99	c # [type: int, range: [-1,2147483647], default: 20]
2.88/2.99	c heuristics/rootsoldiving/freq = -1
2.88/2.99	c 
2.88/2.99	c # maximal fraction of diving LP iterations compared to node LP iterations
2.88/2.99	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
2.88/2.99	c heuristics/rootsoldiving/maxlpiterquot = 0.015
2.88/2.99	c 
2.88/2.99	c # additional number of allowed LP iterations
2.88/2.99	c # [type: int, range: [0,2147483647], default: 1000]
2.88/2.99	c heuristics/rootsoldiving/maxlpiterofs = 1500
2.88/2.99	c 
2.88/2.99	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
2.88/2.99	c # [type: int, range: [-1,2147483647], default: 1]
2.88/2.99	c heuristics/rounding/freq = -1
2.88/2.99	c 
2.88/2.99	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
2.88/2.99	c # [type: int, range: [-1,2147483647], default: 0]
2.88/2.99	c heuristics/shiftandpropagate/freq = -1
2.88/2.99	c 
2.88/2.99	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
2.88/2.99	c # [type: int, range: [-1,2147483647], default: 10]
2.88/2.99	c heuristics/shifting/freq = -1
2.88/2.99	c 
2.88/2.99	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
2.88/2.99	c # [type: int, range: [-1,2147483647], default: 1]
2.88/2.99	c heuristics/simplerounding/freq = -1
2.88/2.99	c 
2.88/2.99	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
2.88/2.99	c # [type: int, range: [-1,2147483647], default: 1]
2.88/2.99	c heuristics/subnlp/freq = -1
2.88/2.99	c 
2.88/2.99	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
2.88/2.99	c # [type: int, range: [-1,2147483647], default: 0]
2.88/2.99	c heuristics/trivial/freq = -1
2.88/2.99	c 
2.88/2.99	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
2.88/2.99	c # [type: int, range: [-1,2147483647], default: 1]
2.88/2.99	c heuristics/trysol/freq = -1
2.88/2.99	c 
2.88/2.99	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
2.88/2.99	c # [type: int, range: [-1,2147483647], default: 0]
2.88/2.99	c heuristics/undercover/freq = -1
2.88/2.99	c 
2.88/2.99	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
2.88/2.99	c # [type: int, range: [-1,2147483647], default: 10]
2.88/2.99	c heuristics/veclendiving/freq = -1
2.88/2.99	c 
2.88/2.99	c # maximal fraction of diving LP iterations compared to node LP iterations
2.88/2.99	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.88/2.99	c heuristics/veclendiving/maxlpiterquot = 0.075
2.88/2.99	c 
2.88/2.99	c # additional number of allowed LP iterations
2.88/2.99	c # [type: int, range: [0,2147483647], default: 1000]
2.88/2.99	c heuristics/veclendiving/maxlpiterofs = 1500
2.88/2.99	c 
2.88/2.99	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
2.88/2.99	c # [type: int, range: [-1,2147483647], default: 1]
2.88/2.99	c heuristics/zirounding/freq = -1
2.88/2.99	c 
2.88/2.99	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
2.88/2.99	c # [type: int, range: [-1,2147483647], default: -1]
2.88/2.99	c propagating/probing/maxprerounds = 0
2.88/2.99	c 
2.88/2.99	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
2.88/2.99	c # [type: int, range: [-1,2147483647], default: 0]
2.88/2.99	c separating/cmir/freq = -1
2.88/2.99	c 
2.88/2.99	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
2.88/2.99	c # [type: int, range: [-1,2147483647], default: 0]
2.88/2.99	c separating/flowcover/freq = -1
2.88/2.99	c 
2.88/2.99	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.88/2.99	c # [type: int, range: [-1,2147483647], default: -1]
2.88/2.99	c separating/rapidlearning/freq = 0
2.88/2.99	c 
2.88/2.99	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
2.88/2.99	c # [type: int, range: [-1,2147483647], default: 1]
2.88/2.99	c heuristics/indoneopt/freq = -1
2.88/2.99	c 
2.88/2.99	c -----------------------------------------------------------------------------------------------
2.88/2.99	c start solving
2.88/2.99	c 
4.18/4.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.18/4.25	c   4.2s|     1 |     0 |   782 |     - | 285M|   0 | 330 |7731 | 171k|7731 | 171k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
6.79/6.85	c   6.8s|     1 |     0 |  2500 |     - | 285M|   0 |1166 |7731 | 171k|7731 | 171k|   5 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
9.89/9.98	c  10.0s|     1 |     0 |  4282 |     - | 286M|   0 |1779 |7731 | 171k|7731 | 171k|  21 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
12.58/12.67	c  12.7s|     1 |     0 |  5302 |     - | 286M|   0 |2320 |7731 | 171k|7731 | 171k|  57 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
15.78/15.85	c  15.8s|     1 |     0 |  5860 |     - | 287M|   0 |2488 |7731 | 171k|7731 | 171k|  83 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
28.28/28.30	c  28.3s|     1 |     0 | 10879 |     - | 288M|   0 |2734 |7731 | 171k|7731 | 171k| 108 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
59.18/59.28	c  59.3s|     1 |     2 | 10879 |     - | 288M|   0 |2734 |7731 | 171k|7731 | 171k| 108 |   0 |  23 | 0.000000e+00 |      --      |    Inf 
1541.74/1542.01	c  1542s|   100 |    65 |173999 |1647.7 | 294M|  38 |   - |7731 | 171k|   0 |   0 | 108 |  71 | 326 | 0.000000e+00 |      --      |    Inf 
1796.90/1797.26	c 
1796.90/1797.26	c SCIP Status        : solving was interrupted [time limit reached]
1796.90/1797.26	c Solving Time (sec) : 1797.26
1796.90/1797.26	c Solving Nodes      : 110
1796.90/1797.26	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.90/1797.26	c Dual Bound         : +0.00000000000000e+00
1796.90/1797.26	c Gap                : infinite
1796.90/1797.26	s UNKNOWN
1796.90/1797.26	c SCIP Status        : solving was interrupted [time limit reached]
1796.90/1797.26	c Total Time         :    1797.26
1796.90/1797.26	c   solving          :    1797.26
1796.90/1797.26	c   presolving       :       2.21 (included in solving)
1796.90/1797.26	c   reading          :       0.53 (included in solving)
1796.90/1797.26	c   copying          :       0.00 (0 times copied the problem)
1796.90/1797.26	c Original Problem   :
1796.90/1797.26	c   Problem name     : HOME/instance-3691804-1338041174.opb
1796.90/1797.26	c   Variables        : 7903 (7903 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.90/1797.26	c   Constraints      : 176726 initial, 176726 maximal
1796.90/1797.26	c   Objective sense  : minimize
1796.90/1797.26	c Presolved Problem  :
1796.90/1797.26	c   Problem name     : t_HOME/instance-3691804-1338041174.opb
1796.90/1797.26	c   Variables        : 7731 (7731 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.90/1797.26	c   Constraints      : 171847 initial, 171933 maximal
1796.90/1797.26	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.90/1797.26	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.90/1797.26	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.90/1797.26	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.90/1797.26	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.90/1797.26	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.90/1797.26	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.90/1797.26	c   gateextraction   :       0.04       0.00          0          0          0          0          0          0          0          0          0
1796.90/1797.26	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.90/1797.26	c   components       :       0.08       0.00          0          0          0          0          0          0          0          0          0
1796.90/1797.26	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.90/1797.26	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.90/1797.26	c   knapsack         :       0.07       0.00          0          0          0          0          0          0          0          0          0
1796.90/1797.26	c   setppc           :       0.06       0.00          0          0          0          0          0         22          0          0          0
1796.90/1797.26	c   linear           :       0.98       0.08        172          0          0        172          0       4819          0          7          0
1796.90/1797.26	c   logicor          :       0.56       0.29          0          0          0          0          0         38          0          0          0
1796.90/1797.26	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.90/1797.26	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.90/1797.26	c   integral         :          0          0          0          0        107          0          1          0          0         76          0          0        178
1796.90/1797.26	c   knapsack         :      17621      17621          5        444          0          0          0          9          0        284        106          0          0
1796.90/1797.26	c   setppc           :      35998      35998          5        444          0          0          0        854          3       7719          0          0          0
1796.90/1797.26	c   linear           :          1          1          5        441          0          0          0          0          0          0          0          0          0
1796.90/1797.26	c   logicor          :     118227+    118313          5        240          0          0          0         67          8       1603          0          0          0
1796.90/1797.26	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1796.90/1797.26	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.90/1797.26	c   integral         :     945.40       0.00       0.00       0.00     945.40       0.00       0.00       0.00
1796.90/1797.26	c   knapsack         :       0.25       0.00       0.06       0.18       0.00       0.00       0.00       0.00
1796.90/1797.26	c   setppc           :       0.19       0.00       0.01       0.18       0.00       0.00       0.00       0.00
1796.90/1797.26	c   linear           :       0.09       0.08       0.00       0.00       0.00       0.00       0.00       0.00
1796.90/1797.26	c   logicor          :       0.42       0.29       0.02       0.12       0.00       0.00       0.00       0.00
1796.90/1797.26	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.90/1797.26	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.90/1797.26	c   rootredcost      :          0          0          0          0
1796.90/1797.26	c   pseudoobj        :          0          0          0          0
1796.90/1797.26	c   vbounds          :          0          0          0          0
1796.90/1797.26	c   redcost          :        112          0          0          0
1796.90/1797.26	c   probing          :          0          0          0          0
1796.90/1797.26	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.90/1797.26	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1796.90/1797.26	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
1796.90/1797.26	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
1796.90/1797.26	c   redcost          :       0.01       0.00       0.00       0.01       0.00
1796.90/1797.26	c   probing          :       0.00       0.00       0.00       0.00       0.00
1796.90/1797.26	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.90/1797.26	c   propagation      :       0.00         11         11         63       23.0          3       17.0          -
1796.90/1797.26	c   infeasible LP    :       0.04         11         11        134       31.1          0        0.0          0
1796.90/1797.26	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.90/1797.26	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.90/1797.26	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.90/1797.26	c   applied globally :          -          -          -         86       24.5          -          -          -
1796.90/1797.26	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.90/1797.26	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.90/1797.26	c   cut pool         :       0.00                     4          -          -         38          -    (maximal pool size: 764)
1796.90/1797.26	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.90/1797.26	c   impliedbounds    :       0.00       0.00          5          0          0          0          0
1796.90/1797.26	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.90/1797.26	c   gomory           :       1.82       0.00          5          0          0        250          0
1796.90/1797.26	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.90/1797.26	c   strongcg         :       4.69       0.00          5          0          0       2500          0
1796.90/1797.26	c   cmir             :       0.00       0.00          0          0          0          0          0
1796.90/1797.26	c   flowcover        :       0.00       0.00          0          0          0          0          0
1796.90/1797.26	c   clique           :       0.26       0.00          5          0          0         35          0
1796.90/1797.26	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.90/1797.26	c   mcf              :       0.12       0.00          1          0          0          0          0
1796.90/1797.26	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.90/1797.26	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.90/1797.26	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.90/1797.26	c   problem variables:       0.00          -          0          0
1796.90/1797.26	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.90/1797.26	c   relpscost        :     945.40       0.00        107          0         76          0          0        178
1796.90/1797.26	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.90/1797.26	c   inference        :       0.00       0.00          0          0          0          0          0          0
1796.90/1797.26	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.90/1797.26	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.90/1797.26	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.90/1797.26	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.90/1797.26	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.90/1797.26	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.90/1797.26	c   LP solutions     :       0.00          -          -          0
1796.90/1797.26	c   pseudo solutions :       0.00          -          -          0
1796.90/1797.26	c   smallcard        :       0.00       0.00          0          0
1796.90/1797.26	c   trivial          :       0.00       0.00          1          0
1796.90/1797.26	c   shiftandpropagate:       0.00       0.00          0          0
1796.90/1797.26	c   simplerounding   :       0.00       0.00          0          0
1796.90/1797.26	c   zirounding       :       0.00       0.00          0          0
1796.90/1797.26	c   rounding         :       0.00       0.00          0          0
1796.90/1797.26	c   shifting         :       0.00       0.00          0          0
1796.90/1797.26	c   intshifting      :       0.00       0.00          0          0
1796.90/1797.26	c   oneopt           :       0.00       0.00          0          0
1796.90/1797.26	c   twoopt           :       0.00       0.00          0          0
1796.90/1797.26	c   indtwoopt        :       0.00       0.00          0          0
1796.90/1797.26	c   indoneopt        :       0.00       0.00          0          0
1796.90/1797.26	c   fixandinfer      :       0.00       0.00          0          0
1796.90/1797.26	c   feaspump         :       0.00       0.00          0          0
1796.90/1797.26	c   clique           :       0.00       0.00          0          0
1796.90/1797.26	c   indrounding      :       0.00       0.00          0          0
1796.90/1797.26	c   indcoefdiving    :       0.00       0.00          0          0
1796.90/1797.26	c   coefdiving       :       0.00       0.00          0          0
1796.90/1797.26	c   pscostdiving     :       0.00       0.00          0          0
1796.90/1797.26	c   nlpdiving        :       0.00       0.00          0          0
1796.90/1797.26	c   fracdiving       :       0.00       0.00          0          0
1796.90/1797.26	c   veclendiving     :       0.00       0.00          0          0
1796.90/1797.26	c   intdiving        :       0.00       0.00          0          0
1796.90/1797.26	c   actconsdiving    :       0.00       0.00          0          0
1796.90/1797.26	c   objpscostdiving  :       0.00       0.00          0          0
1796.90/1797.26	c   rootsoldiving    :       0.00       0.00          0          0
1796.90/1797.26	c   linesearchdiving :       0.00       0.00          0          0
1796.90/1797.26	c   guideddiving     :       0.00       0.00          0          0
1796.90/1797.26	c   octane           :       0.00       0.00          0          0
1796.90/1797.26	c   rens             :       0.00       0.00          0          0
1796.90/1797.26	c   rins             :       0.00       0.00          0          0
1796.90/1797.26	c   localbranching   :       0.00       0.00          0          0
1796.90/1797.26	c   mutation         :       0.00       0.00          0          0
1796.90/1797.26	c   crossover        :       0.00       0.00          0          0
1796.90/1797.26	c   dins             :       0.00       0.00          0          0
1796.90/1797.26	c   vbounds          :       0.00       0.00          0          0
1796.90/1797.26	c   undercover       :       0.00       0.00          0          0
1796.90/1797.26	c   subnlp           :       0.00       0.00          0          0
1796.90/1797.26	c   trysol           :       0.00       0.00          0          0
1796.90/1797.26	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.90/1797.26	c   primal LP        :       0.10          1          0       0.00       0.00       0.10          1
1796.90/1797.26	c   dual LP          :     838.24        123     207127    1683.96     247.10       0.00          0
1796.90/1797.26	c   lex dual LP      :       0.00          0          0       0.00          -
1796.90/1797.26	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.90/1797.26	c   diving/probing LP:       0.00          0          0       0.00          -
1796.90/1797.26	c   strong branching :     945.16        354     221073     624.50     233.90
1796.90/1797.26	c     (at root node) :          -         23       9033     392.74          -
1796.90/1797.26	c   conflict analysis:       0.00          0          0       0.00          -
1796.90/1797.26	c B&B Tree           :
1796.90/1797.26	c   number of runs   :          1
1796.90/1797.26	c   nodes            :        110
1796.90/1797.26	c   nodes (total)    :        110
1796.90/1797.26	c   nodes left       :         34
1796.90/1797.26	c   max depth        :         38
1796.90/1797.26	c   max depth (total):         38
1796.90/1797.26	c   backtracks       :         21 (19.1%)
1796.90/1797.26	c   delayed cutoffs  :         35
1796.90/1797.26	c   repropagations   :        155 (563 domain reductions, 3 cutoffs)
1796.90/1797.26	c   avg switch length:       4.82
1796.90/1797.26	c   switching time   :       0.40
1796.90/1797.26	c Solution           :
1796.90/1797.26	c   Solutions found  :          0 (0 improvements)
1796.90/1797.26	c   Primal Bound     :          -
1796.90/1797.26	c   Dual Bound       : +0.00000000000000e+00
1796.90/1797.26	c   Gap              :   infinite
1796.90/1797.26	c   Root Dual Bound  : +0.00000000000000e+00
1796.90/1797.26	c   Root Iterations  :      10879
1797.40/1797.71	c Time complete: 1797.43.

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-3691804-1338041174/watcher-3691804-1338041174 -o /tmp/evaluation-result-3691804-1338041174/solver-3691804-1338041174 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691804-1338041174.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.00 2.00 2.00 2/176 3125
/proc/meminfo: memFree=27562152/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=12688 CPUtime=0 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 1911 0 0 0 0 0 0 0 20 0 1 0 270244797 12992512 1865 33554432000 4194304 10219143 140733215830048 140735094947128 7589947 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3125/statm: 3172 1867 419 1471 0 1692 0

[startup+0.0767419 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 3125
/proc/meminfo: memFree=27562152/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=25632 CPUtime=0.06 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 5163 0 0 0 6 0 0 0 20 0 1 0 270244797 26247168 5117 33554432000 4194304 10219143 140733215830048 140735094947128 5345852 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3125/statm: 6408 5117 419 1471 0 4928 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 25632

[startup+0.100278 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 3125
/proc/meminfo: memFree=27562152/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=29284 CPUtime=0.08 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 6081 0 0 0 8 0 0 0 20 0 1 0 270244797 29986816 6035 33554432000 4194304 10219143 140733215830048 140735094947128 5347035 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3125/statm: 7321 6035 419 1471 0 5841 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29284

[startup+0.30023 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 3125
/proc/meminfo: memFree=27562152/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=62636 CPUtime=0.28 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 14392 0 0 0 27 1 0 0 20 0 1 0 270244797 64139264 14346 33554432000 4194304 10219143 140733215830048 140733215695224 8930464 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3125/statm: 15659 14347 419 1471 0 14179 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 62636

[startup+0.700234 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 3125
/proc/meminfo: memFree=27562152/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=200988 CPUtime=0.69 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 48712 0 0 0 62 7 0 0 20 0 1 0 270244797 205811712 48666 33554432000 4194304 10219143 140733215830048 140733215695224 7590816 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3125/statm: 50247 48666 482 1471 0 48767 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 200988

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3126
/proc/meminfo: memFree=27326884/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=278332 CPUtime=1.49 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 67980 0 0 0 126 23 0 0 20 0 1 0 270244797 285011968 67339 33554432000 4194304 10219143 140733215830048 140733215827048 9008087 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3125/statm: 69583 67339 575 1471 0 68103 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 278332

[startup+3.10024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3126
/proc/meminfo: memFree=27291696/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=314952 CPUtime=3.09 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 89907 0 0 0 270 39 0 0 20 0 1 0 270244797 322510848 76439 33554432000 4194304 10219143 140733215830048 140733215827656 7589947 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/3125/statm: 78738 76477 661 1471 0 77258 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 314952

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3126
/proc/meminfo: memFree=27013860/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=589316 CPUtime=6.29 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 130203 0 0 0 580 49 0 0 20 0 1 0 270244797 603459584 141287 33554432000 4194304 10219143 140733215830048 140733215822568 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 147329 141287 787 1471 0 145849 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 589316

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3126
/proc/meminfo: memFree=26965856/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=618192 CPUtime=12.69 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 134153 0 0 0 1218 51 0 0 20 0 1 0 270244797 633028608 149325 33554432000 4194304 10219143 140733215830048 140733215822568 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 154548 149325 787 1471 0 153068 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 618192

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3126
/proc/meminfo: memFree=26927312/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=647776 CPUtime=25.48 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 135160 0 0 0 2495 53 0 0 20 0 1 0 270244797 663322624 158990 33554432000 4194304 10219143 140733215830048 140733215823304 8091511 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 161944 158990 787 1471 0 160464 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 647776

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3126
/proc/meminfo: memFree=26926784/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=648192 CPUtime=51.08 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 135300 0 0 0 5052 56 0 0 20 0 1 0 270244797 663748608 159225 33554432000 4194304 10219143 140733215830048 140733215823496 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 162048 159225 790 1471 0 160568 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 648192

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3126
/proc/meminfo: memFree=26924472/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=648192 CPUtime=102.28 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 135309 0 0 0 10168 60 0 0 20 0 1 0 270244797 663748608 159592 33554432000 4194304 10219143 140733215830048 140733215822760 8056848 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 162048 159592 794 1471 0 160568 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 648192

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3127
/proc/meminfo: memFree=26921288/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=648192 CPUtime=162.25 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 135313 0 0 0 16159 66 0 0 20 0 1 0 270244797 663748608 160384 33554432000 4194304 10219143 140733215830048 140733215823496 8091534 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 162048 160384 794 1471 0 160568 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 648192

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 3127
/proc/meminfo: memFree=26904192/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=683024 CPUtime=222.24 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 135887 0 0 0 22154 70 0 0 20 0 1 0 270244797 699416576 164669 33554432000 4194304 10219143 140733215830048 140733215823224 8057244 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 170756 164669 796 1471 0 169276 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 683024

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 3130
/proc/meminfo: memFree=26901944/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=683024 CPUtime=282.24 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 136532 0 0 0 28148 76 0 0 20 0 1 0 270244797 699416576 165312 33554432000 4194304 10219143 140733215830048 140733215823496 7638793 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 170756 165312 796 1471 0 169276 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 683024

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3130
/proc/meminfo: memFree=26892084/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=683024 CPUtime=342.22 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 136532 0 0 0 34141 81 0 0 20 0 1 0 270244797 699416576 165539 33554432000 4194304 10219143 140733215830048 140733215823880 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 170756 165539 796 1471 0 169276 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 683024

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3130
/proc/meminfo: memFree=26892792/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=683024 CPUtime=402.21 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 136532 0 0 0 40135 86 0 0 20 0 1 0 270244797 699416576 165539 33554432000 4194304 10219143 140733215830048 140733215823496 7638799 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 170756 165539 796 1471 0 169276 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 683024

[startup+462.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 3131
/proc/meminfo: memFree=26892792/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=683024 CPUtime=462.21 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 136532 0 0 0 46130 91 0 0 20 0 1 0 270244797 699416576 165539 33554432000 4194304 10219143 140733215830048 140733215823496 8056848 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 170756 165539 796 1471 0 169276 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 683024

[startup+522.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3131
/proc/meminfo: memFree=26882552/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=683024 CPUtime=522.19 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 136581 0 0 0 52123 96 0 0 20 0 1 0 270244797 699416576 168143 33554432000 4194304 10219143 140733215830048 140733215823496 8056777 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 170756 168143 796 1471 0 169276 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 683024

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3131
/proc/meminfo: memFree=26882428/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=683024 CPUtime=582.19 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 136581 0 0 0 58117 102 0 0 20 0 1 0 270244797 699416576 168143 33554432000 4194304 10219143 140733215830048 140733215823880 7639959 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 170756 168143 796 1471 0 169276 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 683024

[startup+642.3 s]

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

/proc/meminfo: memFree=26868772/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=683024 CPUtime=1062.11 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 136582 0 0 0 106069 142 0 0 20 0 1 0 270244797 699416576 168144 33554432000 4194304 10219143 140733215830048 140733215823224 8056881 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 170756 168144 797 1471 0 169276 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 683024

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3174
/proc/meminfo: memFree=28133164/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=683024 CPUtime=1122.11 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 136582 0 0 0 112062 149 0 0 20 0 1 0 270244797 699416576 168144 33554432000 4194304 10219143 140733215830048 140733215823304 8090912 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 170756 168144 797 1471 0 169276 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 683024

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3174
/proc/meminfo: memFree=28133536/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=683024 CPUtime=1182.1 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 136587 0 0 0 118056 154 0 0 20 0 1 0 270244797 699416576 168149 33554432000 4194304 10219143 140733215830048 140733215822568 8083902 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 170756 168149 802 1471 0 169276 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 683024

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3175
/proc/meminfo: memFree=28131728/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=683024 CPUtime=1242.09 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 136587 0 0 0 124051 158 0 0 20 0 1 0 270244797 699416576 168246 33554432000 4194304 10219143 140733215830048 140733215823224 8057244 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 170756 168246 802 1471 0 169276 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 683024

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3175
/proc/meminfo: memFree=28132656/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=683024 CPUtime=1302.08 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 136587 0 0 0 130047 161 0 0 20 0 1 0 270244797 699416576 168246 33554432000 4194304 10219143 140733215830048 140733215822760 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 170756 168246 802 1471 0 169276 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 683024

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3175
/proc/meminfo: memFree=28132780/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=684956 CPUtime=1362.07 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 136588 0 0 0 136040 167 0 0 20 0 1 0 270244797 701394944 168247 33554432000 4194304 10219143 140733215830048 140733215823304 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 171239 168247 802 1471 0 169759 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 684956

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3176
/proc/meminfo: memFree=28159660/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=650460 CPUtime=1422.07 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 137614 0 0 0 142035 172 0 0 20 0 1 0 270244797 666071040 161427 33554432000 4194304 10219143 140733215830048 140733215823304 8056852 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 162615 161427 802 1471 0 161135 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 650460

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 3179
/proc/meminfo: memFree=28160036/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=650460 CPUtime=1482.05 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 137615 0 0 0 148026 179 0 0 20 0 1 0 270244797 666071040 161428 33554432000 4194304 10219143 140733215830048 140733215823880 8931175 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 162615 161428 802 1471 0 161135 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 650460

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3179
/proc/meminfo: memFree=28159756/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=650460 CPUtime=1542.04 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 137615 0 0 0 154020 184 0 0 20 0 1 0 270244797 666071040 161428 33554432000 4194304 10219143 140733215830048 140733215823688 7954715 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 162615 161428 802 1471 0 161135 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 650460

[startup+1602.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 3179
/proc/meminfo: memFree=28158888/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=650760 CPUtime=1602.04 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 137622 0 0 0 160015 189 0 0 20 0 1 0 270244797 666378240 161435 33554432000 4194304 10219143 140733215830048 140733215823304 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 162690 161435 802 1471 0 161210 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 650760

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3179
/proc/meminfo: memFree=28132144/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=686204 CPUtime=1662.03 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 138242 0 0 0 166008 195 0 0 20 0 1 0 270244797 702672896 167676 33554432000 4194304 10219143 140733215830048 140733215823496 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 171551 167676 802 1471 0 170071 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 686204

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3180
/proc/meminfo: memFree=28131152/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=686204 CPUtime=1722.01 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 138274 0 0 0 172003 198 0 0 20 0 1 0 270244797 702672896 167708 33554432000 4194304 10219143 140733215830048 140733215823224 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 171551 167708 802 1471 0 170071 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 686204

[startup+1782.3 s]
/proc/loadavg: 2.17 2.06 2.01 3/177 3180
/proc/meminfo: memFree=28128928/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=686204 CPUtime=1782 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 138274 0 0 0 177998 202 0 0 20 0 1 0 270244797 702672896 167708 33554432000 4194304 10219143 140733215830048 140733215823224 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 171551 167708 802 1471 0 170071 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 686204

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

[startup+1785.5 s]
/proc/loadavg: 2.15 2.06 2.01 3/177 3180
/proc/meminfo: memFree=28128928/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=686204 CPUtime=1785.21 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 138274 0 0 0 178318 203 0 0 20 0 1 0 270244797 702672896 167708 33554432000 4194304 10219143 140733215830048 140733215823496 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 171551 167708 802 1471 0 170071 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 686204

[startup+1791.91 s]
/proc/loadavg: 2.14 2.06 2.01 3/177 3180
/proc/meminfo: memFree=28127936/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=686204 CPUtime=1791.61 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 138274 0 0 0 178958 203 0 0 20 0 1 0 270244797 702672896 167708 33554432000 4194304 10219143 140733215830048 140733215823496 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 171551 167708 802 1471 0 170071 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 686204

[startup+1795.1 s]
/proc/loadavg: 2.13 2.06 2.01 3/177 3180
/proc/meminfo: memFree=28128308/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=686204 CPUtime=1794.81 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 138274 0 0 0 179278 203 0 0 20 0 1 0 270244797 702672896 167708 33554432000 4194304 10219143 140733215830048 140733215823176 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 171551 167708 802 1471 0 170071 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 686204

[startup+1796.7 s]
/proc/loadavg: 2.13 2.06 2.01 3/177 3180
/proc/meminfo: memFree=28128060/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=686204 CPUtime=1796.4 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 138274 0 0 0 179437 203 0 0 20 0 1 0 270244797 702672896 167708 33554432000 4194304 10219143 140733215830048 140733215823496 8931220 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 171551 167708 802 1471 0 170071 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 686204

[startup+1797.5 s]
/proc/loadavg: 2.13 2.06 2.01 3/177 3180
/proc/meminfo: memFree=28128060/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=685368 CPUtime=1797.2 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 138289 0 0 0 179517 203 0 0 20 0 1 0 270244797 701816832 167514 33554432000 4194304 10219143 140733215830048 140733215823176 4965060 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 171342 167514 812 1471 0 169862 0
Current children cumulated CPU time (s) 1797.2
Current children cumulated vsize (KiB) 685368

[startup+1797.7 s]
/proc/loadavg: 2.13 2.06 2.01 3/177 3180
/proc/meminfo: memFree=28128060/32873648 swapFree=7108/7108
[pid=3125] ppid=3123 vsize=523540 CPUtime=1797.4 cores=0,2,4,6
/proc/3125/stat : 3125 (scip-2.1.1.4exp) R 3123 3125 32297 0 -1 4202496 138289 0 0 0 179536 204 0 0 20 0 1 0 270244797 536104960 129927 33554432000 4194304 10219143 140733215830048 140733215823176 9036791 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3125/statm: 130885 129927 812 1471 0 129405 0
Current children cumulated CPU time (s) 1797.4
Current children cumulated vsize (KiB) 523540

Child status: 0
Real time (s): 1797.72
CPU time (s): 1797.43
CPU user time (s): 1795.38
CPU system time (s): 2.05269
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 702948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.38
system time used= 2.05269
maximum resident set size= 692556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138302
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= 18
involuntary context switches= 2042

runsolver used 3.3085 second user time and 8.61669 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-26 16:06:14
IDJOB=3691804
IDBENCH=89738
IDSOLVER=2271
FILE ID=node114/3691804-1338041174
RUNJOBID= node114-1338029693-722
PBS_JOBID= 14624357
Free space on /tmp= 71416 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-99.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-3691804-1338041174/watcher-3691804-1338041174 -o /tmp/evaluation-result-3691804-1338041174/solver-3691804-1338041174 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691804-1338041174.opb -t 1800 -m 15500

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

MD5SUM BENCH= a0ef64dc4a665e7cf00a752d7a124006
RANDOM SEED=289931091

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27562416 kB
Buffers:          249072 kB
Cached:          2955748 kB
SwapCached:            0 kB
Active:          2263392 kB
Inactive:        2273844 kB
Active(anon):    1335016 kB
Inactive(anon):        0 kB
Active(file):     928376 kB
Inactive(file):  2273844 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             20752 kB
Writeback:             0 kB
AnonPages:       1339332 kB
Mapped:            16736 kB
Shmem:               200 kB
Slab:             634332 kB
SReclaimable:      78644 kB
SUnreclaim:       555688 kB
KernelStack:        1456 kB
PageTables:         6760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1454668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1107968 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= 71408 MiB
End job on node114 at 2012-05-26 16:36:12