Trace number 3450275

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.0.1.4b with SoPlex 1.5.0.4? (TO) 1800.38 1800.32

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_5_80.opb
MD5SUMd5640996c15a8815d620b5d6c220fea1
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)75000
Sum of products size (including duplicates)150000
Number of different products37500
Sum of products size75000

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 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-3450275-1307112079.opb>
0.19/0.23	c original problem has 38500 variables (38500 bin, 0 int, 0 impl, 0 cont) and 40002 constraints
0.19/0.23	c problem read
0.19/0.23	c No objective function, only one solution is needed.
0.19/0.23	c presolving settings loaded
0.39/0.44	c presolving:
0.88/0.97	c (round 1) 0 del vars, 38500 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 501 upgd conss, 300136 impls, 999 clqs
0.99/1.10	c (round 2) 37500 del vars, 38500 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1501 upgd conss, 300136 impls, 0 clqs
1.18/1.27	c presolving (3 rounds):
1.18/1.27	c  37500 deleted vars, 38500 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.18/1.27	c  300136 implications, 0 cliques
1.18/1.27	c presolved problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 1502 constraints
1.18/1.27	c    1001 constraints of type <knapsack>
1.18/1.27	c     500 constraints of type <setppc>
1.18/1.27	c       1 constraints of type <linear>
1.18/1.27	c transformed objective value is always integral (scale: 1)
1.18/1.27	c Presolving Time: 0.90
1.18/1.27	c - non default parameters ----------------------------------------------------------------------
1.18/1.27	c # SCIP version 2.0.1.5
1.18/1.27	c 
1.18/1.27	c # frequency for displaying node information lines
1.18/1.27	c # [type: int, range: [-1,2147483647], default: 100]
1.18/1.27	c display/freq = 10000
1.18/1.27	c 
1.18/1.27	c # maximal time in seconds to run
1.18/1.27	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.18/1.27	c limits/time = 1800
1.18/1.27	c 
1.18/1.27	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.18/1.27	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.18/1.27	c limits/memory = 13950
1.18/1.27	c 
1.18/1.27	c # solving stops, if the given number of solutions were found (-1: no limit)
1.18/1.27	c # [type: int, range: [-1,2147483647], default: -1]
1.18/1.27	c limits/solutions = 1
1.18/1.27	c 
1.18/1.27	c # maximal number of separation rounds per node (-1: unlimited)
1.18/1.27	c # [type: int, range: [-1,2147483647], default: 5]
1.18/1.27	c separating/maxrounds = 1
1.18/1.27	c 
1.18/1.27	c # maximal number of separation rounds in the root node (-1: unlimited)
1.18/1.27	c # [type: int, range: [-1,2147483647], default: -1]
1.18/1.27	c separating/maxroundsroot = 5
1.18/1.27	c 
1.18/1.27	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.18/1.27	c # [type: int, range: [1,2], default: 1]
1.18/1.27	c timing/clocktype = 2
1.18/1.27	c 
1.18/1.27	c # belongs reading time to solving time?
1.18/1.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.18/1.27	c timing/reading = TRUE
1.18/1.27	c 
1.18/1.27	c # should presolving try to simplify inequalities
1.18/1.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.18/1.27	c constraints/linear/simplifyinequalities = TRUE
1.18/1.27	c 
1.18/1.27	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.18/1.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.18/1.27	c constraints/indicator/addCouplingCons = TRUE
1.18/1.27	c 
1.18/1.27	c # should disaggregation of knapsack constraints be allowed in preprocessing?
1.18/1.27	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
1.18/1.27	c constraints/knapsack/disaggregation = FALSE
1.18/1.27	c 
1.18/1.27	c # should presolving try to simplify knapsacks
1.18/1.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.18/1.27	c constraints/knapsack/simplifyinequalities = TRUE
1.18/1.27	c 
1.18/1.27	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
1.18/1.27	c # [type: int, range: [-1,2147483647], default: -1]
1.18/1.27	c presolving/probing/maxrounds = 0
1.18/1.27	c 
1.18/1.27	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
1.18/1.27	c # [type: int, range: [-1,2147483647], default: 10]
1.18/1.27	c heuristics/coefdiving/freq = -1
1.18/1.27	c 
1.18/1.27	c # maximal fraction of diving LP iterations compared to node LP iterations
1.18/1.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.18/1.27	c heuristics/coefdiving/maxlpiterquot = 0.075
1.18/1.27	c 
1.18/1.27	c # additional number of allowed LP iterations
1.18/1.27	c # [type: int, range: [0,2147483647], default: 1000]
1.18/1.27	c heuristics/coefdiving/maxlpiterofs = 1500
1.18/1.27	c 
1.18/1.27	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
1.18/1.27	c # [type: int, range: [-1,2147483647], default: 30]
1.18/1.27	c heuristics/crossover/freq = -1
1.18/1.27	c 
1.18/1.27	c # number of nodes added to the contingent of the total nodes
1.18/1.27	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.18/1.27	c heuristics/crossover/nodesofs = 750
1.18/1.27	c 
1.18/1.27	c # number of nodes without incumbent change that heuristic should wait
1.18/1.27	c # [type: longint, range: [0,9223372036854775807], default: 200]
1.18/1.27	c heuristics/crossover/nwaitingnodes = 100
1.18/1.27	c 
1.18/1.27	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
1.18/1.27	c # [type: real, range: [0,1], default: 0.1]
1.18/1.27	c heuristics/crossover/nodesquot = 0.15
1.18/1.27	c 
1.18/1.27	c # minimum percentage of integer variables that have to be fixed 
1.18/1.27	c # [type: real, range: [0,1], default: 0.666]
1.18/1.27	c heuristics/crossover/minfixingrate = 0.5
1.18/1.27	c 
1.18/1.27	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
1.18/1.27	c # [type: int, range: [-1,2147483647], default: 20]
1.18/1.27	c heuristics/feaspump/freq = -1
1.18/1.27	c 
1.18/1.27	c # additional number of allowed LP iterations
1.18/1.27	c # [type: int, range: [0,2147483647], default: 1000]
1.18/1.27	c heuristics/feaspump/maxlpiterofs = 2000
1.18/1.27	c 
1.18/1.27	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
1.18/1.27	c # [type: int, range: [-1,2147483647], default: 10]
1.18/1.27	c heuristics/fracdiving/freq = -1
1.18/1.27	c 
1.18/1.27	c # maximal fraction of diving LP iterations compared to node LP iterations
1.18/1.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.18/1.27	c heuristics/fracdiving/maxlpiterquot = 0.075
1.18/1.27	c 
1.18/1.27	c # additional number of allowed LP iterations
1.18/1.27	c # [type: int, range: [0,2147483647], default: 1000]
1.18/1.27	c heuristics/fracdiving/maxlpiterofs = 1500
1.18/1.27	c 
1.18/1.27	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
1.18/1.27	c # [type: int, range: [-1,2147483647], default: 10]
1.18/1.27	c heuristics/guideddiving/freq = -1
1.18/1.27	c 
1.18/1.27	c # maximal fraction of diving LP iterations compared to node LP iterations
1.18/1.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.18/1.27	c heuristics/guideddiving/maxlpiterquot = 0.075
1.18/1.27	c 
1.18/1.27	c # additional number of allowed LP iterations
1.18/1.27	c # [type: int, range: [0,2147483647], default: 1000]
1.18/1.27	c heuristics/guideddiving/maxlpiterofs = 1500
1.18/1.27	c 
1.18/1.27	c # maximal fraction of diving LP iterations compared to node LP iterations
1.18/1.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.18/1.27	c heuristics/intdiving/maxlpiterquot = 0.075
1.18/1.27	c 
1.18/1.27	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
1.18/1.27	c # [type: int, range: [-1,2147483647], default: 10]
1.18/1.27	c heuristics/intshifting/freq = -1
1.18/1.27	c 
1.18/1.27	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
1.18/1.27	c # [type: int, range: [-1,2147483647], default: 10]
1.18/1.27	c heuristics/linesearchdiving/freq = -1
1.18/1.27	c 
1.18/1.27	c # maximal fraction of diving LP iterations compared to node LP iterations
1.18/1.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.18/1.27	c heuristics/linesearchdiving/maxlpiterquot = 0.075
1.18/1.27	c 
1.18/1.27	c # additional number of allowed LP iterations
1.18/1.27	c # [type: int, range: [0,2147483647], default: 1000]
1.18/1.27	c heuristics/linesearchdiving/maxlpiterofs = 1500
1.18/1.27	c 
1.18/1.27	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
1.18/1.27	c # [type: int, range: [-1,2147483647], default: 20]
1.18/1.27	c heuristics/objpscostdiving/freq = -1
1.18/1.27	c 
1.18/1.27	c # maximal fraction of diving LP iterations compared to total iteration number
1.18/1.27	c # [type: real, range: [0,1], default: 0.01]
1.18/1.27	c heuristics/objpscostdiving/maxlpiterquot = 0.015
1.18/1.27	c 
1.18/1.27	c # additional number of allowed LP iterations
1.18/1.27	c # [type: int, range: [0,2147483647], default: 1000]
1.18/1.27	c heuristics/objpscostdiving/maxlpiterofs = 1500
1.18/1.27	c 
1.18/1.27	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
1.18/1.27	c # [type: int, range: [-1,2147483647], default: 1]
1.18/1.27	c heuristics/oneopt/freq = -1
1.18/1.27	c 
1.18/1.27	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
1.18/1.27	c # [type: int, range: [-1,2147483647], default: 10]
1.18/1.27	c heuristics/pscostdiving/freq = -1
1.18/1.27	c 
1.18/1.27	c # maximal fraction of diving LP iterations compared to node LP iterations
1.18/1.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.18/1.27	c heuristics/pscostdiving/maxlpiterquot = 0.075
1.18/1.27	c 
1.18/1.27	c # additional number of allowed LP iterations
1.18/1.27	c # [type: int, range: [0,2147483647], default: 1000]
1.18/1.27	c heuristics/pscostdiving/maxlpiterofs = 1500
1.18/1.27	c 
1.18/1.27	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
1.18/1.27	c # [type: int, range: [-1,2147483647], default: 0]
1.18/1.27	c heuristics/rens/freq = -1
1.18/1.27	c 
1.18/1.27	c # minimum percentage of integer variables that have to be fixable 
1.18/1.27	c # [type: real, range: [0,1], default: 0.5]
1.18/1.27	c heuristics/rens/minfixingrate = 0.3
1.18/1.27	c 
1.18/1.27	c # number of nodes added to the contingent of the total nodes
1.18/1.27	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.18/1.27	c heuristics/rens/nodesofs = 2000
1.18/1.27	c 
1.18/1.27	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
1.18/1.27	c # [type: int, range: [-1,2147483647], default: 20]
1.18/1.27	c heuristics/rootsoldiving/freq = -1
1.18/1.27	c 
1.18/1.27	c # maximal fraction of diving LP iterations compared to node LP iterations
1.18/1.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
1.18/1.27	c heuristics/rootsoldiving/maxlpiterquot = 0.015
1.18/1.27	c 
1.18/1.27	c # additional number of allowed LP iterations
1.18/1.27	c # [type: int, range: [0,2147483647], default: 1000]
1.18/1.27	c heuristics/rootsoldiving/maxlpiterofs = 1500
1.18/1.27	c 
1.18/1.27	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
1.18/1.27	c # [type: int, range: [-1,2147483647], default: 1]
1.18/1.27	c heuristics/rounding/freq = -1
1.18/1.27	c 
1.18/1.27	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
1.18/1.27	c # [type: int, range: [-1,2147483647], default: 0]
1.18/1.27	c heuristics/shiftandpropagate/freq = -1
1.18/1.27	c 
1.18/1.27	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
1.18/1.27	c # [type: int, range: [-1,2147483647], default: 10]
1.18/1.27	c heuristics/shifting/freq = -1
1.18/1.27	c 
1.18/1.27	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
1.18/1.27	c # [type: int, range: [-1,2147483647], default: 1]
1.18/1.27	c heuristics/simplerounding/freq = -1
1.18/1.27	c 
1.18/1.27	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
1.18/1.27	c # [type: int, range: [-1,2147483647], default: 1]
1.18/1.27	c heuristics/subnlp/freq = -1
1.18/1.27	c 
1.18/1.27	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
1.18/1.27	c # [type: int, range: [-1,2147483647], default: 0]
1.18/1.27	c heuristics/trivial/freq = -1
1.18/1.27	c 
1.18/1.27	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
1.18/1.27	c # [type: int, range: [-1,2147483647], default: 1]
1.18/1.27	c heuristics/trysol/freq = -1
1.18/1.27	c 
1.18/1.27	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
1.18/1.27	c # [type: int, range: [-1,2147483647], default: 0]
1.18/1.27	c heuristics/undercover/freq = -1
1.18/1.27	c 
1.18/1.27	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
1.18/1.27	c # [type: int, range: [-1,2147483647], default: 10]
1.18/1.27	c heuristics/veclendiving/freq = -1
1.18/1.27	c 
1.18/1.27	c # maximal fraction of diving LP iterations compared to node LP iterations
1.18/1.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.18/1.27	c heuristics/veclendiving/maxlpiterquot = 0.075
1.18/1.27	c 
1.18/1.27	c # additional number of allowed LP iterations
1.18/1.27	c # [type: int, range: [0,2147483647], default: 1000]
1.18/1.27	c heuristics/veclendiving/maxlpiterofs = 1500
1.18/1.27	c 
1.18/1.27	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
1.18/1.27	c # [type: int, range: [-1,2147483647], default: 1]
1.18/1.27	c heuristics/zirounding/freq = -1
1.18/1.27	c 
1.18/1.27	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
1.18/1.27	c # [type: int, range: [-1,2147483647], default: 0]
1.18/1.27	c separating/cmir/freq = -1
1.18/1.27	c 
1.18/1.27	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
1.18/1.27	c # [type: int, range: [-1,2147483647], default: 0]
1.18/1.27	c separating/flowcover/freq = -1
1.18/1.27	c 
1.18/1.27	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.18/1.27	c # [type: int, range: [-1,2147483647], default: -1]
1.18/1.27	c separating/rapidlearning/freq = 0
1.18/1.27	c 
1.18/1.27	c -----------------------------------------------------------------------------------------------
1.18/1.27	c start solving
1.18/1.27	c 
1.29/1.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.29/1.38	c   1.4s|     1 |     0 |   366 |     - |  96M|   0 | 204 |1000 |1502 |1000 |1502 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.09/3.17	c   3.2s|     1 |     0 |  1539 |     - |  96M|   0 | 635 |1000 |1502 |1000 |1589 |  87 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
5.29/5.39	c   5.4s|     1 |     0 |  1958 |     - |  96M|   0 | 800 |1000 |1502 |1000 |1673 | 171 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
32.28/32.35	c  32.3s|     1 |     2 |  1958 |     - |  96M|   0 | 800 |1000 |1502 |1000 |1673 | 171 |   0 |  10 | 0.000000e+00 |      --      |    Inf 
1706.17/1706.12	c  1706s| 10000 |   744 |  2733k| 273.2 | 100M|  91 | 188 |1000 |3653 |1000 |1673 | 171 |5202 |3080 | 0.000000e+00 |      --      |    Inf 
1800.25/1800.22	c 
1800.25/1800.22	c SCIP Status        : solving was interrupted [user interrupt]
1800.25/1800.22	c Solving Time (sec) : 1800.22
1800.25/1800.22	c Solving Nodes      : 10707
1800.25/1800.22	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.25/1800.22	c Dual Bound         : +0.00000000000000e+00
1800.25/1800.22	c Gap                : infinite
1800.25/1800.22	s UNKNOWN
1800.25/1800.22	c SCIP Status        : solving was interrupted [user interrupt]
1800.25/1800.22	c Total Time         :    1800.22
1800.25/1800.22	c   solving          :    1800.22
1800.25/1800.22	c   presolving       :       0.90 (included in solving)
1800.25/1800.22	c   reading          :       0.23 (included in solving)
1800.25/1800.22	c Original Problem   :
1800.25/1800.22	c   Problem name     : HOME/instance-3450275-1307112079.opb
1800.25/1800.22	c   Variables        : 38500 (38500 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.25/1800.22	c   Constraints      : 40002 initial, 40002 maximal
1800.25/1800.22	c Presolved Problem  :
1800.25/1800.22	c   Problem name     : t_HOME/instance-3450275-1307112079.opb
1800.25/1800.22	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.25/1800.22	c   Constraints      : 1502 initial, 4193 maximal
1800.25/1800.22	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.25/1800.22	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.25/1800.22	c   dualfix          :       0.08      37500          0          0          0          0          0          0          0          0
1800.25/1800.22	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.25/1800.22	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.25/1800.22	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.25/1800.22	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.25/1800.22	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1800.25/1800.22	c   knapsack         :       0.17          0          0          0          0          0          0          0          0          0
1800.25/1800.22	c   setppc           :       0.03          0          0          0          0          0          0          0          0          0
1800.25/1800.22	c   linear           :       0.08          0          0          0          0          0          0          0          0          0
1800.25/1800.22	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.25/1800.22	c   pseudoboolean    :       0.12          0          0          0          0          0      38500          0          0          0
1800.25/1800.22	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.25/1800.22	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.25/1800.22	c   integral         :          0          0          0       6310          0          1          0         65       2325          0          0      11504
1800.25/1800.22	c   knapsack         :       1001          3      33988          0          1          0     429489          1     118245        400          0          0
1800.25/1800.22	c   setppc           :        500          3      33987          0          1          0      28132          0       3357          0          0          0
1800.25/1800.22	c   linear           :          1          3      33987          0          1          0          0          0          0          0          0          0
1800.25/1800.22	c   logicor          :          0+         0      10333          0          0          0      18180          5       5344          0          0          0
1800.25/1800.22	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.25/1800.22	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.25/1800.22	c   integral         :     843.29       0.00       0.00     843.29       0.00       0.00       0.00
1800.25/1800.22	c   knapsack         :       2.60       0.12       2.24       0.00       0.00       0.00       0.24
1800.25/1800.22	c   setppc           :       0.10       0.00       0.09       0.00       0.00       0.00       0.01
1800.25/1800.22	c   linear           :       0.03       0.00       0.03       0.00       0.00       0.00       0.00
1800.25/1800.22	c   logicor          :       0.38       0.00       0.33       0.00       0.00       0.00       0.05
1800.25/1800.22	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.25/1800.22	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.25/1800.22	c   vbounds          :          0          0          0          0
1800.25/1800.22	c   rootredcost      :          0          0          0          0
1800.25/1800.22	c   pseudoobj        :          0          0          0          0
1800.25/1800.22	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.25/1800.22	c   vbounds          :       0.01       0.01       0.00
1800.25/1800.22	c   rootredcost      :       0.01       0.01       0.00
1800.25/1800.22	c   pseudoobj        :       0.00       0.00       0.00
1800.25/1800.22	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.25/1800.22	c   propagation      :       0.00          6          3         14       65.4          0        0.0          -
1800.25/1800.22	c   infeasible LP    :       2.58       4886       4345      53964       99.7          1       65.0          0
1800.25/1800.22	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.25/1800.22	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.25/1800.22	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.25/1800.22	c   applied globally :          -          -          -       5576       43.8          -          -          -
1800.25/1800.22	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.25/1800.22	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.25/1800.22	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.25/1800.22	c   redcost          :       0.09       5897          0          0          0          0
1800.25/1800.22	c   impliedbounds    :       0.00          3          0          0          0          0
1800.25/1800.22	c   intobj           :       0.00          0          0          0          0          0
1800.25/1800.22	c   gomory           :       0.89          3          0          0          0          0
1800.25/1800.22	c   cgmip            :       0.00          0          0          0          0          0
1800.25/1800.22	c   closecuts        :       0.00          0          0          0          0          0
1800.25/1800.22	c   strongcg         :       0.89          3          0          0          0          0
1800.25/1800.22	c   cmir             :       0.00          0          0          0          0          0
1800.25/1800.22	c   flowcover        :       0.00          0          0          0          0          0
1800.25/1800.22	c   clique           :       0.00          1          0          0          0          0
1800.25/1800.22	c   zerohalf         :       0.00          0          0          0          0          0
1800.25/1800.22	c   mcf              :       0.00          1          0          0          0          0
1800.25/1800.22	c   oddcycle         :       0.00          0          0          0          0          0
1800.25/1800.22	c   rapidlearning    :       0.27          1          0          0          0          0
1800.25/1800.22	c Pricers            :       Time      Calls       Vars
1800.25/1800.22	c   problem variables:       0.00          0          0
1800.25/1800.22	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.25/1800.22	c   relpscost        :     843.28       6310         65       2325          0          0      11504
1800.25/1800.22	c   pscost           :       0.00          0          0          0          0          0          0
1800.25/1800.22	c   inference        :       0.00          1          0          0          0          0          2
1800.25/1800.22	c   mostinf          :       0.00          0          0          0          0          0          0
1800.25/1800.22	c   leastinf         :       0.00          0          0          0          0          0          0
1800.25/1800.22	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.25/1800.22	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.25/1800.22	c   random           :       0.00          0          0          0          0          0          0
1800.25/1800.22	c Primal Heuristics  :       Time      Calls      Found
1800.25/1800.22	c   LP solutions     :       0.00          -          0
1800.25/1800.22	c   pseudo solutions :       0.00          -          0
1800.25/1800.22	c   trivial          :       0.02          1          0
1800.25/1800.22	c   shiftandpropagate:       0.00          0          0
1800.25/1800.22	c   simplerounding   :       0.00          0          0
1800.25/1800.22	c   zirounding       :       0.00          0          0
1800.25/1800.22	c   rounding         :       0.00          0          0
1800.25/1800.22	c   shifting         :       0.00          0          0
1800.25/1800.22	c   intshifting      :       0.00          0          0
1800.25/1800.22	c   oneopt           :       0.00          0          0
1800.25/1800.22	c   twoopt           :       0.00          0          0
1800.25/1800.22	c   fixandinfer      :       0.00          0          0
1800.25/1800.22	c   feaspump         :       0.00          0          0
1800.25/1800.22	c   clique           :       0.00          0          0
1800.25/1800.22	c   coefdiving       :       0.00          0          0
1800.25/1800.22	c   pscostdiving     :       0.00          0          0
1800.25/1800.22	c   fracdiving       :       0.00          0          0
1800.25/1800.22	c   veclendiving     :       0.00          0          0
1800.25/1800.22	c   intdiving        :       0.00          0          0
1800.25/1800.22	c   actconsdiving    :       0.00          0          0
1800.25/1800.22	c   objpscostdiving  :       0.00          0          0
1800.25/1800.22	c   rootsoldiving    :       0.00          0          0
1800.25/1800.22	c   linesearchdiving :       0.00          0          0
1800.25/1800.22	c   guideddiving     :       0.00          0          0
1800.25/1800.22	c   octane           :       0.00          0          0
1800.25/1800.22	c   rens             :       0.00          0          0
1800.25/1800.22	c   rins             :       0.00          0          0
1800.25/1800.22	c   localbranching   :       0.00          0          0
1800.25/1800.22	c   mutation         :       0.00          0          0
1800.25/1800.22	c   crossover        :       0.00          0          0
1800.25/1800.22	c   dins             :       0.00          0          0
1800.25/1800.22	c   vbounds          :       0.00          0          0
1800.25/1800.22	c   undercover       :       0.00          0          0
1800.25/1800.22	c   subnlp           :       0.00          0          0
1800.25/1800.22	c   trysol           :       0.00          0          0
1800.25/1800.22	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.25/1800.22	c   primal LP        :       0.00          0          0       0.00          -
1800.25/1800.22	c   dual LP          :     943.22      11198    2930685     261.72    3107.11
1800.25/1800.22	c   lex dual LP      :       0.00          0          0       0.00          -
1800.25/1800.22	c   barrier LP       :       0.00          0          0       0.00          -
1800.25/1800.22	c   diving/probing LP:       0.00          0          0       0.00          -
1800.25/1800.22	c   strong branching :     842.87       3311    1572567     474.95    1865.73
1800.25/1800.22	c     (at root node) :          -         10       5663     566.30          -
1800.25/1800.22	c   conflict analysis:       0.00          0          0       0.00          -
1800.25/1800.22	c B&B Tree           :
1800.25/1800.22	c   number of runs   :          1
1800.25/1800.22	c   nodes            :      10707
1800.25/1800.22	c   nodes (total)    :      10707
1800.25/1800.22	c   nodes left       :        787
1800.25/1800.22	c   max depth        :         91
1800.25/1800.22	c   max depth (total):         91
1800.25/1800.22	c   backtracks       :       1071 (10.0%)
1800.25/1800.22	c   delayed cutoffs  :         13
1800.25/1800.22	c   repropagations   :      13259 (5792 domain reductions, 3 cutoffs)
1800.25/1800.22	c   avg switch length:       6.19
1800.25/1800.22	c   switching time   :       2.44
1800.25/1800.22	c Solution           :
1800.25/1800.22	c   Solutions found  :          0 (0 improvements)
1800.25/1800.22	c   Primal Bound     :          -
1800.25/1800.22	c   Dual Bound       : +0.00000000000000e+00
1800.25/1800.22	c   Gap              :   infinite
1800.25/1800.22	c   Root Dual Bound  : +0.00000000000000e+00
1800.25/1800.22	c   Root Iterations  :       1958
1800.35/1800.32	c Time complete: 1800.37.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3450275-1307112079/watcher-3450275-1307112079 -o /tmp/evaluation-result-3450275-1307112079/solver-3450275-1307112079 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450275-1307112079.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.06 2.04 1.90 3/554 5002
/proc/meminfo: memFree=24919680/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=12120 CPUtime=0 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 2087 0 0 0 0 0 0 0 25 0 1 0 822804932 12410880 2040 33554432000 4194304 9163163 140735533855424 18446744073709551615 8041965 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/5002/statm: 3030 2052 378 1214 0 1812 0

[startup+0.024643 s]
/proc/loadavg: 2.06 2.04 1.90 3/554 5002
/proc/meminfo: memFree=24919680/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=19668 CPUtime=0.01 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 3914 0 0 0 1 0 0 0 25 0 1 0 822804932 20140032 3867 33554432000 4194304 9163163 140735533855424 18446744073709551615 8150482 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/5002/statm: 4917 3867 409 1214 0 3699 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 19668

[startup+0.100638 s]
/proc/loadavg: 2.06 2.04 1.90 3/554 5002
/proc/meminfo: memFree=24919680/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=40152 CPUtime=0.09 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 9009 0 0 0 8 1 0 0 25 0 1 0 822804932 41115648 8962 33554432000 4194304 9163163 140735533855424 18446744073709551615 4798418 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/5002/statm: 10038 8962 409 1214 0 8820 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40152

[startup+0.300601 s]
/proc/loadavg: 2.06 2.04 1.90 3/554 5002
/proc/meminfo: memFree=24919680/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=100960 CPUtime=0.29 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 24325 0 0 0 26 3 0 0 25 0 1 0 822804932 103383040 24084 33554432000 4194304 9163163 140735533855424 18446744073709551615 4209989 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5002/statm: 25240 24084 450 1214 0 24022 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 100960

[startup+0.700448 s]
/proc/loadavg: 2.06 2.04 1.90 3/554 5002
/proc/meminfo: memFree=24919680/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=135936 CPUtime=0.69 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 33042 0 0 0 65 4 0 0 25 0 1 0 822804932 139198464 32544 33554432000 4194304 9163163 140735533855424 18446744073709551615 8041869 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/5002/statm: 33984 32544 502 1214 0 32766 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 135936

[startup+1.50036 s]
/proc/loadavg: 2.06 2.04 1.90 3/555 5003
/proc/meminfo: memFree=24771244/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=168956 CPUtime=1.49 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 42168 0 0 0 144 5 0 0 18 0 1 0 822804932 173010944 40692 33554432000 4194304 9163163 140735533855424 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 42239 40692 673 1214 0 41021 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 168956

[startup+3.10105 s]
/proc/loadavg: 2.06 2.04 1.90 3/555 5003
/proc/meminfo: memFree=24754876/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=179680 CPUtime=3.09 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 54365 0 0 0 302 7 0 0 20 0 1 0 822804932 183992320 43134 33554432000 4194304 9163163 140735533855424 18446744073709551615 7390373 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 44920 43134 709 1214 0 43702 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 179680

[startup+6.30043 s]
/proc/loadavg: 2.06 2.04 1.90 3/555 5003
/proc/meminfo: memFree=24740768/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=188888 CPUtime=6.29 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 56826 0 0 0 622 7 0 0 25 0 1 0 822804932 193421312 44940 33554432000 4194304 9163163 140735533855424 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 47222 44940 746 1214 0 46004 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 188888

[startup+12.7012 s]
/proc/loadavg: 2.05 2.04 1.90 3/555 5003
/proc/meminfo: memFree=24742752/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=180732 CPUtime=12.68 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 62105 0 0 0 1260 8 0 0 25 0 1 0 822804932 185069568 43885 33554432000 4194304 9163163 140735533855424 18446744073709551615 7391765 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 45183 43885 711 1214 0 43965 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 180732

[startup+25.5008 s]
/proc/loadavg: 2.04 2.04 1.90 3/555 5004
/proc/meminfo: memFree=24737668/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=187484 CPUtime=25.48 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 67221 0 0 0 2539 9 0 0 25 0 1 0 822804932 191983616 45624 33554432000 4194304 9163163 140735533855424 18446744073709551615 7358002 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 46871 45624 711 1214 0 45653 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 187484

[startup+51.1009 s]
/proc/loadavg: 2.02 2.04 1.91 3/555 5004
/proc/meminfo: memFree=24738192/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=187040 CPUtime=51.08 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 88483 0 0 0 5095 13 0 0 25 0 1 0 822804932 191528960 45203 33554432000 4194304 9163163 140735533855424 18446744073709551615 7348628 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 46760 45203 712 1214 0 45542 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 187040

[startup+102.321 s]
/proc/loadavg: 2.01 2.03 1.91 3/555 5006
/proc/meminfo: memFree=24739556/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=183120 CPUtime=102.3 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 132724 0 0 0 10209 21 0 0 25 0 1 0 822804932 187514880 44538 33554432000 4194304 9163163 140735533855424 18446744073709551615 7391808 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 45780 44538 712 1214 0 44562 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 183120

[startup+162.301 s]
/proc/loadavg: 2.07 2.04 1.91 3/555 5007
/proc/meminfo: memFree=24735940/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=188620 CPUtime=162.29 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 203097 0 0 0 16195 34 0 0 25 0 1 0 822804932 193146880 45628 33554432000 4194304 9163163 140735533855424 18446744073709551615 7390832 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 47155 45628 712 1214 0 45937 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 188620

[startup+222.301 s]
/proc/loadavg: 2.09 2.04 1.92 3/555 5009
/proc/meminfo: memFree=24740492/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=182716 CPUtime=222.29 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 208752 0 0 0 22191 38 0 0 25 0 1 0 822804932 187101184 44312 33554432000 4194304 9163163 140735533855424 18446744073709551615 7390316 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 45679 44312 712 1214 0 44461 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 182716

[startup+282.301 s]
/proc/loadavg: 2.03 2.03 1.92 3/555 5010
/proc/meminfo: memFree=24742948/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=182596 CPUtime=282.29 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 211932 0 0 0 28186 43 0 0 25 0 1 0 822804932 186978304 44152 33554432000 4194304 9163163 140735533855424 18446744073709551615 7390335 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 45649 44152 712 1214 0 44431 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 182596

[startup+342.301 s]
/proc/loadavg: 2.09 2.04 1.93 3/555 5012
/proc/meminfo: memFree=24744756/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=182592 CPUtime=342.29 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 218343 0 0 0 34181 48 0 0 25 0 1 0 822804932 186974208 43835 33554432000 4194304 9163163 140735533855424 18446744073709551615 7390101 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 45648 43835 712 1214 0 44430 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 182592

[startup+402.301 s]
/proc/loadavg: 2.18 2.06 1.94 3/555 5014
/proc/meminfo: memFree=24736912/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=187796 CPUtime=402.3 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 230743 0 0 0 40172 58 0 0 25 0 1 0 822804932 192303104 45681 33554432000 4194304 9163163 140735533855424 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 46949 45681 714 1214 0 45731 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 187796

[startup+462.301 s]
/proc/loadavg: 2.06 2.05 1.94 3/555 5015
/proc/meminfo: memFree=24749644/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=174204 CPUtime=462.3 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 230743 0 0 0 46148 82 0 0 25 0 1 0 822804932 178384896 42347 33554432000 4194304 9163163 140735533855424 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 43551 42347 714 1214 0 42333 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 174204

[startup+522.301 s]
/proc/loadavg: 2.02 2.04 1.94 3/555 5017
/proc/meminfo: memFree=24750088/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=174204 CPUtime=522.3 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 230743 0 0 0 52125 105 0 0 25 0 1 0 822804932 178384896 42347 33554432000 4194304 9163163 140735533855424 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 43551 42347 714 1214 0 42333 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 174204

[startup+582.301 s]
/proc/loadavg: 2.01 2.03 1.94 3/555 5018
/proc/meminfo: memFree=24749796/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=174204 CPUtime=582.3 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 230743 0 0 0 58098 132 0 0 25 0 1 0 822804932 178384896 42347 33554432000 4194304 9163163 140735533855424 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 43551 42347 714 1214 0 42333 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 174204

[startup+642.301 s]

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

[startup+942.301 s]
/proc/loadavg: 2.04 2.04 1.96 3/555 5028
/proc/meminfo: memFree=24749732/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=174408 CPUtime=942.32 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 230744 0 0 0 93952 280 0 0 25 0 1 0 822804932 178593792 42348 33554432000 4194304 9163163 140735533855424 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 43602 42348 714 1214 0 42384 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 174408

[startup+1002.3 s]
/proc/loadavg: 2.05 2.05 1.97 3/555 5030
/proc/meminfo: memFree=24749920/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=175080 CPUtime=1002.32 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 230861 0 0 0 99924 308 0 0 25 0 1 0 822804932 179281920 42465 33554432000 4194304 9163163 140735533855424 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 43770 42465 714 1214 0 42552 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 175080

[startup+1062.3 s]
/proc/loadavg: 2.02 2.03 1.97 3/555 5031
/proc/meminfo: memFree=24749884/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=175080 CPUtime=1062.32 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 230861 0 0 0 105897 335 0 0 25 0 1 0 822804932 179281920 42465 33554432000 4194304 9163163 140735533855424 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 43770 42465 714 1214 0 42552 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 175080

[startup+1122.3 s]
/proc/loadavg: 2.00 2.03 1.97 3/555 5033
/proc/meminfo: memFree=24749348/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=175080 CPUtime=1122.33 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 230861 0 0 0 111868 365 0 0 25 0 1 0 822804932 179281920 42465 33554432000 4194304 9163163 140735533855424 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 43770 42465 714 1214 0 42552 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 175080

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/555 5034
/proc/meminfo: memFree=24749300/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=175080 CPUtime=1182.32 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 230861 0 0 0 117841 391 0 0 25 0 1 0 822804932 179281920 42465 33554432000 4194304 9163163 140735533855424 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 43770 42465 714 1214 0 42552 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 175080

[startup+1242.3 s]
/proc/loadavg: 2.05 2.03 1.97 3/555 5045
/proc/meminfo: memFree=24745628/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=177440 CPUtime=1242.33 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 231466 0 0 0 123814 419 0 0 25 0 1 0 822804932 181698560 43070 33554432000 4194304 9163163 140735533855424 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 44360 43070 714 1214 0 43142 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 177440

[startup+1302.3 s]
/proc/loadavg: 2.07 2.04 1.98 3/555 5047
/proc/meminfo: memFree=24746096/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=177440 CPUtime=1302.34 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 231466 0 0 0 129786 448 0 0 25 0 1 0 822804932 181698560 43070 33554432000 4194304 9163163 140735533855424 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 44360 43070 714 1214 0 43142 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 177440

[startup+1362.3 s]
/proc/loadavg: 2.02 2.03 1.98 3/555 5048
/proc/meminfo: memFree=24747184/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=177440 CPUtime=1362.34 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 231466 0 0 0 135759 475 0 0 25 0 1 0 822804932 181698560 43070 33554432000 4194304 9163163 140735533855424 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 44360 43070 714 1214 0 43142 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 177440

[startup+1422.32 s]
/proc/loadavg: 2.13 2.05 1.99 3/555 5053
/proc/meminfo: memFree=24746688/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=177440 CPUtime=1422.35 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 231466 0 0 0 141735 500 0 0 25 0 1 0 822804932 181698560 43070 33554432000 4194304 9163163 140735533855424 18446744073709551615 7375994 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 44360 43070 714 1214 0 43142 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 177440

[startup+1482.3 s]
/proc/loadavg: 2.10 2.06 2.00 3/555 5054
/proc/meminfo: memFree=24747156/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=177440 CPUtime=1482.34 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 231466 0 0 0 147709 525 0 0 25 0 1 0 822804932 181698560 43070 33554432000 4194304 9163163 140735533855424 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 44360 43070 714 1214 0 43142 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 177440

[startup+1542.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/555 5056
/proc/meminfo: memFree=24747272/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=177440 CPUtime=1542.34 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 231466 0 0 0 153683 551 0 0 25 0 1 0 822804932 181698560 43070 33554432000 4194304 9163163 140735533855424 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 44360 43070 714 1214 0 43142 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 177440

[startup+1602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/555 5058
/proc/meminfo: memFree=24747384/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=177440 CPUtime=1602.35 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 231466 0 0 0 159653 582 0 0 25 0 1 0 822804932 181698560 43070 33554432000 4194304 9163163 140735533855424 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 44360 43070 714 1214 0 43142 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 177440

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/555 5059
/proc/meminfo: memFree=24747348/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=177440 CPUtime=1662.35 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 231466 0 0 0 165625 610 0 0 25 0 1 0 822804932 181698560 43070 33554432000 4194304 9163163 140735533855424 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 44360 43070 714 1214 0 43142 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 177440

[startup+1722.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/555 5061
/proc/meminfo: memFree=24746664/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=177440 CPUtime=1722.35 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 231466 0 0 0 171601 634 0 0 25 0 1 0 822804932 181698560 43070 33554432000 4194304 9163163 140735533855424 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 44360 43070 714 1214 0 43142 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 177440

[startup+1782.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/555 5090
/proc/meminfo: memFree=24747240/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=177440 CPUtime=1782.35 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 231466 0 0 0 177575 660 0 0 25 0 1 0 822804932 181698560 43070 33554432000 4194304 9163163 140735533855424 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 44360 43070 714 1214 0 43142 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 177440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.10 2.05 2.00 3/555 5091
/proc/meminfo: memFree=24744292/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=177440 CPUtime=1800.06 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 231466 0 0 0 179338 668 0 0 25 0 1 0 822804932 181698560 43070 33554432000 4194304 9163163 140735533855424 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 44360 43070 714 1214 0 43142 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 177440

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

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

[startup+1800.2 s]
/proc/loadavg: 2.10 2.05 2.00 3/555 5091
/proc/meminfo: memFree=24744292/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=177440 CPUtime=1800.25 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 231466 0 0 0 179357 668 0 0 25 0 1 0 822804932 181698560 43070 33554432000 4194304 9163163 140735533855424 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5002/statm: 44360 43070 714 1214 0 43142 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 177440

[startup+1800.3 s]
/proc/loadavg: 2.10 2.05 2.00 3/555 5091
/proc/meminfo: memFree=24744292/32950928 swapFree=67056580/67111528
[pid=5002] ppid=5000 vsize=141652 CPUtime=1800.35 cores=0,2,4,6
/proc/5002/stat : 5002 (scip-2.0.1.4b.l) R 5000 5002 3492 0 -1 4202496 231470 0 0 0 179367 668 0 0 18 0 1 0 822804932 145051648 34419 33554432000 4194304 9163163 140735533855424 18446744073709551615 8095719 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5002/statm: 35413 34419 718 1214 0 34195 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 141652

Child status: 0
Real time (s): 1800.32
CPU time (s): 1800.38
CPU user time (s): 1793.69
CPU system time (s): 6.69398
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 205932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.69
system time used= 6.69398
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231472
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= 9
involuntary context switches= 2633

runsolver used 10.2484 second user time and 22.5066 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-03 16:41:19
IDJOB=3450275
IDBENCH=48304
IDSOLVER=1948
FILE ID=node148/3450275-1307112079
RUNJOBID= node148-1307110235-4661
PBS_JOBID= 13497980
Free space on /tmp= 73856 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_60_5_80.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3450275-1307112079/watcher-3450275-1307112079 -o /tmp/evaluation-result-3450275-1307112079/solver-3450275-1307112079 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450275-1307112079.opb -t 1800 -m 15500

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

MD5SUM BENCH= d5640996c15a8815d620b5d6c220fea1
RANDOM SEED=1252387957

node148.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24919960 kB
Buffers:        229772 kB
Cached:         557088 kB
SwapCached:       7908 kB
Active:        7288700 kB
Inactive:       435048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24919960 kB
SwapTotal:    67111528 kB
SwapFree:     67056580 kB
Dirty:           22072 kB
Writeback:           0 kB
AnonPages:     6935368 kB
Mapped:          46812 kB
Slab:           179960 kB
PageTables:      58228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 170493772 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73840 MiB
End job on node148 at 2011-06-03 17:11:21