Trace number 3453086

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1800.14 1800.14

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.rf10.ucl.opb
MD5SUM631c705feb60dcd8a1b144825a73a754
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 benchmark2.83157
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables18069
Total number of constraints52475
Number of constraints which are clauses51555
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints920
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 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 132
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [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-3453086-1307074902.opb>
0.29/0.34	c original problem has 18069 variables (18069 bin, 0 int, 0 impl, 0 cont) and 52475 constraints
0.29/0.34	c problem read
0.29/0.34	c No objective function, only one solution is needed.
0.29/0.34	c presolving settings loaded
0.49/0.51	c presolving:
0.89/0.91	c (round 1) 1245 del vars, 976 del conss, 0 add conss, 347 chg bounds, 460 chg sides, 1030 chg coeffs, 0 upgd conss, 1024988 impls, 0 clqs
0.89/0.94	c (round 2) 1290 del vars, 3093 del conss, 0 add conss, 372 chg bounds, 460 chg sides, 1030 chg coeffs, 0 upgd conss, 1025120 impls, 0 clqs
0.89/0.94	c (round 3) 1313 del vars, 3138 del conss, 0 add conss, 381 chg bounds, 460 chg sides, 1030 chg coeffs, 0 upgd conss, 1025384 impls, 0 clqs
0.89/0.95	c (round 4) 1314 del vars, 3172 del conss, 0 add conss, 381 chg bounds, 460 chg sides, 1030 chg coeffs, 0 upgd conss, 1025486 impls, 0 clqs
1.11/1.12	c (round 5) 1314 del vars, 3191 del conss, 0 add conss, 381 chg bounds, 460 chg sides, 1030 chg coeffs, 49284 upgd conss, 1025486 impls, 0 clqs
1.11/1.19	c presolving (6 rounds):
1.11/1.19	c  1314 deleted vars, 3191 deleted constraints, 0 added constraints, 381 tightened bounds, 0 added holes, 460 changed sides, 1030 changed coefficients
1.11/1.19	c  1025486 implications, 0 cliques
1.11/1.19	c presolved problem has 16755 variables (16755 bin, 0 int, 0 impl, 0 cont) and 49284 constraints
1.11/1.19	c     920 constraints of type <knapsack>
1.11/1.19	c   32261 constraints of type <setppc>
1.11/1.19	c   16103 constraints of type <logicor>
1.11/1.19	c transformed objective value is always integral (scale: 1)
1.11/1.19	c Presolving Time: 0.80
1.11/1.19	c - non default parameters ----------------------------------------------------------------------
1.11/1.19	c # SCIP version 2.0.1.4
1.11/1.19	c 
1.11/1.19	c # frequency for displaying node information lines
1.11/1.19	c # [type: int, range: [-1,2147483647], default: 100]
1.11/1.19	c display/freq = 10000
1.11/1.19	c 
1.11/1.19	c # maximal time in seconds to run
1.11/1.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.11/1.19	c limits/time = 1800
1.11/1.19	c 
1.11/1.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.11/1.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.11/1.19	c limits/memory = 13950
1.11/1.19	c 
1.11/1.19	c # solving stops, if the given number of solutions were found (-1: no limit)
1.11/1.19	c # [type: int, range: [-1,2147483647], default: -1]
1.11/1.19	c limits/solutions = 1
1.11/1.19	c 
1.11/1.19	c # maximal number of separation rounds per node (-1: unlimited)
1.11/1.19	c # [type: int, range: [-1,2147483647], default: 5]
1.11/1.19	c separating/maxrounds = 1
1.11/1.19	c 
1.11/1.19	c # maximal number of separation rounds in the root node (-1: unlimited)
1.11/1.19	c # [type: int, range: [-1,2147483647], default: -1]
1.11/1.19	c separating/maxroundsroot = 5
1.11/1.19	c 
1.11/1.19	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.11/1.19	c # [type: int, range: [1,2], default: 1]
1.11/1.19	c timing/clocktype = 2
1.11/1.19	c 
1.11/1.19	c # belongs reading time to solving time?
1.11/1.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.11/1.19	c timing/reading = TRUE
1.11/1.19	c 
1.11/1.19	c # should presolving try to simplify inequalities
1.11/1.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.11/1.19	c constraints/linear/simplifyinequalities = TRUE
1.11/1.19	c 
1.11/1.19	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.11/1.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.11/1.19	c constraints/indicator/addCouplingCons = TRUE
1.11/1.19	c 
1.11/1.19	c # should disaggregation of knapsack constraints be allowed in preprocessing?
1.11/1.19	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
1.11/1.19	c constraints/knapsack/disaggregation = FALSE
1.11/1.19	c 
1.11/1.19	c # should presolving try to simplify knapsacks
1.11/1.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.11/1.19	c constraints/knapsack/simplifyinequalities = TRUE
1.11/1.19	c 
1.11/1.19	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
1.11/1.19	c # [type: int, range: [-1,2147483647], default: -1]
1.11/1.19	c presolving/probing/maxrounds = 0
1.11/1.19	c 
1.11/1.19	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
1.11/1.19	c # [type: int, range: [-1,2147483647], default: 10]
1.11/1.19	c heuristics/coefdiving/freq = -1
1.11/1.19	c 
1.11/1.19	c # maximal fraction of diving LP iterations compared to node LP iterations
1.11/1.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.11/1.19	c heuristics/coefdiving/maxlpiterquot = 0.075
1.11/1.19	c 
1.11/1.19	c # additional number of allowed LP iterations
1.11/1.19	c # [type: int, range: [0,2147483647], default: 1000]
1.11/1.19	c heuristics/coefdiving/maxlpiterofs = 1500
1.11/1.19	c 
1.11/1.19	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
1.11/1.19	c # [type: int, range: [-1,2147483647], default: 30]
1.11/1.19	c heuristics/crossover/freq = -1
1.11/1.19	c 
1.11/1.19	c # number of nodes added to the contingent of the total nodes
1.11/1.19	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.11/1.19	c heuristics/crossover/nodesofs = 750
1.11/1.19	c 
1.11/1.19	c # number of nodes without incumbent change that heuristic should wait
1.11/1.19	c # [type: longint, range: [0,9223372036854775807], default: 200]
1.11/1.19	c heuristics/crossover/nwaitingnodes = 100
1.11/1.19	c 
1.11/1.19	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
1.11/1.19	c # [type: real, range: [0,1], default: 0.1]
1.11/1.19	c heuristics/crossover/nodesquot = 0.15
1.11/1.19	c 
1.11/1.19	c # minimum percentage of integer variables that have to be fixed 
1.11/1.19	c # [type: real, range: [0,1], default: 0.666]
1.11/1.19	c heuristics/crossover/minfixingrate = 0.5
1.11/1.19	c 
1.11/1.19	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
1.11/1.19	c # [type: int, range: [-1,2147483647], default: 20]
1.11/1.19	c heuristics/feaspump/freq = -1
1.11/1.19	c 
1.11/1.19	c # additional number of allowed LP iterations
1.11/1.19	c # [type: int, range: [0,2147483647], default: 1000]
1.11/1.19	c heuristics/feaspump/maxlpiterofs = 2000
1.11/1.19	c 
1.11/1.19	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
1.11/1.19	c # [type: int, range: [-1,2147483647], default: 10]
1.11/1.19	c heuristics/fracdiving/freq = -1
1.11/1.19	c 
1.11/1.19	c # maximal fraction of diving LP iterations compared to node LP iterations
1.11/1.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.11/1.19	c heuristics/fracdiving/maxlpiterquot = 0.075
1.11/1.19	c 
1.11/1.19	c # additional number of allowed LP iterations
1.11/1.19	c # [type: int, range: [0,2147483647], default: 1000]
1.11/1.19	c heuristics/fracdiving/maxlpiterofs = 1500
1.11/1.19	c 
1.11/1.19	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
1.11/1.19	c # [type: int, range: [-1,2147483647], default: 10]
1.11/1.19	c heuristics/guideddiving/freq = -1
1.11/1.19	c 
1.11/1.19	c # maximal fraction of diving LP iterations compared to node LP iterations
1.11/1.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.11/1.19	c heuristics/guideddiving/maxlpiterquot = 0.075
1.11/1.19	c 
1.11/1.19	c # additional number of allowed LP iterations
1.11/1.19	c # [type: int, range: [0,2147483647], default: 1000]
1.11/1.19	c heuristics/guideddiving/maxlpiterofs = 1500
1.11/1.19	c 
1.11/1.19	c # maximal fraction of diving LP iterations compared to node LP iterations
1.11/1.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.11/1.19	c heuristics/intdiving/maxlpiterquot = 0.075
1.11/1.19	c 
1.11/1.19	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
1.11/1.19	c # [type: int, range: [-1,2147483647], default: 10]
1.11/1.19	c heuristics/intshifting/freq = -1
1.11/1.19	c 
1.11/1.19	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
1.11/1.19	c # [type: int, range: [-1,2147483647], default: 10]
1.11/1.19	c heuristics/linesearchdiving/freq = -1
1.11/1.19	c 
1.11/1.19	c # maximal fraction of diving LP iterations compared to node LP iterations
1.11/1.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.11/1.19	c heuristics/linesearchdiving/maxlpiterquot = 0.075
1.11/1.19	c 
1.11/1.19	c # additional number of allowed LP iterations
1.11/1.19	c # [type: int, range: [0,2147483647], default: 1000]
1.11/1.19	c heuristics/linesearchdiving/maxlpiterofs = 1500
1.11/1.19	c 
1.11/1.19	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
1.11/1.19	c # [type: int, range: [-1,2147483647], default: 20]
1.11/1.19	c heuristics/objpscostdiving/freq = -1
1.11/1.19	c 
1.11/1.19	c # maximal fraction of diving LP iterations compared to total iteration number
1.11/1.19	c # [type: real, range: [0,1], default: 0.01]
1.11/1.19	c heuristics/objpscostdiving/maxlpiterquot = 0.015
1.11/1.19	c 
1.11/1.19	c # additional number of allowed LP iterations
1.11/1.19	c # [type: int, range: [0,2147483647], default: 1000]
1.11/1.19	c heuristics/objpscostdiving/maxlpiterofs = 1500
1.11/1.19	c 
1.11/1.19	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
1.11/1.19	c # [type: int, range: [-1,2147483647], default: 1]
1.11/1.19	c heuristics/oneopt/freq = -1
1.11/1.19	c 
1.11/1.19	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
1.11/1.19	c # [type: int, range: [-1,2147483647], default: 10]
1.11/1.19	c heuristics/pscostdiving/freq = -1
1.11/1.19	c 
1.11/1.19	c # maximal fraction of diving LP iterations compared to node LP iterations
1.11/1.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.11/1.19	c heuristics/pscostdiving/maxlpiterquot = 0.075
1.11/1.19	c 
1.11/1.19	c # additional number of allowed LP iterations
1.11/1.19	c # [type: int, range: [0,2147483647], default: 1000]
1.11/1.19	c heuristics/pscostdiving/maxlpiterofs = 1500
1.11/1.19	c 
1.11/1.19	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
1.11/1.19	c # [type: int, range: [-1,2147483647], default: 0]
1.11/1.19	c heuristics/rens/freq = -1
1.11/1.19	c 
1.11/1.19	c # minimum percentage of integer variables that have to be fixable 
1.11/1.19	c # [type: real, range: [0,1], default: 0.5]
1.11/1.19	c heuristics/rens/minfixingrate = 0.3
1.11/1.19	c 
1.11/1.19	c # number of nodes added to the contingent of the total nodes
1.11/1.19	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.11/1.19	c heuristics/rens/nodesofs = 2000
1.11/1.19	c 
1.11/1.19	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
1.11/1.19	c # [type: int, range: [-1,2147483647], default: 20]
1.11/1.19	c heuristics/rootsoldiving/freq = -1
1.11/1.19	c 
1.11/1.19	c # maximal fraction of diving LP iterations compared to node LP iterations
1.11/1.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
1.11/1.19	c heuristics/rootsoldiving/maxlpiterquot = 0.015
1.11/1.19	c 
1.11/1.19	c # additional number of allowed LP iterations
1.11/1.19	c # [type: int, range: [0,2147483647], default: 1000]
1.11/1.19	c heuristics/rootsoldiving/maxlpiterofs = 1500
1.11/1.19	c 
1.11/1.19	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
1.11/1.19	c # [type: int, range: [-1,2147483647], default: 1]
1.11/1.19	c heuristics/rounding/freq = -1
1.11/1.19	c 
1.11/1.19	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
1.11/1.19	c # [type: int, range: [-1,2147483647], default: 0]
1.11/1.19	c heuristics/shiftandpropagate/freq = -1
1.11/1.19	c 
1.11/1.19	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
1.11/1.19	c # [type: int, range: [-1,2147483647], default: 10]
1.11/1.19	c heuristics/shifting/freq = -1
1.11/1.19	c 
1.11/1.19	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
1.11/1.19	c # [type: int, range: [-1,2147483647], default: 1]
1.11/1.19	c heuristics/simplerounding/freq = -1
1.11/1.19	c 
1.11/1.19	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
1.11/1.19	c # [type: int, range: [-1,2147483647], default: 1]
1.11/1.19	c heuristics/subnlp/freq = -1
1.11/1.19	c 
1.11/1.19	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
1.11/1.19	c # [type: int, range: [-1,2147483647], default: 0]
1.11/1.19	c heuristics/trivial/freq = -1
1.11/1.19	c 
1.11/1.19	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
1.11/1.19	c # [type: int, range: [-1,2147483647], default: 1]
1.11/1.19	c heuristics/trysol/freq = -1
1.11/1.19	c 
1.11/1.19	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
1.11/1.19	c # [type: int, range: [-1,2147483647], default: 0]
1.11/1.19	c heuristics/undercover/freq = -1
1.11/1.19	c 
1.11/1.19	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
1.11/1.19	c # [type: int, range: [-1,2147483647], default: 10]
1.11/1.19	c heuristics/veclendiving/freq = -1
1.11/1.19	c 
1.11/1.19	c # maximal fraction of diving LP iterations compared to node LP iterations
1.11/1.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.11/1.19	c heuristics/veclendiving/maxlpiterquot = 0.075
1.11/1.19	c 
1.11/1.19	c # additional number of allowed LP iterations
1.11/1.19	c # [type: int, range: [0,2147483647], default: 1000]
1.11/1.19	c heuristics/veclendiving/maxlpiterofs = 1500
1.11/1.19	c 
1.11/1.19	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
1.11/1.19	c # [type: int, range: [-1,2147483647], default: 1]
1.11/1.19	c heuristics/zirounding/freq = -1
1.11/1.19	c 
1.11/1.19	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
1.11/1.19	c # [type: int, range: [-1,2147483647], default: 0]
1.11/1.19	c separating/cmir/freq = -1
1.11/1.19	c 
1.11/1.19	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
1.11/1.19	c # [type: int, range: [-1,2147483647], default: 0]
1.11/1.19	c separating/flowcover/freq = -1
1.11/1.19	c 
1.11/1.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.11/1.19	c # [type: int, range: [-1,2147483647], default: -1]
1.11/1.19	c separating/rapidlearning/freq = 0
1.11/1.19	c 
1.11/1.19	c -----------------------------------------------------------------------------------------------
1.11/1.19	c start solving
1.11/1.19	c 
2.39/2.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.39/2.46	c   2.5s|     1 |     0 |  5290 |     - | 122M|   0 |2580 |  16k|  49k|  16k|  49k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
5.69/5.76	c   5.8s|     1 |     0 | 10073 |     - | 122M|   0 |3866 |  16k|  49k|  16k|  49k|  86 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
8.59/8.68	c   8.7s|     1 |     0 | 14245 |     - | 123M|   0 |3917 |  16k|  49k|  16k|  49k| 188 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
13.67/13.74	c  13.7s|     1 |     0 | 22183 |     - | 124M|   0 |4367 |  16k|  49k|  16k|  49k| 334 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
31.37/31.46	c  31.5s|     1 |     0 | 31246 |     - | 124M|   0 |4684 |  16k|  49k|  16k|  49k| 471 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
40.27/40.38	c  40.4s|     1 |     0 | 41364 |     - | 124M|   0 |4968 |  16k|  49k|  16k|  49k| 611 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
64.97/65.06	c  65.1s|     1 |     2 | 41364 |     - | 124M|   0 |4968 |  16k|  49k|  16k|  49k| 611 |   0 |  24 | 0.000000e+00 |      --      |    Inf 
1799.99/1800.00	c 
1799.99/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1799.99/1800.00	c Solving Time (sec) : 1800.00
1799.99/1800.00	c Solving Nodes      : 3906
1799.99/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1799.99/1800.00	c Dual Bound         : +0.00000000000000e+00
1799.99/1800.00	c Gap                : infinite
1799.99/1800.00	s UNKNOWN
1799.99/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1799.99/1800.00	c Total Time         :    1800.00
1799.99/1800.00	c   solving          :    1800.00
1799.99/1800.00	c   presolving       :       0.80 (included in solving)
1799.99/1800.00	c   reading          :       0.34 (included in solving)
1799.99/1800.00	c Original Problem   :
1799.99/1800.00	c   Problem name     : HOME/instance-3453086-1307074902.opb
1799.99/1800.00	c   Variables        : 18069 (18069 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.99/1800.00	c   Constraints      : 52475 initial, 52475 maximal
1799.99/1800.00	c Presolved Problem  :
1799.99/1800.00	c   Problem name     : t_HOME/instance-3453086-1307074902.opb
1799.99/1800.00	c   Variables        : 16755 (16755 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.99/1800.00	c   Constraints      : 49284 initial, 52356 maximal
1799.99/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1799.99/1800.00	c   trivial          :       0.01         18          0          0          0          0          0          0          0          0
1799.99/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1799.99/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1799.99/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1799.99/1800.00	c   implics          :       0.07          0        911          0          0          0          0          0          0          0
1799.99/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1799.99/1800.00	c   knapsack         :       0.01          0          0          0          0          0          0          0          0          0
1799.99/1800.00	c   setppc           :       0.04          0          0          0          0          0          0          0          0          0
1799.99/1800.00	c   linear           :       0.50        381          4          0        381          0       3191          0        460       1030
1799.99/1800.00	c   logicor          :       0.02          0          0          0          0          0          0          0          0          0
1799.99/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1799.99/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1799.99/1800.00	c   integral         :          0          0          0       2803          0          1          0         10        139          0          0       5502
1799.99/1800.00	c   knapsack         :        920          5      98082          0          1          0          0          0        127       1000          0          0
1799.99/1800.00	c   setppc           :      32261          5      98082          0          1          0    1366222        866    1293437          0          0          0
1799.99/1800.00	c   logicor          :      16103+         5      92992          0          1          0     625353       1305     956534          0          0          0
1799.99/1800.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1799.99/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1799.99/1800.00	c   integral         :     752.57       0.00       0.00     752.57       0.00       0.00       0.00
1799.99/1800.00	c   knapsack         :       1.31       0.01       1.30       0.00       0.00       0.00       0.00
1799.99/1800.00	c   setppc           :      12.61       0.01      12.09       0.00       0.00       0.00       0.51
1799.99/1800.00	c   logicor          :       4.08       0.00       3.67       0.00       0.00       0.00       0.41
1799.99/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1799.99/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1799.99/1800.00	c   vbounds          :          0          0          0          0
1799.99/1800.00	c   rootredcost      :          0          0          0          0
1799.99/1800.00	c   pseudoobj        :          0          0          0          0
1799.99/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1799.99/1800.00	c   vbounds          :       0.01       0.01       0.00
1799.99/1800.00	c   rootredcost      :       0.01       0.01       0.00
1799.99/1800.00	c   pseudoobj        :       0.01       0.01       0.00
1799.99/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1799.99/1800.00	c   propagation      :       1.82       2171       1997      27248      108.6        363       21.7          -
1799.99/1800.00	c   infeasible LP    :       0.08         21         21         79       51.3         12       21.9          0
1799.99/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1799.99/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1799.99/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1799.99/1800.00	c   applied globally :          -          -          -       7333       68.3          -          -          -
1799.99/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1799.99/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1799.99/1800.00	c   cut pool         :       0.00          4          -          -        161          -    (maximal pool size: 1460)
1799.99/1800.00	c   redcost          :       1.19       2773          0          0          0          0
1799.99/1800.00	c   impliedbounds    :       0.03          5          0          0          0          0
1799.99/1800.00	c   intobj           :       0.00          0          0          0          0          0
1799.99/1800.00	c   gomory           :       9.23          5          0          0       2500          0
1799.99/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1799.99/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1799.99/1800.00	c   strongcg         :       7.43          5          0          0       2500          0
1799.99/1800.00	c   cmir             :       0.00          0          0          0          0          0
1799.99/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1799.99/1800.00	c   clique           :       1.49          5          0          0         34          0
1799.99/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1799.99/1800.00	c   mcf              :       0.34          1          0          0          0          0
1799.99/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1799.99/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1799.99/1800.00	c Pricers            :       Time      Calls       Vars
1799.99/1800.00	c   problem variables:       0.00          0          0
1799.99/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1799.99/1800.00	c   relpscost        :     752.57       2803         10        139          0          0       5502
1799.99/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1799.99/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1799.99/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1799.99/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1799.99/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1799.99/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1799.99/1800.00	c   random           :       0.00          0          0          0          0          0          0
1799.99/1800.00	c Primal Heuristics  :       Time      Calls      Found
1799.99/1800.00	c   LP solutions     :       0.00          -          0
1799.99/1800.00	c   pseudo solutions :       0.00          -          0
1799.99/1800.00	c   trivial          :       0.01          1          0
1799.99/1800.00	c   shiftandpropagate:       0.00          0          0
1799.99/1800.00	c   simplerounding   :       0.00          0          0
1799.99/1800.00	c   zirounding       :       0.00          0          0
1799.99/1800.00	c   rounding         :       0.00          0          0
1799.99/1800.00	c   shifting         :       0.00          0          0
1799.99/1800.00	c   intshifting      :       0.00          0          0
1799.99/1800.00	c   oneopt           :       0.00          0          0
1799.99/1800.00	c   twoopt           :       0.00          0          0
1799.99/1800.00	c   fixandinfer      :       0.00          0          0
1799.99/1800.00	c   feaspump         :       0.00          0          0
1799.99/1800.00	c   clique           :       0.00          0          0
1799.99/1800.00	c   coefdiving       :       0.00          0          0
1799.99/1800.00	c   pscostdiving     :       0.00          0          0
1799.99/1800.00	c   fracdiving       :       0.00          0          0
1799.99/1800.00	c   veclendiving     :       0.00          0          0
1799.99/1800.00	c   intdiving        :       0.00          0          0
1799.99/1800.00	c   actconsdiving    :       0.00          0          0
1799.99/1800.00	c   objpscostdiving  :       0.00          0          0
1799.99/1800.00	c   rootsoldiving    :       0.00          0          0
1799.99/1800.00	c   linesearchdiving :       0.00          0          0
1799.99/1800.00	c   guideddiving     :       0.00          0          0
1799.99/1800.00	c   octane           :       0.00          0          0
1799.99/1800.00	c   rens             :       0.00          0          0
1799.99/1800.00	c   rins             :       0.00          0          0
1799.99/1800.00	c   localbranching   :       0.00          0          0
1799.99/1800.00	c   mutation         :       0.00          0          0
1799.99/1800.00	c   crossover        :       0.00          0          0
1799.99/1800.00	c   dins             :       0.00          0          0
1799.99/1800.00	c   vbounds          :       0.00          0          0
1799.99/1800.00	c   undercover       :       0.00          0          0
1799.99/1800.00	c   subnlp           :       0.00          0          0
1799.99/1800.00	c   trysol           :       0.00          0          0
1799.99/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1799.99/1800.00	c   primal LP        :       0.02          0          0       0.00       0.00
1799.99/1800.00	c   dual LP          :     979.88       2830    1728667     610.84    1764.15
1799.99/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1799.99/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1799.99/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1799.99/1800.00	c   strong branching :     750.45       1505     986165     655.26    1314.10
1799.99/1800.00	c     (at root node) :          -         24      20926     871.92          -
1799.99/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1799.99/1800.00	c B&B Tree           :
1799.99/1800.00	c   number of runs   :          1
1799.99/1800.00	c   nodes            :       3906
1799.99/1800.00	c   nodes (total)    :       3906
1799.99/1800.00	c   nodes left       :         36
1799.99/1800.00	c   max depth        :         73
1799.99/1800.00	c   max depth (total):         73
1799.99/1800.00	c   backtracks       :       1140 (29.2%)
1799.99/1800.00	c   delayed cutoffs  :       1563
1799.99/1800.00	c   repropagations   :       3190 (774939 domain reductions, 1048 cutoffs)
1799.99/1800.00	c   avg switch length:       3.15
1799.99/1800.00	c   switching time   :       7.09
1799.99/1800.00	c Solution           :
1799.99/1800.00	c   Solutions found  :          0 (0 improvements)
1799.99/1800.00	c   Primal Bound     :          -
1799.99/1800.00	c   Dual Bound       : +0.00000000000000e+00
1799.99/1800.00	c   Gap              :   infinite
1799.99/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1799.99/1800.00	c   Root Iterations  :      41364

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-3453086-1307074902/watcher-3453086-1307074902 -o /tmp/evaluation-result-3453086-1307074902/solver-3453086-1307074902 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3453086-1307074902.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: 1.94 2.02 1.99 3/498 9175
/proc/meminfo: memFree=28931484/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=11216 CPUtime=0.01 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 1803 0 0 0 1 0 0 0 25 0 1 0 819089866 11485184 1757 33554432000 4194304 9128323 140735997926688 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9175/statm: 2804 1757 397 1205 0 1595 0

[startup+0.0819321 s]
/proc/loadavg: 1.94 2.02 1.99 3/498 9175
/proc/meminfo: memFree=28931484/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=19584 CPUtime=0.07 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 3893 0 0 0 7 0 0 0 25 0 1 0 819089866 20054016 3845 33554432000 4194304 9128323 140735997926688 18446744073709551615 7907688 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9175/statm: 4896 3845 397 1205 0 3687 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 19584

[startup+0.100928 s]
/proc/loadavg: 1.94 2.02 1.99 3/498 9175
/proc/meminfo: memFree=28931484/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=19916 CPUtime=0.09 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 3985 0 0 0 9 0 0 0 25 0 1 0 819089866 20393984 3937 33554432000 4194304 9128323 140735997926688 18446744073709551615 6163871 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9175/statm: 4979 3937 397 1205 0 3770 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19916

[startup+0.300897 s]
/proc/loadavg: 1.94 2.02 1.99 3/498 9175
/proc/meminfo: memFree=28931484/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=36904 CPUtime=0.29 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 8224 0 0 0 29 0 0 0 25 0 1 0 819089866 37789696 8172 33554432000 4194304 9128323 140735997926688 18446744073709551615 7998458 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9175/statm: 9226 8172 397 1205 0 8017 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36904

[startup+0.700818 s]
/proc/loadavg: 1.94 2.02 1.99 3/498 9175
/proc/meminfo: memFree=28931484/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=126616 CPUtime=0.69 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 32200 0 0 0 66 3 0 0 25 0 1 0 819089866 129654784 29931 33554432000 4194304 9128323 140735997926688 18446744073709551615 5281525 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9175/statm: 31654 29931 518 1205 0 30445 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 126616

[startup+1.50068 s]
/proc/loadavg: 1.94 2.02 1.99 3/499 9176
/proc/meminfo: memFree=28791232/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=241984 CPUtime=1.49 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 61837 0 0 0 143 6 0 0 18 0 1 0 819089866 247791616 56292 33554432000 4194304 9128323 140735997926688 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9175/statm: 60496 56292 721 1205 0 59287 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 241984

[startup+3.10042 s]
/proc/loadavg: 1.94 2.02 1.99 3/499 9176
/proc/meminfo: memFree=28701324/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=247208 CPUtime=3.09 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 65018 0 0 0 302 7 0 0 20 0 1 0 819089866 253140992 59317 33554432000 4194304 9128323 140735997926688 18446744073709551615 6243313 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9175/statm: 61802 59317 754 1205 0 60593 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 247208

[startup+6.30089 s]
/proc/loadavg: 2.03 2.04 2.00 3/499 9176
/proc/meminfo: memFree=28688212/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=251944 CPUtime=6.29 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 66659 0 0 0 620 9 0 0 25 0 1 0 819089866 257990656 60913 33554432000 4194304 9128323 140735997926688 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9175/statm: 62986 60913 738 1205 0 61777 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 251944

[startup+12.7008 s]
/proc/loadavg: 2.02 2.04 2.00 3/499 9176
/proc/meminfo: memFree=28683540/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=258184 CPUtime=12.67 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 68258 0 0 0 1256 11 0 0 25 0 1 0 819089866 264380416 62512 33554432000 4194304 9128323 140735997926688 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9175/statm: 64546 62512 738 1205 0 63337 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 258184

[startup+25.5006 s]
/proc/loadavg: 2.02 2.03 2.00 3/499 9176
/proc/meminfo: memFree=28680664/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=258924 CPUtime=25.47 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 68608 0 0 0 2532 15 0 0 25 0 1 0 819089866 265138176 62862 33554432000 4194304 9128323 140735997926688 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9175/statm: 64731 62862 738 1205 0 63522 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 258924

[startup+51.1003 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 9205
/proc/meminfo: memFree=28751004/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=267164 CPUtime=51.06 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 70328 0 0 0 5078 28 0 0 25 0 1 0 819089866 273575936 64582 33554432000 4194304 9128323 140735997926688 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9175/statm: 66791 64582 744 1205 0 65582 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 267164

[startup+102.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 9205
/proc/meminfo: memFree=28683108/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=272644 CPUtime=102.29 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 71994 0 0 0 10190 39 0 0 25 0 1 0 819089866 279187456 66248 33554432000 4194304 9128323 140735997926688 18446744073709551615 7326738 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9175/statm: 68161 66248 747 1205 0 66952 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 272644

[startup+162.301 s]
/proc/loadavg: 2.07 2.05 2.01 3/499 9207
/proc/meminfo: memFree=28680924/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=274396 CPUtime=162.27 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 72414 0 0 0 16176 51 0 0 25 0 1 0 819089866 280981504 66668 33554432000 4194304 9128323 140735997926688 18446744073709551615 7176963 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9175/statm: 68599 66668 747 1205 0 67390 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 274396

[startup+222.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/499 9209
/proc/meminfo: memFree=28680172/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=274396 CPUtime=222.26 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 72433 0 0 0 22164 62 0 0 25 0 1 0 819089866 280981504 66687 33554432000 4194304 9128323 140735997926688 18446744073709551615 7192212 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9175/statm: 68599 66687 747 1205 0 67390 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 274396

[startup+282.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/499 9211
/proc/meminfo: memFree=28676564/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=275336 CPUtime=282.27 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 77972 0 0 0 28151 76 0 0 25 0 1 0 819089866 281944064 66911 33554432000 4194304 9128323 140735997926688 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9175/statm: 68834 66911 835 1205 0 67625 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 275336

[startup+342.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/499 9213
/proc/meminfo: memFree=28660684/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=279856 CPUtime=342.27 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 82309 0 0 0 34136 91 0 0 25 0 1 0 819089866 286572544 68016 33554432000 4194304 9128323 140735997926688 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9175/statm: 69964 68016 777 1205 0 68755 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 279856

[startup+402.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/499 9213
/proc/meminfo: memFree=28655840/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=282488 CPUtime=402.27 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 101995 0 0 0 40119 108 0 0 25 0 1 0 819089866 289267712 68702 33554432000 4194304 9128323 140735997926688 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9175/statm: 70622 68702 824 1205 0 69413 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 282488

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 9215
/proc/meminfo: memFree=28642312/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=293964 CPUtime=462.27 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 125797 0 0 0 46101 126 0 0 25 0 1 0 819089866 301019136 71420 33554432000 4194304 9128323 140735997926688 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9175/statm: 73491 71420 744 1205 0 72282 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 293964

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 9217
/proc/meminfo: memFree=28635232/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=298600 CPUtime=522.27 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 135327 0 0 0 52084 143 0 0 25 0 1 0 819089866 305766400 72693 33554432000 4194304 9128323 140735997926688 18446744073709551615 7312758 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9175/statm: 74650 72693 744 1205 0 73441 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 298600

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 9219
/proc/meminfo: memFree=28621832/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=308052 CPUtime=582.27 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 143453 0 0 0 58069 158 0 0 25 0 1 0 819089866 315445248 75480 33554432000 4194304 9128323 140735997926688 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9175/statm: 77013 75480 744 1205 0 75804 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 308052

[startup+642.301 s]

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

[startup+882.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/499 9227
/proc/meminfo: memFree=28596864/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=319508 CPUtime=882.28 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 215004 0 0 0 87988 240 0 0 25 0 1 0 819089866 327176192 77837 33554432000 4194304 9128323 140735997926688 18446744073709551615 7192399 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9175/statm: 79877 77837 744 1205 0 78668 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 319508

[startup+942.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 9229
/proc/meminfo: memFree=28597840/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=332640 CPUtime=942.28 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 248743 0 0 0 93966 262 0 0 25 0 1 0 819089866 340623360 80501 33554432000 4194304 9128323 140735997926688 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9175/statm: 83160 80501 869 1205 0 81951 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 332640

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 9229
/proc/meminfo: memFree=28590020/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=336932 CPUtime=1002.28 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 258901 0 0 0 99948 280 0 0 25 0 1 0 819089866 345018368 82321 33554432000 4194304 9128323 140735997926688 18446744073709551615 7346439 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9175/statm: 84233 82321 847 1205 0 83024 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 336932

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 9231
/proc/meminfo: memFree=28587656/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=339728 CPUtime=1062.28 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 277442 0 0 0 105932 296 0 0 25 0 1 0 819089866 347881472 83018 33554432000 4194304 9128323 140735997926688 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9175/statm: 84932 83018 860 1205 0 83723 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 339728

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 9233
/proc/meminfo: memFree=28595836/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=335448 CPUtime=1122.28 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 296276 0 0 0 111917 311 0 0 25 0 1 0 819089866 343498752 80919 33554432000 4194304 9128323 140735997926688 18446744073709551615 7315455 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9175/statm: 83862 80919 830 1205 0 82653 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 335448

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 9235
/proc/meminfo: memFree=28579952/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=338436 CPUtime=1182.29 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 316140 0 0 0 117900 329 0 0 25 0 1 0 819089866 346558464 81903 33554432000 4194304 9128323 140735997926688 18446744073709551615 7312729 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9175/statm: 84609 81903 782 1205 0 83400 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 338436

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 9237
/proc/meminfo: memFree=28579700/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=346440 CPUtime=1242.29 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 324765 0 0 0 123884 345 0 0 25 0 1 0 819089866 354754560 84543 33554432000 4194304 9128323 140735997926688 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9175/statm: 86610 84543 751 1205 0 85401 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 346440

[startup+1302.3 s]
/proc/loadavg: 2.13 2.03 2.01 3/499 9237
/proc/meminfo: memFree=28577836/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=347444 CPUtime=1302.3 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 330654 0 0 0 129870 360 0 0 25 0 1 0 819089866 355782656 84970 33554432000 4194304 9128323 140735997926688 18446744073709551615 7346252 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9175/statm: 86861 84970 745 1205 0 85652 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 347444

[startup+1362.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/499 9239
/proc/meminfo: memFree=28579940/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=349196 CPUtime=1362.29 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 339764 0 0 0 135851 378 0 0 25 0 1 0 819089866 357576704 84827 33554432000 4194304 9128323 140735997926688 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9175/statm: 87299 84827 744 1205 0 86090 0
Current children cumulated CPU time (s) 1362.29
Current children cumulated vsize (KiB) 349196

[startup+1422.32 s]
/proc/loadavg: 2.18 2.07 2.02 3/499 9241
/proc/meminfo: memFree=28571248/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=355468 CPUtime=1422.3 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 377116 0 0 0 141832 398 0 0 25 0 1 0 819089866 363999232 86739 33554432000 4194304 9128323 140735997926688 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9175/statm: 88867 86739 744 1205 0 87658 0
Current children cumulated CPU time (s) 1422.3
Current children cumulated vsize (KiB) 355468

[startup+1482.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/499 9243
/proc/meminfo: memFree=28570128/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=356684 CPUtime=1482.29 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 423570 0 0 0 147809 420 0 0 25 0 1 0 819089866 365244416 87141 33554432000 4194304 9128323 140735997926688 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9175/statm: 89171 87141 884 1205 0 87962 0
Current children cumulated CPU time (s) 1482.29
Current children cumulated vsize (KiB) 356684

[startup+1542.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/499 9245
/proc/meminfo: memFree=28565400/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=360880 CPUtime=1542.29 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 452288 0 0 0 153787 442 0 0 25 0 1 0 819089866 369541120 88259 33554432000 4194304 9128323 140735997926688 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9175/statm: 90220 88259 743 1205 0 89011 0
Current children cumulated CPU time (s) 1542.29
Current children cumulated vsize (KiB) 360880

[startup+1602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 9245
/proc/meminfo: memFree=28560428/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=366328 CPUtime=1602.29 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 461918 0 0 0 159769 460 0 0 25 0 1 0 819089866 375119872 89322 33554432000 4194304 9128323 140735997926688 18446744073709551615 7361797 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9175/statm: 91582 89322 743 1205 0 90373 0
Current children cumulated CPU time (s) 1602.29
Current children cumulated vsize (KiB) 366328

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 9247
/proc/meminfo: memFree=28566744/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=364932 CPUtime=1662.29 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 489526 0 0 0 165749 480 0 0 25 0 1 0 819089866 373690368 88233 33554432000 4194304 9128323 140735997926688 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9175/statm: 91233 88233 743 1205 0 90024 0
Current children cumulated CPU time (s) 1662.29
Current children cumulated vsize (KiB) 364932

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 9249
/proc/meminfo: memFree=28556568/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=372128 CPUtime=1722.3 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 520959 0 0 0 171732 498 0 0 25 0 1 0 819089866 381059072 90947 33554432000 4194304 9128323 140735997926688 18446744073709551615 7315196 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9175/statm: 93032 90947 997 1205 0 91823 0
Current children cumulated CPU time (s) 1722.3
Current children cumulated vsize (KiB) 372128

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 9251
/proc/meminfo: memFree=28559412/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=369320 CPUtime=1782.29 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 559417 0 0 0 177711 518 0 0 25 0 1 0 819089866 378183680 89239 33554432000 4194304 9128323 140735997926688 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9175/statm: 92330 89239 743 1205 0 91121 0
Current children cumulated CPU time (s) 1782.29
Current children cumulated vsize (KiB) 369320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 9251
/proc/meminfo: memFree=28552220/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=371420 CPUtime=1800.11 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 582921 0 0 0 179486 525 0 0 25 0 1 0 819089866 380334080 90901 33554432000 4194304 9128323 140735997926688 18446744073709551615 6890048 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9175/statm: 92855 90901 754 1205 0 91646 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 371420

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

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

[startup+1800.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 9251
/proc/meminfo: memFree=28552220/32951132 swapFree=57925096/67111528
[pid=9175] ppid=9173 vsize=371420 CPUtime=1800.11 cores=0,2,4,6
/proc/9175/stat : 9175 (scip-2.0.1.4.li) R 9173 9175 7222 0 -1 4202496 582921 0 0 0 179486 525 0 0 25 0 1 0 819089866 380334080 90901 33554432000 4194304 9128323 140735997926688 18446744073709551615 6890048 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9175/statm: 92855 90901 754 1205 0 91646 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 371420

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.14
CPU time (s): 1800.14
CPU user time (s): 1794.87
CPU system time (s): 5.2662
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 374644

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

runsolver used 9.58554 second user time and 20.0629 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-03 06:21:42
IDJOB=3453086
IDBENCH=1493
IDSOLVER=1949
FILE ID=node129/3453086-1307074902
RUNJOBID= node129-1307068417-8253
PBS_JOBID= 13497857
Free space on /tmp= 73852 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.rf10.ucl.opb
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453086-1307074902/watcher-3453086-1307074902 -o /tmp/evaluation-result-3453086-1307074902/solver-3453086-1307074902 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3453086-1307074902.opb -t 1800 -m 15500

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

MD5SUM BENCH= 631c705feb60dcd8a1b144825a73a754
RANDOM SEED=1680187859

node129.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.831
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.66
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.831
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.83
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.831
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.75
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.831
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.82
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.831
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.74
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.831
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.83
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.831
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.75
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.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      28931516 kB
Buffers:        300884 kB
Cached:        2092592 kB
SwapCached:      49348 kB
Active:         585164 kB
Inactive:      3154276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28931516 kB
SwapTotal:    67111528 kB
SwapFree:     57925096 kB
Dirty:           13580 kB
Writeback:           0 kB
AnonPages:     1307988 kB
Mapped:          17616 kB
Slab:           152820 kB
PageTables:      59316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 147516652 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 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 node129 at 2011-06-03 06:51:45