Trace number 3450837

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.8 1800.77

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
MD5SUM939f54a73a83900b8b6d857af47a0b62
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 benchmark357.773
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables62704
Total number of constraints187107
Number of constraints which are clauses186603
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint11
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
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.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-3450837-1307074241.opb>
1.10/1.21	c original problem has 62704 variables (62704 bin, 0 int, 0 impl, 0 cont) and 187107 constraints
1.10/1.21	c problem read
1.10/1.21	c No objective function, only one solution is needed.
1.10/1.21	c presolving settings loaded
1.49/1.56	c presolving:
3.41/3.44	c (round 1) 1178 del vars, 1155 del conss, 0 add conss, 501 chg bounds, 252 chg sides, 876 chg coeffs, 0 upgd conss, 5489521 impls, 0 clqs
3.59/3.65	c (round 2) 1531 del vars, 3559 del conss, 0 add conss, 737 chg bounds, 252 chg sides, 876 chg coeffs, 0 upgd conss, 5493683 impls, 0 clqs
3.59/3.68	c (round 3) 1531 del vars, 3869 del conss, 0 add conss, 737 chg bounds, 252 chg sides, 876 chg coeffs, 0 upgd conss, 5494539 impls, 0 clqs
4.29/4.32	c (round 4) 1531 del vars, 3882 del conss, 0 add conss, 737 chg bounds, 252 chg sides, 876 chg coeffs, 183225 upgd conss, 5494539 impls, 0 clqs
4.51/4.55	c presolving (5 rounds):
4.51/4.55	c  1531 deleted vars, 3882 deleted constraints, 0 added constraints, 737 tightened bounds, 0 added holes, 252 changed sides, 876 changed coefficients
4.51/4.55	c  5494539 implications, 0 cliques
4.51/4.55	c presolved problem has 61173 variables (61173 bin, 0 int, 0 impl, 0 cont) and 183225 constraints
4.51/4.55	c     504 constraints of type <knapsack>
4.51/4.55	c  121885 constraints of type <setppc>
4.51/4.55	c   60836 constraints of type <logicor>
4.51/4.55	c transformed objective value is always integral (scale: 1)
4.51/4.55	c Presolving Time: 3.10
4.51/4.55	c - non default parameters ----------------------------------------------------------------------
4.51/4.55	c # SCIP version 2.0.1.5
4.51/4.55	c 
4.51/4.55	c # frequency for displaying node information lines
4.51/4.55	c # [type: int, range: [-1,2147483647], default: 100]
4.51/4.55	c display/freq = 10000
4.51/4.55	c 
4.51/4.55	c # maximal time in seconds to run
4.51/4.55	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.51/4.55	c limits/time = 1800
4.51/4.55	c 
4.51/4.55	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.51/4.55	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.51/4.55	c limits/memory = 13950
4.51/4.55	c 
4.51/4.55	c # solving stops, if the given number of solutions were found (-1: no limit)
4.51/4.55	c # [type: int, range: [-1,2147483647], default: -1]
4.51/4.55	c limits/solutions = 1
4.51/4.55	c 
4.51/4.55	c # maximal number of separation rounds per node (-1: unlimited)
4.51/4.55	c # [type: int, range: [-1,2147483647], default: 5]
4.51/4.55	c separating/maxrounds = 1
4.51/4.55	c 
4.51/4.55	c # maximal number of separation rounds in the root node (-1: unlimited)
4.51/4.55	c # [type: int, range: [-1,2147483647], default: -1]
4.51/4.55	c separating/maxroundsroot = 5
4.51/4.55	c 
4.51/4.55	c # default clock type (1: CPU user seconds, 2: wall clock time)
4.51/4.55	c # [type: int, range: [1,2], default: 1]
4.51/4.55	c timing/clocktype = 2
4.51/4.55	c 
4.51/4.55	c # belongs reading time to solving time?
4.51/4.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.51/4.55	c timing/reading = TRUE
4.51/4.55	c 
4.51/4.55	c # should presolving try to simplify inequalities
4.51/4.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.51/4.55	c constraints/linear/simplifyinequalities = TRUE
4.51/4.55	c 
4.51/4.55	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
4.51/4.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.51/4.55	c constraints/indicator/addCouplingCons = TRUE
4.51/4.55	c 
4.51/4.55	c # should disaggregation of knapsack constraints be allowed in preprocessing?
4.51/4.55	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
4.51/4.55	c constraints/knapsack/disaggregation = FALSE
4.51/4.55	c 
4.51/4.55	c # should presolving try to simplify knapsacks
4.51/4.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.51/4.55	c constraints/knapsack/simplifyinequalities = TRUE
4.51/4.55	c 
4.51/4.55	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
4.51/4.55	c # [type: int, range: [-1,2147483647], default: -1]
4.51/4.55	c presolving/probing/maxrounds = 0
4.51/4.55	c 
4.51/4.55	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
4.51/4.55	c # [type: int, range: [-1,2147483647], default: 10]
4.51/4.55	c heuristics/coefdiving/freq = -1
4.51/4.55	c 
4.51/4.55	c # maximal fraction of diving LP iterations compared to node LP iterations
4.51/4.55	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.51/4.55	c heuristics/coefdiving/maxlpiterquot = 0.075
4.51/4.55	c 
4.51/4.55	c # additional number of allowed LP iterations
4.51/4.55	c # [type: int, range: [0,2147483647], default: 1000]
4.51/4.55	c heuristics/coefdiving/maxlpiterofs = 1500
4.51/4.55	c 
4.51/4.55	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
4.51/4.55	c # [type: int, range: [-1,2147483647], default: 30]
4.51/4.55	c heuristics/crossover/freq = -1
4.51/4.55	c 
4.51/4.55	c # number of nodes added to the contingent of the total nodes
4.51/4.55	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.51/4.55	c heuristics/crossover/nodesofs = 750
4.51/4.55	c 
4.51/4.55	c # number of nodes without incumbent change that heuristic should wait
4.51/4.55	c # [type: longint, range: [0,9223372036854775807], default: 200]
4.51/4.55	c heuristics/crossover/nwaitingnodes = 100
4.51/4.55	c 
4.51/4.55	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
4.51/4.55	c # [type: real, range: [0,1], default: 0.1]
4.51/4.55	c heuristics/crossover/nodesquot = 0.15
4.51/4.55	c 
4.51/4.55	c # minimum percentage of integer variables that have to be fixed 
4.51/4.55	c # [type: real, range: [0,1], default: 0.666]
4.51/4.55	c heuristics/crossover/minfixingrate = 0.5
4.51/4.55	c 
4.51/4.55	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
4.51/4.55	c # [type: int, range: [-1,2147483647], default: 20]
4.51/4.55	c heuristics/feaspump/freq = -1
4.51/4.55	c 
4.51/4.55	c # additional number of allowed LP iterations
4.51/4.55	c # [type: int, range: [0,2147483647], default: 1000]
4.51/4.55	c heuristics/feaspump/maxlpiterofs = 2000
4.51/4.55	c 
4.51/4.55	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
4.51/4.55	c # [type: int, range: [-1,2147483647], default: 10]
4.51/4.55	c heuristics/fracdiving/freq = -1
4.51/4.55	c 
4.51/4.55	c # maximal fraction of diving LP iterations compared to node LP iterations
4.51/4.55	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.51/4.55	c heuristics/fracdiving/maxlpiterquot = 0.075
4.51/4.55	c 
4.51/4.55	c # additional number of allowed LP iterations
4.51/4.55	c # [type: int, range: [0,2147483647], default: 1000]
4.51/4.55	c heuristics/fracdiving/maxlpiterofs = 1500
4.51/4.55	c 
4.51/4.55	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
4.51/4.55	c # [type: int, range: [-1,2147483647], default: 10]
4.51/4.55	c heuristics/guideddiving/freq = -1
4.51/4.55	c 
4.51/4.55	c # maximal fraction of diving LP iterations compared to node LP iterations
4.51/4.55	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.51/4.55	c heuristics/guideddiving/maxlpiterquot = 0.075
4.51/4.55	c 
4.51/4.55	c # additional number of allowed LP iterations
4.51/4.55	c # [type: int, range: [0,2147483647], default: 1000]
4.51/4.55	c heuristics/guideddiving/maxlpiterofs = 1500
4.51/4.55	c 
4.51/4.55	c # maximal fraction of diving LP iterations compared to node LP iterations
4.51/4.55	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.51/4.55	c heuristics/intdiving/maxlpiterquot = 0.075
4.51/4.55	c 
4.51/4.55	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
4.51/4.55	c # [type: int, range: [-1,2147483647], default: 10]
4.51/4.55	c heuristics/intshifting/freq = -1
4.51/4.55	c 
4.51/4.55	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
4.51/4.55	c # [type: int, range: [-1,2147483647], default: 10]
4.51/4.55	c heuristics/linesearchdiving/freq = -1
4.51/4.55	c 
4.51/4.55	c # maximal fraction of diving LP iterations compared to node LP iterations
4.51/4.55	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.51/4.55	c heuristics/linesearchdiving/maxlpiterquot = 0.075
4.51/4.55	c 
4.51/4.55	c # additional number of allowed LP iterations
4.51/4.55	c # [type: int, range: [0,2147483647], default: 1000]
4.51/4.55	c heuristics/linesearchdiving/maxlpiterofs = 1500
4.51/4.55	c 
4.51/4.55	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
4.51/4.55	c # [type: int, range: [-1,2147483647], default: 20]
4.51/4.55	c heuristics/objpscostdiving/freq = -1
4.51/4.55	c 
4.51/4.55	c # maximal fraction of diving LP iterations compared to total iteration number
4.51/4.55	c # [type: real, range: [0,1], default: 0.01]
4.51/4.55	c heuristics/objpscostdiving/maxlpiterquot = 0.015
4.51/4.55	c 
4.51/4.55	c # additional number of allowed LP iterations
4.51/4.55	c # [type: int, range: [0,2147483647], default: 1000]
4.51/4.55	c heuristics/objpscostdiving/maxlpiterofs = 1500
4.51/4.55	c 
4.51/4.55	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
4.51/4.55	c # [type: int, range: [-1,2147483647], default: 1]
4.51/4.55	c heuristics/oneopt/freq = -1
4.51/4.55	c 
4.51/4.55	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
4.51/4.55	c # [type: int, range: [-1,2147483647], default: 10]
4.51/4.55	c heuristics/pscostdiving/freq = -1
4.51/4.55	c 
4.51/4.55	c # maximal fraction of diving LP iterations compared to node LP iterations
4.51/4.55	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.51/4.55	c heuristics/pscostdiving/maxlpiterquot = 0.075
4.51/4.55	c 
4.51/4.55	c # additional number of allowed LP iterations
4.51/4.55	c # [type: int, range: [0,2147483647], default: 1000]
4.51/4.55	c heuristics/pscostdiving/maxlpiterofs = 1500
4.51/4.55	c 
4.51/4.55	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
4.51/4.55	c # [type: int, range: [-1,2147483647], default: 0]
4.51/4.55	c heuristics/rens/freq = -1
4.51/4.55	c 
4.51/4.55	c # minimum percentage of integer variables that have to be fixable 
4.51/4.55	c # [type: real, range: [0,1], default: 0.5]
4.51/4.55	c heuristics/rens/minfixingrate = 0.3
4.51/4.55	c 
4.51/4.55	c # number of nodes added to the contingent of the total nodes
4.51/4.55	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.51/4.55	c heuristics/rens/nodesofs = 2000
4.51/4.55	c 
4.51/4.55	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
4.51/4.55	c # [type: int, range: [-1,2147483647], default: 20]
4.51/4.55	c heuristics/rootsoldiving/freq = -1
4.51/4.55	c 
4.51/4.55	c # maximal fraction of diving LP iterations compared to node LP iterations
4.51/4.55	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
4.51/4.55	c heuristics/rootsoldiving/maxlpiterquot = 0.015
4.51/4.55	c 
4.51/4.55	c # additional number of allowed LP iterations
4.51/4.55	c # [type: int, range: [0,2147483647], default: 1000]
4.51/4.55	c heuristics/rootsoldiving/maxlpiterofs = 1500
4.51/4.55	c 
4.51/4.55	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
4.51/4.55	c # [type: int, range: [-1,2147483647], default: 1]
4.51/4.55	c heuristics/rounding/freq = -1
4.51/4.55	c 
4.51/4.55	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
4.51/4.55	c # [type: int, range: [-1,2147483647], default: 0]
4.51/4.55	c heuristics/shiftandpropagate/freq = -1
4.51/4.55	c 
4.51/4.55	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
4.51/4.55	c # [type: int, range: [-1,2147483647], default: 10]
4.51/4.55	c heuristics/shifting/freq = -1
4.51/4.55	c 
4.51/4.55	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
4.51/4.55	c # [type: int, range: [-1,2147483647], default: 1]
4.51/4.55	c heuristics/simplerounding/freq = -1
4.51/4.55	c 
4.51/4.55	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
4.51/4.55	c # [type: int, range: [-1,2147483647], default: 1]
4.51/4.55	c heuristics/subnlp/freq = -1
4.51/4.55	c 
4.51/4.55	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
4.51/4.55	c # [type: int, range: [-1,2147483647], default: 0]
4.51/4.55	c heuristics/trivial/freq = -1
4.51/4.55	c 
4.51/4.55	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
4.51/4.55	c # [type: int, range: [-1,2147483647], default: 1]
4.51/4.55	c heuristics/trysol/freq = -1
4.51/4.55	c 
4.51/4.55	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
4.51/4.55	c # [type: int, range: [-1,2147483647], default: 0]
4.51/4.55	c heuristics/undercover/freq = -1
4.51/4.55	c 
4.51/4.55	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
4.51/4.55	c # [type: int, range: [-1,2147483647], default: 10]
4.51/4.55	c heuristics/veclendiving/freq = -1
4.51/4.55	c 
4.51/4.55	c # maximal fraction of diving LP iterations compared to node LP iterations
4.51/4.55	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.51/4.55	c heuristics/veclendiving/maxlpiterquot = 0.075
4.51/4.55	c 
4.51/4.55	c # additional number of allowed LP iterations
4.51/4.55	c # [type: int, range: [0,2147483647], default: 1000]
4.51/4.55	c heuristics/veclendiving/maxlpiterofs = 1500
4.51/4.55	c 
4.51/4.55	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
4.51/4.55	c # [type: int, range: [-1,2147483647], default: 1]
4.51/4.55	c heuristics/zirounding/freq = -1
4.51/4.55	c 
4.51/4.55	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
4.51/4.55	c # [type: int, range: [-1,2147483647], default: 0]
4.51/4.55	c separating/cmir/freq = -1
4.51/4.55	c 
4.51/4.55	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
4.51/4.55	c # [type: int, range: [-1,2147483647], default: 0]
4.51/4.55	c separating/flowcover/freq = -1
4.51/4.55	c 
4.51/4.55	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
4.51/4.55	c # [type: int, range: [-1,2147483647], default: -1]
4.51/4.55	c separating/rapidlearning/freq = 0
4.51/4.55	c 
4.51/4.55	c -----------------------------------------------------------------------------------------------
4.51/4.55	c start solving
4.51/4.57	c 
6.89/6.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.89/6.98	c   7.0s|     1 |     0 |  2333 |     - | 512M|   0 |1431 |  61k| 183k|  61k| 183k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
29.20/29.22	c  29.2s|     1 |     0 |  5269 |     - | 513M|   0 |2494 |  61k| 183k|  61k| 183k|  45 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
127.97/128.08	c   128s|     1 |     0 |  8915 |     - | 513M|   0 |3310 |  61k| 183k|  61k| 183k| 114 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
188.19/188.27	c   188s|     1 |     0 | 11530 |     - | 513M|   0 |3671 |  61k| 183k|  61k| 183k| 184 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
336.88/336.99	c   337s|     1 |     0 | 15708 |     - | 513M|   0 |4136 |  61k| 183k|  61k| 183k| 230 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
358.98/359.08	c   359s|     1 |     0 | 22113 |     - | 514M|   0 |4553 |  61k| 183k|  61k| 183k| 279 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
443.30/443.33	c   443s|     1 |     2 | 22113 |     - | 514M|   0 |4553 |  61k| 183k|  61k| 183k| 279 |   0 |  32 | 0.000000e+00 |      --      |    Inf 
1800.03/1800.09	c 
1800.03/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.09	c Solving Time (sec) : 1800.09
1800.03/1800.09	c Solving Nodes      : 59
1800.03/1800.09	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.09	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.09	c Gap                : infinite
1800.03/1800.09	s UNKNOWN
1800.03/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.09	c Total Time         :    1800.09
1800.03/1800.09	c   solving          :    1800.09
1800.03/1800.09	c   presolving       :       3.10 (included in solving)
1800.03/1800.09	c   reading          :       1.21 (included in solving)
1800.03/1800.09	c Original Problem   :
1800.03/1800.09	c   Problem name     : HOME/instance-3450837-1307074241.opb
1800.03/1800.09	c   Variables        : 62704 (62704 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.09	c   Constraints      : 187107 initial, 187107 maximal
1800.03/1800.09	c Presolved Problem  :
1800.03/1800.09	c   Problem name     : t_HOME/instance-3450837-1307074241.opb
1800.03/1800.09	c   Variables        : 61173 (61173 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.09	c   Constraints      : 183225 initial, 183232 maximal
1800.03/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.03/1800.09	c   trivial          :       0.02         64          0          0          0          0          0          0          0          0
1800.03/1800.09	c   dualfix          :       0.01          0          0          0          0          0          0          0          0          0
1800.03/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.09	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.09	c   implics          :       0.24          0        735          0          0          0          0          0          0          0
1800.03/1800.09	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.09	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.09	c   setppc           :       0.16          0          0          0          0          0          0          0          0          0
1800.03/1800.09	c   linear           :       2.33        731          1          0        737          0       3882          0        252        876
1800.03/1800.09	c   logicor          :       0.10          0          0          0          0          0          0          0          0          0
1800.03/1800.09	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.03/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.09	c   integral         :          0          0          0         57          0          1          0          0          1          0          0        112
1800.03/1800.09	c   knapsack         :        504          5       2071          0          1          0          0          0          0        950          0          0
1800.03/1800.09	c   setppc           :     121885          5       2071          0          1          0       4018          0     164900          0          0          0
1800.03/1800.09	c   logicor          :      60836+         5       1964          0          1          0        686          1      20592          0          0          0
1800.03/1800.09	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.03/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.03/1800.09	c   integral         :     824.76       0.00       0.00     824.76       0.00       0.00       0.00
1800.03/1800.09	c   knapsack         :       0.05       0.01       0.04       0.00       0.00       0.00       0.00
1800.03/1800.09	c   setppc           :       6.42       0.03       6.37       0.00       0.02       0.00       0.00
1800.03/1800.09	c   logicor          :       0.25       0.01       0.22       0.00       0.01       0.00       0.00
1800.03/1800.09	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.09	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.03/1800.09	c   vbounds          :          0          0          0          0
1800.03/1800.09	c   rootredcost      :          0          0          0          0
1800.03/1800.09	c   pseudoobj        :          0          0          0          0
1800.03/1800.09	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.03/1800.09	c   vbounds          :       0.00       0.00       0.00
1800.03/1800.09	c   rootredcost      :       0.00       0.00       0.00
1800.03/1800.09	c   pseudoobj        :       0.00       0.00       0.00
1800.03/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.09	c   propagation      :       0.00          1          1          5       10.2          1        7.0          -
1800.03/1800.09	c   infeasible LP    :       0.02          1          1          7      361.6          2        9.5          0
1800.03/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.09	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.09	c   applied globally :          -          -          -         10      179.1          -          -          -
1800.03/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.09	c   cut pool         :       0.00          4          -          -         91          -    (maximal pool size: 525)
1800.03/1800.09	c   redcost          :       0.13         60          0          0          0          0
1800.03/1800.09	c   impliedbounds    :       0.07          5          0          0          0          0
1800.03/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.09	c   gomory           :     189.51          5          0          0       2500          0
1800.03/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.09	c   closecuts        :       0.00          0          0          0          0          0
1800.03/1800.09	c   strongcg         :     103.43          5          0          0       2500          0
1800.03/1800.09	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.09	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.09	c   clique           :       5.12          5          0          0         36          0
1800.03/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.09	c   mcf              :      11.73          1          0          0          0          0
1800.03/1800.09	c   oddcycle         :       0.00          0          0          0          0          0
1800.03/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.09	c Pricers            :       Time      Calls       Vars
1800.03/1800.09	c   problem variables:       0.00          0          0
1800.03/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.09	c   relpscost        :     824.76         57          0          1          0          0        112
1800.03/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   inference        :       0.01          1          0          0          0          0          2
1800.03/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.09	c   LP solutions     :       0.00          -          0
1800.03/1800.09	c   pseudo solutions :       0.00          -          0
1800.03/1800.09	c   trivial          :       0.04          1          0
1800.03/1800.09	c   shiftandpropagate:       0.00          0          0
1800.03/1800.09	c   simplerounding   :       0.00          0          0
1800.03/1800.09	c   zirounding       :       0.00          0          0
1800.03/1800.09	c   rounding         :       0.00          0          0
1800.03/1800.09	c   shifting         :       0.00          0          0
1800.03/1800.09	c   intshifting      :       0.00          0          0
1800.03/1800.09	c   oneopt           :       0.00          0          0
1800.03/1800.09	c   twoopt           :       0.00          0          0
1800.03/1800.09	c   fixandinfer      :       0.00          0          0
1800.03/1800.09	c   feaspump         :       0.00          0          0
1800.03/1800.09	c   clique           :       0.00          0          0
1800.03/1800.09	c   coefdiving       :       0.00          0          0
1800.03/1800.09	c   pscostdiving     :       0.00          0          0
1800.03/1800.09	c   fracdiving       :       0.00          0          0
1800.03/1800.09	c   veclendiving     :       0.00          0          0
1800.03/1800.09	c   intdiving        :       0.00          0          0
1800.03/1800.09	c   actconsdiving    :       0.00          0          0
1800.03/1800.09	c   objpscostdiving  :       0.00          0          0
1800.03/1800.09	c   rootsoldiving    :       0.00          0          0
1800.03/1800.09	c   linesearchdiving :       0.00          0          0
1800.03/1800.09	c   guideddiving     :       0.00          0          0
1800.03/1800.09	c   octane           :       0.00          0          0
1800.03/1800.09	c   rens             :       0.00          0          0
1800.03/1800.09	c   rins             :       0.00          0          0
1800.03/1800.09	c   localbranching   :       0.00          0          0
1800.03/1800.09	c   mutation         :       0.00          0          0
1800.03/1800.09	c   crossover        :       0.00          0          0
1800.03/1800.09	c   dins             :       0.00          0          0
1800.03/1800.09	c   vbounds          :       0.00          0          0
1800.03/1800.09	c   undercover       :       0.00          0          0
1800.03/1800.09	c   subnlp           :       0.00          0          0
1800.03/1800.09	c   trysol           :       0.00          0          0
1800.03/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.09	c   primal LP        :       0.06          0          0       0.00       0.00
1800.03/1800.09	c   dual LP          :     651.03         64     279849    4372.64     429.86
1800.03/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.09	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.09	c   strong branching :     824.59        305     274556     900.18     332.96
1800.03/1800.09	c     (at root node) :          -         32      29859     933.09          -
1800.03/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.09	c B&B Tree           :
1800.03/1800.09	c   number of runs   :          1
1800.03/1800.09	c   nodes            :         59
1800.03/1800.09	c   nodes (total)    :         59
1800.03/1800.09	c   nodes left       :         56
1800.03/1800.09	c   max depth        :         16
1800.03/1800.09	c   max depth (total):         16
1800.03/1800.09	c   backtracks       :         21 (35.6%)
1800.03/1800.09	c   delayed cutoffs  :          0
1800.03/1800.09	c   repropagations   :         11 (1623 domain reductions, 0 cutoffs)
1800.03/1800.09	c   avg switch length:       3.44
1800.03/1800.09	c   switching time   :       0.87
1800.03/1800.09	c Solution           :
1800.03/1800.09	c   Solutions found  :          0 (0 improvements)
1800.03/1800.09	c   Primal Bound     :          -
1800.03/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.09	c   Gap              :   infinite
1800.03/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.09	c   Root Iterations  :      22113
1800.74/1800.76	c Time complete: 1800.78.

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.99 2.55 3.22 2/575 21118
/proc/meminfo: memFree=23623692/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=14216 CPUtime=0.01 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 2553 0 0 0 1 0 0 0 21 0 1 0 819021880 14557184 2506 33554432000 4194304 9163163 140733606834736 18446744073709551615 6919008 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21118/statm: 3554 2506 392 1214 0 2336 0

[startup+0.111647 s]
/proc/loadavg: 1.99 2.55 3.22 2/575 21118
/proc/meminfo: memFree=23623692/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=24900 CPUtime=0.1 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 5240 0 0 0 10 0 0 0 22 0 1 0 819021880 25497600 5173 33554432000 4194304 9163163 140733606834736 18446744073709551615 6137575 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21118/statm: 6225 5173 392 1214 0 5007 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 24900

[startup+0.200628 s]
/proc/loadavg: 1.99 2.55 3.22 2/575 21118
/proc/meminfo: memFree=23623692/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=33048 CPUtime=0.19 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 7279 0 0 0 19 0 0 0 22 0 1 0 819021880 33841152 7212 33554432000 4194304 9163163 140733606834736 18446744073709551615 8041874 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21118/statm: 8262 7212 392 1214 0 7044 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 33048

[startup+0.300613 s]
/proc/loadavg: 1.99 2.55 3.22 2/575 21118
/proc/meminfo: memFree=23623692/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=43552 CPUtime=0.29 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 9886 0 0 0 29 0 0 0 22 0 1 0 819021880 44597248 9819 33554432000 4194304 9163163 140733606834736 18446744073709551615 4337765 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21118/statm: 10888 9819 392 1214 0 9670 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43552

[startup+0.70054 s]
/proc/loadavg: 1.99 2.55 3.22 2/575 21118
/proc/meminfo: memFree=23623692/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=80140 CPUtime=0.69 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 19044 0 0 0 67 2 0 0 24 0 1 0 819021880 82063360 18977 33554432000 4194304 9163163 140733606834736 18446744073709551615 4338904 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21118/statm: 20035 18977 392 1214 0 18817 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 80140

[startup+1.5004 s]
/proc/loadavg: 2.07 2.56 3.21 3/576 21119
/proc/meminfo: memFree=23435188/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=287592 CPUtime=1.49 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 70654 0 0 0 142 7 0 0 25 0 1 0 819021880 294494208 70575 33554432000 4194304 9163163 140733606834736 18446744073709551615 4693093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 71898 70575 452 1214 0 70680 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 287592

[startup+3.1011 s]
/proc/loadavg: 2.07 2.56 3.21 3/576 21119
/proc/meminfo: memFree=23175780/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=496740 CPUtime=3.09 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 120133 0 0 0 297 12 0 0 25 0 1 0 819021880 508661760 120054 33554432000 4194304 9163163 140733606834736 18446744073709551615 4782784 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 124185 120054 505 1214 0 122967 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 496740

[startup+6.30053 s]
/proc/loadavg: 2.07 2.56 3.21 3/576 21119
/proc/meminfo: memFree=22756780/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=859828 CPUtime=6.29 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 221023 0 0 0 606 23 0 0 20 0 1 0 819021880 880463872 201035 33554432000 4194304 9163163 140733606834736 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 214957 201035 1000 1214 0 213739 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 859828

[startup+12.7003 s]
/proc/loadavg: 2.22 2.57 3.21 3/576 21119
/proc/meminfo: memFree=22729168/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=860376 CPUtime=12.69 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 225196 0 0 0 1245 24 0 0 25 0 1 0 819021880 881025024 205053 33554432000 4194304 9163163 140733606834736 18446744073709551615 6213568 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 215094 205053 983 1214 0 213876 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 860376

[startup+25.501 s]
/proc/loadavg: 2.19 2.55 3.20 3/576 21119
/proc/meminfo: memFree=22721828/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=863332 CPUtime=25.49 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 227241 0 0 0 2524 25 0 0 25 0 1 0 819021880 884051968 206666 33554432000 4194304 9163163 140733606834736 18446744073709551615 7413850 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 215833 206666 829 1214 0 214615 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 863332

[startup+51.1004 s]
/proc/loadavg: 2.12 2.51 3.16 3/576 21148
/proc/meminfo: memFree=22307136/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=867508 CPUtime=51.08 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 228775 0 0 0 5080 28 0 0 25 0 1 0 819021880 888328192 208168 33554432000 4194304 9163163 140733606834736 18446744073709551615 6668656 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 216877 208168 797 1214 0 215659 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 867508

[startup+102.301 s]
/proc/loadavg: 2.13 2.45 3.11 3/576 21150
/proc/meminfo: memFree=21867488/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=867508 CPUtime=102.28 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 228781 0 0 0 10196 32 0 0 25 0 1 0 819021880 888328192 208168 33554432000 4194304 9163163 140733606834736 18446744073709551615 7051385 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 216877 208168 791 1214 0 215659 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 867508

[startup+162.301 s]
/proc/loadavg: 2.04 2.36 3.03 3/576 21151
/proc/meminfo: memFree=21839428/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=882288 CPUtime=162.27 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 232425 0 0 0 16189 38 0 0 25 0 1 0 819021880 903462912 211537 33554432000 4194304 9163163 140733606834736 18446744073709551615 8045625 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 220572 211537 765 1214 0 219354 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 882288

[startup+222.322 s]
/proc/loadavg: 2.01 2.29 2.97 3/576 21153
/proc/meminfo: memFree=21825252/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=882288 CPUtime=222.3 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 233433 0 0 0 22186 44 0 0 25 0 1 0 819021880 903462912 212515 33554432000 4194304 9163163 140733606834736 18446744073709551615 7054416 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 220572 212515 735 1214 0 219354 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 882288

[startup+282.3 s]
/proc/loadavg: 2.00 2.24 2.90 3/576 21154
/proc/meminfo: memFree=21824968/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=882288 CPUtime=282.27 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 233433 0 0 0 28178 49 0 0 25 0 1 0 819021880 903462912 212515 33554432000 4194304 9163163 140733606834736 18446744073709551615 8045536 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 220572 212515 735 1214 0 219354 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 882288

[startup+342.301 s]
/proc/loadavg: 2.00 2.19 2.84 3/576 21156
/proc/meminfo: memFree=21806940/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=882288 CPUtime=342.28 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 233708 0 0 0 34172 56 0 0 25 0 1 0 819021880 903462912 212790 33554432000 4194304 9163163 140733606834736 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 220572 212790 735 1214 0 219354 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 882288

[startup+402.3 s]
/proc/loadavg: 2.00 2.15 2.79 3/576 21158
/proc/meminfo: memFree=21800572/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=887048 CPUtime=402.28 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 235411 0 0 0 40162 66 0 0 25 0 1 0 819021880 908337152 214493 33554432000 4194304 9163163 140733606834736 18446744073709551615 7359893 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 221762 214493 737 1214 0 220544 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 887048

[startup+462.3 s]
/proc/loadavg: 2.00 2.12 2.74 3/576 21159
/proc/meminfo: memFree=21800644/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=887196 CPUtime=462.28 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 235587 0 0 0 46152 76 0 0 25 0 1 0 819021880 908488704 214669 33554432000 4194304 9163163 140733606834736 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 221799 214669 740 1214 0 220581 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 887196

[startup+522.3 s]
/proc/loadavg: 2.00 2.10 2.69 3/576 21161
/proc/meminfo: memFree=21800728/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=887196 CPUtime=522.28 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 235600 0 0 0 52142 86 0 0 25 0 1 0 819021880 908488704 214682 33554432000 4194304 9163163 140733606834736 18446744073709551615 7110522 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 221799 214682 740 1214 0 220581 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 887196

[startup+582.301 s]
/proc/loadavg: 2.28 2.15 2.67 3/576 21162
/proc/meminfo: memFree=21796868/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=898136 CPUtime=582.29 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 236560 0 0 0 58133 96 0 0 25 0 1 0 819021880 919691264 215642 33554432000 4194304 9163163 140733606834736 18446744073709551615 7348530 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 224534 215642 740 1214 0 223316 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 898136

[startup+642.301 s]

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

[startup+942.301 s]
/proc/loadavg: 2.00 2.04 2.44 3/576 21172
/proc/meminfo: memFree=21789056/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=898820 CPUtime=942.3 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 238529 0 0 0 94077 153 0 0 25 0 1 0 819021880 920391680 217610 33554432000 4194304 9163163 140733606834736 18446744073709551615 7348663 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 224705 217610 742 1214 0 223487 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 898820

[startup+1002.3 s]
/proc/loadavg: 2.00 2.03 2.41 3/576 21174
/proc/meminfo: memFree=21785300/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=905636 CPUtime=1002.3 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 239453 0 0 0 100064 166 0 0 25 0 1 0 819021880 927371264 218533 33554432000 4194304 9163163 140733606834736 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 226409 218533 741 1214 0 225191 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 905636

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.38 3/576 21175
/proc/meminfo: memFree=21784136/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=905636 CPUtime=1062.3 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 239632 0 0 0 106053 177 0 0 25 0 1 0 819021880 927371264 218705 33554432000 4194304 9163163 140733606834736 18446744073709551615 7348322 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 226409 218705 740 1214 0 225191 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 905636

[startup+1122.3 s]
/proc/loadavg: 2.16 2.08 2.38 3/576 21177
/proc/meminfo: memFree=21776412/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=916344 CPUtime=1122.3 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 241785 0 0 0 112043 187 0 0 25 0 1 0 819021880 938336256 220858 33554432000 4194304 9163163 140733606834736 18446744073709551615 7224136 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 229086 220858 740 1214 0 227868 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 916344

[startup+1182.3 s]
/proc/loadavg: 2.17 2.10 2.36 3/576 21178
/proc/meminfo: memFree=21771036/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=916484 CPUtime=1182.3 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 242854 0 0 0 118032 198 0 0 25 0 1 0 819021880 938479616 221927 33554432000 4194304 9163163 140733606834736 18446744073709551615 7348296 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 229121 221927 740 1214 0 227903 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 916484

[startup+1242.3 s]
/proc/loadavg: 2.09 2.10 2.34 3/576 21180
/proc/meminfo: memFree=21758472/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=916796 CPUtime=1242.31 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 243280 0 0 0 124021 210 0 0 25 0 1 0 819021880 938799104 222353 33554432000 4194304 9163163 140733606834736 18446744073709551615 7110302 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 229199 222353 740 1214 0 227981 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 916796

[startup+1302.3 s]
/proc/loadavg: 2.03 2.08 2.32 3/576 21182
/proc/meminfo: memFree=21752860/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=922284 CPUtime=1302.3 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 244688 0 0 0 130010 220 0 0 25 0 1 0 819021880 944418816 223761 33554432000 4194304 9163163 140733606834736 18446744073709551615 7349313 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 230571 223761 740 1214 0 229353 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 922284

[startup+1362.3 s]
/proc/loadavg: 2.01 2.06 2.30 3/576 21183
/proc/meminfo: memFree=21753796/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=922284 CPUtime=1362.31 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 244696 0 0 0 136002 229 0 0 25 0 1 0 819021880 944418816 223769 33554432000 4194304 9163163 140733606834736 18446744073709551615 6974863 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 230571 223769 740 1214 0 229353 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 922284

[startup+1422.3 s]
/proc/loadavg: 2.00 2.05 2.27 3/576 21185
/proc/meminfo: memFree=21751392/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=923540 CPUtime=1422.33 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 244910 0 0 0 141991 242 0 0 25 0 1 0 819021880 945704960 223983 33554432000 4194304 9163163 140733606834736 18446744073709551615 7345648 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 230885 223983 740 1214 0 229667 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 923540

[startup+1482.3 s]
/proc/loadavg: 2.00 2.04 2.26 3/576 21186
/proc/meminfo: memFree=21751340/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=923540 CPUtime=1482.31 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 244910 0 0 0 147980 251 0 0 25 0 1 0 819021880 945704960 223983 33554432000 4194304 9163163 140733606834736 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 230885 223983 740 1214 0 229667 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 923540

[startup+1542.32 s]
/proc/loadavg: 2.00 2.03 2.24 3/576 21188
/proc/meminfo: memFree=21750912/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=923540 CPUtime=1542.33 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 244924 0 0 0 153973 260 0 0 25 0 1 0 819021880 945704960 223989 33554432000 4194304 9163163 140733606834736 18446744073709551615 7359653 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 230885 223989 732 1214 0 229667 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 923540

[startup+1602.3 s]
/proc/loadavg: 2.13 2.05 2.23 3/576 21190
/proc/meminfo: memFree=21750744/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=923540 CPUtime=1602.31 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 244961 0 0 0 159962 269 0 0 25 0 1 0 819021880 945704960 224026 33554432000 4194304 9163163 140733606834736 18446744073709551615 7348176 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 230885 224026 732 1214 0 229667 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 923540

[startup+1662.3 s]
/proc/loadavg: 2.21 2.09 2.23 3/576 21191
/proc/meminfo: memFree=21750568/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=923540 CPUtime=1662.31 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 245000 0 0 0 165951 280 0 0 25 0 1 0 819021880 945704960 224065 33554432000 4194304 9163163 140733606834736 18446744073709551615 7345653 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 230885 224065 732 1214 0 229667 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 923540

[startup+1722.3 s]
/proc/loadavg: 2.23 2.11 2.23 3/576 21193
/proc/meminfo: memFree=21750404/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=923540 CPUtime=1722.32 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 245050 0 0 0 171940 292 0 0 25 0 1 0 819021880 945704960 224115 33554432000 4194304 9163163 140733606834736 18446744073709551615 7357646 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 230885 224115 732 1214 0 229667 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 923540

[startup+1782.3 s]
/proc/loadavg: 2.08 2.09 2.21 3/576 21194
/proc/meminfo: memFree=21745768/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=928796 CPUtime=1782.32 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 245722 0 0 0 177929 303 0 0 25 0 1 0 819021880 951087104 224787 33554432000 4194304 9163163 140733606834736 18446744073709551615 7414054 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 232199 224787 732 1214 0 230981 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 928796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.06 2.09 2.21 3/576 21195
/proc/meminfo: memFree=21743756/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=930768 CPUtime=1800.03 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 246360 0 0 0 179696 307 0 0 25 0 1 0 819021880 953106432 225425 33554432000 4194304 9163163 140733606834736 18446744073709551615 6974030 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/21118/statm: 232692 225425 732 1214 0 231474 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 930768

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

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

[startup+1800.3 s]
/proc/loadavg: 2.06 2.09 2.21 3/576 21195
/proc/meminfo: memFree=21743756/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=930768 CPUtime=1800.32 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 246368 0 0 0 179725 307 0 0 18 0 1 0 819021880 953106432 225433 33554432000 4194304 9163163 140733606834736 18446744073709551615 4448963 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21118/statm: 232692 225433 740 1214 0 231474 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 930768

[startup+1800.7 s]
/proc/loadavg: 2.06 2.08 2.20 3/577 21196
/proc/meminfo: memFree=21919332/32951124 swapFree=58940260/67111528
[pid=21118] ppid=21116 vsize=722356 CPUtime=1800.74 cores=1,3,5,7
/proc/21118/stat : 21118 (scip-2.0.1.4b.l) R 21116 21118 14548 0 -1 4202496 246371 0 0 0 179765 309 0 0 18 0 1 0 819021880 739692544 173842 33554432000 4194304 9163163 140733606834736 18446744073709551615 6923170 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21118/statm: 180589 173842 743 1214 0 179371 0
Current children cumulated CPU time (s) 1800.74
Current children cumulated vsize (KiB) 722356

Child status: 0
Real time (s): 1800.77
CPU time (s): 1800.8
CPU user time (s): 1797.67
CPU system time (s): 3.12652
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 930768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.67
system time used= 3.12652
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 246376
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= 2692

runsolver used 10.0625 second user time and 24.4373 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-03 06:10:41
IDJOB=3450837
IDBENCH=1479
IDSOLVER=1948
FILE ID=node139/3450837-1307074241
RUNJOBID= node139-1307074241-21095
PBS_JOBID= 13497847
Free space on /tmp= 73448 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache.inv14.ucl.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-3450837-1307074241/watcher-3450837-1307074241 -o /tmp/evaluation-result-3450837-1307074241/solver-3450837-1307074241 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450837-1307074241.opb -t 1800 -m 15500

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

MD5SUM BENCH= 939f54a73a83900b8b6d857af47a0b62
RANDOM SEED=1000119698

node139.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.852
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.852
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.852
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.74
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.852
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.852
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	: 5321.49
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.852
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.852
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.852
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:     32951124 kB
MemFree:      23628312 kB
Buffers:        223772 kB
Cached:         577244 kB
SwapCached:       3628 kB
Active:        8542968 kB
Inactive:       477384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23628312 kB
SwapTotal:    67111528 kB
SwapFree:     58940260 kB
Dirty:           29888 kB
Writeback:           0 kB
AnonPages:     8218120 kB
Mapped:          34472 kB
Slab:           152792 kB
PageTables:      78816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 170903908 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= 73428 MiB
End job on node139 at 2011-06-03 06:40:44