Trace number 3488757

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_2 2011-06-10 (fixed)? (TO) 1800.09 1800.04

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.5]
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-3488757-1307759359.opb>
0.99/1.01	c original problem has 62704 variables (62704 bin, 0 int, 0 impl, 0 cont) and 187107 constraints
0.99/1.01	c problem read
0.99/1.01	c No objective function, only one solution is needed.
0.99/1.01	c presolving settings loaded
1.29/1.36	c presolving:
3.39/3.49	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.69/3.70	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.69/3.74	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.30/4.37	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.49/4.59	c presolving (5 rounds):
4.49/4.59	c  1531 deleted vars, 3882 deleted constraints, 0 added constraints, 737 tightened bounds, 0 added holes, 252 changed sides, 876 changed coefficients
4.49/4.59	c  5494539 implications, 0 cliques
4.49/4.59	c presolved problem has 61173 variables (61173 bin, 0 int, 0 impl, 0 cont) and 183225 constraints
4.49/4.59	c     504 constraints of type <knapsack>
4.49/4.59	c  121885 constraints of type <setppc>
4.49/4.59	c   60836 constraints of type <logicor>
4.49/4.59	c transformed objective value is always integral (scale: 1)
4.49/4.59	c Presolving Time: 3.34
4.49/4.59	c - non default parameters ----------------------------------------------------------------------
4.49/4.59	c # SCIP version 2.0.1.5
4.49/4.59	c 
4.49/4.59	c # frequency for displaying node information lines
4.49/4.59	c # [type: int, range: [-1,2147483647], default: 100]
4.49/4.59	c display/freq = 10000
4.49/4.59	c 
4.49/4.59	c # maximal time in seconds to run
4.49/4.59	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.49/4.59	c limits/time = 1797
4.49/4.59	c 
4.49/4.59	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.49/4.59	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.49/4.59	c limits/memory = 13950
4.49/4.59	c 
4.49/4.59	c # solving stops, if the given number of solutions were found (-1: no limit)
4.49/4.59	c # [type: int, range: [-1,2147483647], default: -1]
4.49/4.59	c limits/solutions = 1
4.49/4.59	c 
4.49/4.59	c # maximal number of separation rounds per node (-1: unlimited)
4.49/4.59	c # [type: int, range: [-1,2147483647], default: 5]
4.49/4.59	c separating/maxrounds = 1
4.49/4.59	c 
4.49/4.59	c # maximal number of separation rounds in the root node (-1: unlimited)
4.49/4.59	c # [type: int, range: [-1,2147483647], default: -1]
4.49/4.59	c separating/maxroundsroot = 5
4.49/4.59	c 
4.49/4.59	c # default clock type (1: CPU user seconds, 2: wall clock time)
4.49/4.59	c # [type: int, range: [1,2], default: 1]
4.49/4.59	c timing/clocktype = 2
4.49/4.59	c 
4.49/4.59	c # belongs reading time to solving time?
4.49/4.59	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.49/4.59	c timing/reading = TRUE
4.49/4.59	c 
4.49/4.59	c # should presolving try to simplify inequalities
4.49/4.59	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.49/4.59	c constraints/linear/simplifyinequalities = TRUE
4.49/4.59	c 
4.49/4.59	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
4.49/4.59	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.49/4.59	c constraints/indicator/addCouplingCons = TRUE
4.49/4.59	c 
4.49/4.59	c # should disaggregation of knapsack constraints be allowed in preprocessing?
4.49/4.59	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
4.49/4.59	c constraints/knapsack/disaggregation = FALSE
4.49/4.59	c 
4.49/4.59	c # should presolving try to simplify knapsacks
4.49/4.59	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.49/4.59	c constraints/knapsack/simplifyinequalities = TRUE
4.49/4.59	c 
4.49/4.59	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
4.49/4.59	c # [type: int, range: [-1,2147483647], default: -1]
4.49/4.59	c presolving/probing/maxrounds = 0
4.49/4.59	c 
4.49/4.59	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
4.49/4.59	c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.59	c heuristics/coefdiving/freq = -1
4.49/4.59	c 
4.49/4.59	c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.59	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.49/4.59	c heuristics/coefdiving/maxlpiterquot = 0.075
4.49/4.59	c 
4.49/4.59	c # additional number of allowed LP iterations
4.49/4.59	c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.59	c heuristics/coefdiving/maxlpiterofs = 1500
4.49/4.59	c 
4.49/4.59	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
4.49/4.59	c # [type: int, range: [-1,2147483647], default: 30]
4.49/4.59	c heuristics/crossover/freq = -1
4.49/4.59	c 
4.49/4.59	c # number of nodes added to the contingent of the total nodes
4.49/4.59	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.49/4.59	c heuristics/crossover/nodesofs = 750
4.49/4.59	c 
4.49/4.59	c # number of nodes without incumbent change that heuristic should wait
4.49/4.59	c # [type: longint, range: [0,9223372036854775807], default: 200]
4.49/4.59	c heuristics/crossover/nwaitingnodes = 100
4.49/4.59	c 
4.49/4.59	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
4.49/4.59	c # [type: real, range: [0,1], default: 0.1]
4.49/4.59	c heuristics/crossover/nodesquot = 0.15
4.49/4.59	c 
4.49/4.59	c # minimum percentage of integer variables that have to be fixed 
4.49/4.59	c # [type: real, range: [0,1], default: 0.666]
4.49/4.59	c heuristics/crossover/minfixingrate = 0.5
4.49/4.59	c 
4.49/4.59	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
4.49/4.59	c # [type: int, range: [-1,2147483647], default: 20]
4.49/4.59	c heuristics/feaspump/freq = -1
4.49/4.59	c 
4.49/4.59	c # additional number of allowed LP iterations
4.49/4.59	c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.59	c heuristics/feaspump/maxlpiterofs = 2000
4.49/4.59	c 
4.49/4.59	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
4.49/4.59	c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.59	c heuristics/fracdiving/freq = -1
4.49/4.59	c 
4.49/4.59	c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.59	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.49/4.59	c heuristics/fracdiving/maxlpiterquot = 0.075
4.49/4.59	c 
4.49/4.59	c # additional number of allowed LP iterations
4.49/4.59	c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.59	c heuristics/fracdiving/maxlpiterofs = 1500
4.49/4.59	c 
4.49/4.59	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
4.49/4.59	c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.59	c heuristics/guideddiving/freq = -1
4.49/4.59	c 
4.49/4.59	c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.59	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.49/4.59	c heuristics/guideddiving/maxlpiterquot = 0.075
4.49/4.59	c 
4.49/4.59	c # additional number of allowed LP iterations
4.49/4.59	c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.59	c heuristics/guideddiving/maxlpiterofs = 1500
4.49/4.59	c 
4.49/4.59	c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.59	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.49/4.59	c heuristics/intdiving/maxlpiterquot = 0.075
4.49/4.59	c 
4.49/4.59	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
4.49/4.59	c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.59	c heuristics/intshifting/freq = -1
4.49/4.59	c 
4.49/4.59	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
4.49/4.59	c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.59	c heuristics/linesearchdiving/freq = -1
4.49/4.59	c 
4.49/4.59	c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.59	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.49/4.59	c heuristics/linesearchdiving/maxlpiterquot = 0.075
4.49/4.59	c 
4.49/4.59	c # additional number of allowed LP iterations
4.49/4.59	c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.59	c heuristics/linesearchdiving/maxlpiterofs = 1500
4.49/4.59	c 
4.49/4.59	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
4.49/4.59	c # [type: int, range: [-1,2147483647], default: 20]
4.49/4.59	c heuristics/objpscostdiving/freq = -1
4.49/4.59	c 
4.49/4.59	c # maximal fraction of diving LP iterations compared to total iteration number
4.49/4.59	c # [type: real, range: [0,1], default: 0.01]
4.49/4.59	c heuristics/objpscostdiving/maxlpiterquot = 0.015
4.49/4.59	c 
4.49/4.59	c # additional number of allowed LP iterations
4.49/4.59	c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.59	c heuristics/objpscostdiving/maxlpiterofs = 1500
4.49/4.59	c 
4.49/4.59	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
4.49/4.59	c # [type: int, range: [-1,2147483647], default: 1]
4.49/4.59	c heuristics/oneopt/freq = -1
4.49/4.59	c 
4.49/4.59	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
4.49/4.59	c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.59	c heuristics/pscostdiving/freq = -1
4.49/4.59	c 
4.49/4.59	c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.59	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.49/4.59	c heuristics/pscostdiving/maxlpiterquot = 0.075
4.49/4.59	c 
4.49/4.59	c # additional number of allowed LP iterations
4.49/4.59	c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.59	c heuristics/pscostdiving/maxlpiterofs = 1500
4.49/4.59	c 
4.49/4.59	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
4.49/4.59	c # [type: int, range: [-1,2147483647], default: 0]
4.49/4.59	c heuristics/rens/freq = -1
4.49/4.59	c 
4.49/4.59	c # minimum percentage of integer variables that have to be fixable 
4.49/4.59	c # [type: real, range: [0,1], default: 0.5]
4.49/4.59	c heuristics/rens/minfixingrate = 0.3
4.49/4.59	c 
4.49/4.59	c # number of nodes added to the contingent of the total nodes
4.49/4.59	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.49/4.59	c heuristics/rens/nodesofs = 2000
4.49/4.59	c 
4.49/4.59	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
4.49/4.59	c # [type: int, range: [-1,2147483647], default: 20]
4.49/4.59	c heuristics/rootsoldiving/freq = -1
4.49/4.59	c 
4.49/4.59	c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.59	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
4.49/4.59	c heuristics/rootsoldiving/maxlpiterquot = 0.015
4.49/4.59	c 
4.49/4.59	c # additional number of allowed LP iterations
4.49/4.59	c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.59	c heuristics/rootsoldiving/maxlpiterofs = 1500
4.49/4.59	c 
4.49/4.59	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
4.49/4.59	c # [type: int, range: [-1,2147483647], default: 1]
4.49/4.59	c heuristics/rounding/freq = -1
4.49/4.59	c 
4.49/4.59	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
4.49/4.59	c # [type: int, range: [-1,2147483647], default: 0]
4.49/4.59	c heuristics/shiftandpropagate/freq = -1
4.49/4.59	c 
4.49/4.59	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
4.49/4.59	c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.59	c heuristics/shifting/freq = -1
4.49/4.59	c 
4.49/4.59	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
4.49/4.59	c # [type: int, range: [-1,2147483647], default: 1]
4.49/4.59	c heuristics/simplerounding/freq = -1
4.49/4.59	c 
4.49/4.59	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
4.49/4.59	c # [type: int, range: [-1,2147483647], default: 1]
4.49/4.59	c heuristics/subnlp/freq = -1
4.49/4.59	c 
4.49/4.59	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
4.49/4.59	c # [type: int, range: [-1,2147483647], default: 0]
4.49/4.59	c heuristics/trivial/freq = -1
4.49/4.59	c 
4.49/4.59	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
4.49/4.59	c # [type: int, range: [-1,2147483647], default: 1]
4.49/4.59	c heuristics/trysol/freq = -1
4.49/4.59	c 
4.49/4.59	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
4.49/4.59	c # [type: int, range: [-1,2147483647], default: 0]
4.49/4.59	c heuristics/undercover/freq = -1
4.49/4.59	c 
4.49/4.59	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
4.49/4.59	c # [type: int, range: [-1,2147483647], default: 10]
4.49/4.59	c heuristics/veclendiving/freq = -1
4.49/4.59	c 
4.49/4.59	c # maximal fraction of diving LP iterations compared to node LP iterations
4.49/4.59	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.49/4.59	c heuristics/veclendiving/maxlpiterquot = 0.075
4.49/4.59	c 
4.49/4.59	c # additional number of allowed LP iterations
4.49/4.59	c # [type: int, range: [0,2147483647], default: 1000]
4.49/4.59	c heuristics/veclendiving/maxlpiterofs = 1500
4.49/4.59	c 
4.49/4.59	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
4.49/4.59	c # [type: int, range: [-1,2147483647], default: 1]
4.49/4.59	c heuristics/zirounding/freq = -1
4.49/4.59	c 
4.49/4.59	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
4.49/4.59	c # [type: int, range: [-1,2147483647], default: 0]
4.49/4.59	c separating/cmir/freq = -1
4.49/4.59	c 
4.49/4.59	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
4.49/4.59	c # [type: int, range: [-1,2147483647], default: 0]
4.49/4.59	c separating/flowcover/freq = -1
4.49/4.59	c 
4.49/4.59	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
4.49/4.59	c # [type: int, range: [-1,2147483647], default: -1]
4.49/4.59	c separating/rapidlearning/freq = 0
4.49/4.59	c 
4.49/4.59	c -----------------------------------------------------------------------------------------------
4.49/4.59	c start solving
4.59/4.61	c 
6.79/6.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.79/6.84	c   6.8s|     1 |     0 |  2333 |     - | 512M|   0 |1431 |  61k| 183k|  61k| 183k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
28.29/28.39	c  28.4s|     1 |     0 |  5269 |     - | 513M|   0 |2494 |  61k| 183k|  61k| 183k|  45 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
122.59/122.60	c   123s|     1 |     0 |  8915 |     - | 513M|   0 |3310 |  61k| 183k|  61k| 183k| 114 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
180.40/180.44	c   180s|     1 |     0 | 11530 |     - | 513M|   0 |3671 |  61k| 183k|  61k| 183k| 184 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
324.20/324.24	c   324s|     1 |     0 | 15708 |     - | 513M|   0 |4136 |  61k| 183k|  61k| 183k| 230 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
345.60/345.61	c   346s|     1 |     0 | 22113 |     - | 514M|   0 |4553 |  61k| 183k|  61k| 183k| 279 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
427.10/427.16	c   427s|     1 |     2 | 22113 |     - | 514M|   0 |4553 |  61k| 183k|  61k| 183k| 279 |   0 |  32 | 0.000000e+00 |      --      |    Inf 
1799.73/1799.76	c 
1799.73/1799.76	c SCIP Status        : solving was interrupted [time limit reached]
1799.73/1799.76	c Solving Time (sec) : 1799.76
1799.73/1799.76	c Solving Nodes      : 67
1799.73/1799.76	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1799.73/1799.76	c Dual Bound         : +0.00000000000000e+00
1799.73/1799.76	c Gap                : infinite
1799.73/1799.76	s UNKNOWN
1799.73/1799.76	c SCIP Status        : solving was interrupted [time limit reached]
1799.73/1799.76	c Total Time         :    1799.76
1799.73/1799.76	c   solving          :    1799.76
1799.73/1799.76	c   presolving       :       3.34 (included in solving)
1799.73/1799.76	c   reading          :       1.01 (included in solving)
1799.73/1799.76	c Original Problem   :
1799.73/1799.76	c   Problem name     : HOME/instance-3488757-1307759359.opb
1799.73/1799.76	c   Variables        : 62704 (62704 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.73/1799.76	c   Constraints      : 187107 initial, 187107 maximal
1799.73/1799.76	c Presolved Problem  :
1799.73/1799.76	c   Problem name     : t_HOME/instance-3488757-1307759359.opb
1799.73/1799.76	c   Variables        : 61173 (61173 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.73/1799.76	c   Constraints      : 183225 initial, 183232 maximal
1799.73/1799.76	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1799.73/1799.76	c   trivial          :       0.01         64          0          0          0          0          0          0          0          0
1799.73/1799.76	c   dualfix          :       0.01          0          0          0          0          0          0          0          0          0
1799.73/1799.76	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1799.73/1799.76	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1799.73/1799.76	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1799.73/1799.76	c   implics          :       0.28          0        735          0          0          0          0          0          0          0
1799.73/1799.76	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1799.73/1799.76	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1799.73/1799.76	c   setppc           :       0.16          0          0          0          0          0          0          0          0          0
1799.73/1799.76	c   linear           :       2.55        731          1          0        737          0       3882          0        252        876
1799.73/1799.76	c   logicor          :       0.09          0          0          0          0          0          0          0          0          0
1799.73/1799.76	c   root node        :          -          0          -          -          0          -          -          -          -          -
1799.73/1799.76	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1799.73/1799.76	c   integral         :          0          0          0         66          0          1          0          0          1          0          0        130
1799.73/1799.76	c   knapsack         :        504          5       2206          0          0          0          0          0          0        950          0          0
1799.73/1799.76	c   setppc           :     121885          5       2206          0          0          0       4018          0     167239          0          0          0
1799.73/1799.76	c   logicor          :      60836+         5       2095          0          0          0        686          1      20935          0          0          0
1799.73/1799.76	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1799.73/1799.76	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1799.73/1799.76	c   integral         :     832.62       0.00       0.00     832.62       0.00       0.00       0.00
1799.73/1799.76	c   knapsack         :       0.05       0.01       0.04       0.00       0.00       0.00       0.00
1799.73/1799.76	c   setppc           :       7.14       0.02       7.11       0.00       0.00       0.00       0.00
1799.73/1799.76	c   logicor          :       0.25       0.01       0.23       0.00       0.00       0.00       0.00
1799.73/1799.76	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1799.73/1799.76	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1799.73/1799.76	c   vbounds          :          0          0          0          0
1799.73/1799.76	c   rootredcost      :          0          0          0          0
1799.73/1799.76	c   pseudoobj        :          0          0          0          0
1799.73/1799.76	c Propagator Timings :  TotalTime  Propagate    Resprop
1799.73/1799.76	c   vbounds          :       0.00       0.00       0.00
1799.73/1799.76	c   rootredcost      :       0.00       0.00       0.00
1799.73/1799.76	c   pseudoobj        :       0.00       0.00       0.00
1799.73/1799.76	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1799.73/1799.76	c   propagation      :       0.00          1          1          5       10.2          1        7.0          -
1799.73/1799.76	c   infeasible LP    :       0.01          1          1          7      361.6          2        9.5          0
1799.73/1799.76	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1799.73/1799.76	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1799.73/1799.76	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1799.73/1799.76	c   applied globally :          -          -          -         10      179.1          -          -          -
1799.73/1799.76	c   applied locally  :          -          -          -          0        0.0          -          -          -
1799.73/1799.76	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1799.73/1799.76	c   cut pool         :       0.00          4          -          -         91          -    (maximal pool size: 525)
1799.73/1799.76	c   redcost          :       0.14         69          0          0          0          0
1799.73/1799.76	c   impliedbounds    :       0.06          5          0          0          0          0
1799.73/1799.76	c   intobj           :       0.00          0          0          0          0          0
1799.73/1799.76	c   gomory           :     182.24          5          0          0       2500          0
1799.73/1799.76	c   cgmip            :       0.00          0          0          0          0          0
1799.73/1799.76	c   closecuts        :       0.00          0          0          0          0          0
1799.73/1799.76	c   strongcg         :      99.43          5          0          0       2500          0
1799.73/1799.76	c   cmir             :       0.00          0          0          0          0          0
1799.73/1799.76	c   flowcover        :       0.00          0          0          0          0          0
1799.73/1799.76	c   clique           :       5.21          5          0          0         36          0
1799.73/1799.76	c   zerohalf         :       0.00          0          0          0          0          0
1799.73/1799.76	c   mcf              :      11.26          1          0          0          0          0
1799.73/1799.76	c   oddcycle         :       0.00          0          0          0          0          0
1799.73/1799.76	c   rapidlearning    :       0.00          0          0          0          0          0
1799.73/1799.76	c Pricers            :       Time      Calls       Vars
1799.73/1799.76	c   problem variables:       0.00          0          0
1799.73/1799.76	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1799.73/1799.76	c   relpscost        :     832.62         66          0          1          0          0        130
1799.73/1799.76	c   pscost           :       0.00          0          0          0          0          0          0
1799.73/1799.76	c   inference        :       0.00          0          0          0          0          0          0
1799.73/1799.76	c   mostinf          :       0.00          0          0          0          0          0          0
1799.73/1799.76	c   leastinf         :       0.00          0          0          0          0          0          0
1799.73/1799.76	c   fullstrong       :       0.00          0          0          0          0          0          0
1799.73/1799.76	c   allfullstrong    :       0.00          0          0          0          0          0          0
1799.73/1799.76	c   random           :       0.00          0          0          0          0          0          0
1799.73/1799.76	c Primal Heuristics  :       Time      Calls      Found
1799.73/1799.76	c   LP solutions     :       0.00          -          0
1799.73/1799.76	c   pseudo solutions :       0.00          -          0
1799.73/1799.76	c   trivial          :       0.04          1          0
1799.73/1799.76	c   shiftandpropagate:       0.00          0          0
1799.73/1799.76	c   simplerounding   :       0.00          0          0
1799.73/1799.76	c   zirounding       :       0.00          0          0
1799.73/1799.76	c   rounding         :       0.00          0          0
1799.73/1799.76	c   shifting         :       0.00          0          0
1799.73/1799.76	c   intshifting      :       0.00          0          0
1799.73/1799.76	c   oneopt           :       0.00          0          0
1799.73/1799.76	c   twoopt           :       0.00          0          0
1799.73/1799.76	c   fixandinfer      :       0.00          0          0
1799.73/1799.76	c   feaspump         :       0.00          0          0
1799.73/1799.76	c   clique           :       0.00          0          0
1799.73/1799.76	c   coefdiving       :       0.00          0          0
1799.73/1799.76	c   pscostdiving     :       0.00          0          0
1799.73/1799.76	c   fracdiving       :       0.00          0          0
1799.73/1799.76	c   veclendiving     :       0.00          0          0
1799.73/1799.76	c   intdiving        :       0.00          0          0
1799.73/1799.76	c   actconsdiving    :       0.00          0          0
1799.73/1799.76	c   objpscostdiving  :       0.00          0          0
1799.73/1799.76	c   rootsoldiving    :       0.00          0          0
1799.73/1799.76	c   linesearchdiving :       0.00          0          0
1799.73/1799.76	c   guideddiving     :       0.00          0          0
1799.73/1799.76	c   octane           :       0.00          0          0
1799.73/1799.76	c   rens             :       0.00          0          0
1799.73/1799.76	c   rins             :       0.00          0          0
1799.73/1799.76	c   localbranching   :       0.00          0          0
1799.73/1799.76	c   mutation         :       0.00          0          0
1799.73/1799.76	c   crossover        :       0.00          0          0
1799.73/1799.76	c   dins             :       0.00          0          0
1799.73/1799.76	c   vbounds          :       0.00          0          0
1799.73/1799.76	c   undercover       :       0.00          0          0
1799.73/1799.76	c   subnlp           :       0.00          0          0
1799.73/1799.76	c   trysol           :       0.00          0          0
1799.73/1799.76	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1799.73/1799.76	c   primal LP        :       0.06          0          0       0.00       0.00
1799.73/1799.76	c   dual LP          :     653.39         72     289522    4021.14     443.11
1799.73/1799.76	c   lex dual LP      :       0.00          0          0       0.00          -
1799.73/1799.76	c   barrier LP       :       0.00          0          0       0.00          -
1799.73/1799.76	c   diving/probing LP:       0.00          0          0       0.00          -
1799.73/1799.76	c   strong branching :     832.43        319     284417     891.59     341.67
1799.73/1799.76	c     (at root node) :          -         32      29859     933.09          -
1799.73/1799.76	c   conflict analysis:       0.00          0          0       0.00          -
1799.73/1799.76	c B&B Tree           :
1799.73/1799.76	c   number of runs   :          1
1799.73/1799.76	c   nodes            :         67
1799.73/1799.76	c   nodes (total)    :         67
1799.73/1799.76	c   nodes left       :         64
1799.73/1799.76	c   max depth        :         16
1799.73/1799.76	c   max depth (total):         16
1799.73/1799.76	c   backtracks       :         25 (37.3%)
1799.73/1799.76	c   delayed cutoffs  :          0
1799.73/1799.76	c   repropagations   :         13 (1623 domain reductions, 0 cutoffs)
1799.73/1799.76	c   avg switch length:       3.73
1799.73/1799.76	c   switching time   :       0.97
1799.73/1799.76	c Solution           :
1799.73/1799.76	c   Solutions found  :          0 (0 improvements)
1799.73/1799.76	c   Primal Bound     :          -
1799.73/1799.76	c   Dual Bound       : +0.00000000000000e+00
1799.73/1799.76	c   Gap              :   infinite
1799.73/1799.76	c   Root Dual Bound  : +0.00000000000000e+00
1799.73/1799.76	c   Root Iterations  :      22113

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3488757-1307759359/watcher-3488757-1307759359 -o /tmp/evaluation-result-3488757-1307759359/solver-3488757-1307759359 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488757-1307759359.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.81 1.49 1.82 2/177 7997
/proc/meminfo: memFree=31597056/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=12560 CPUtime=0 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 2131 0 0 0 0 0 0 0 25 0 1 0 887535622 12861440 2085 33554432000 4194304 9016284 140737424366752 18446744073709551615 7824814 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7997/statm: 3140 2087 357 1178 0 1958 0

[startup+0.0424939 s]
/proc/loadavg: 1.81 1.49 1.82 2/177 7997
/proc/meminfo: memFree=31597056/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=18844 CPUtime=0.03 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 3691 0 0 0 3 0 0 0 25 0 1 0 887535622 19296256 3645 33554432000 4194304 9016284 140737424366752 18446744073709551615 4447109 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7997/statm: 4711 3645 357 1178 0 3529 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18844

[startup+0.100484 s]
/proc/loadavg: 1.81 1.49 1.82 2/177 7997
/proc/meminfo: memFree=31597056/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=25588 CPUtime=0.09 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 5414 0 0 0 9 0 0 0 25 0 1 0 887535622 26202112 5348 33554432000 4194304 9016284 140737424366752 18446744073709551615 7870473 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7997/statm: 6397 5348 357 1178 0 5215 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25588

[startup+0.300449 s]
/proc/loadavg: 1.81 1.49 1.82 2/177 7997
/proc/meminfo: memFree=31597056/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=49180 CPUtime=0.29 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 11288 0 0 0 28 1 0 0 25 0 1 0 887535622 50360320 11222 33554432000 4194304 9016284 140737424366752 18446744073709551615 6178678 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7997/statm: 12295 11222 357 1178 0 11113 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49180

[startup+0.700379 s]
/proc/loadavg: 1.81 1.49 1.82 2/177 7997
/proc/meminfo: memFree=31597056/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=91820 CPUtime=0.69 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 21959 0 0 0 67 2 0 0 25 0 1 0 887535622 94023680 21893 33554432000 4194304 9016284 140737424366752 18446744073709551615 6816848 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7997/statm: 22955 21893 357 1178 0 21773 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91820

[startup+1.50024 s]
/proc/loadavg: 1.81 1.49 1.82 3/178 7998
/proc/meminfo: memFree=31475924/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=318192 CPUtime=1.49 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 77012 0 0 0 139 10 0 0 25 0 1 0 887535622 325828608 76930 33554432000 4194304 9016284 140737424366752 18446744073709551615 6480425 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 79548 76930 483 1178 0 78366 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 318192

[startup+3.10096 s]
/proc/loadavg: 1.83 1.50 1.82 3/178 7998
/proc/meminfo: memFree=31224588/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=496736 CPUtime=3.09 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 120147 0 0 0 295 14 0 0 25 0 1 0 887535622 508657664 120065 33554432000 4194304 9016284 140737424366752 18446744073709551615 4875342 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 124184 120065 483 1178 0 123002 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 496736

[startup+6.30046 s]
/proc/loadavg: 1.83 1.50 1.82 3/178 7998
/proc/meminfo: memFree=30806708/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=859752 CPUtime=6.29 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 221009 0 0 0 603 26 0 0 25 0 1 0 887535622 880386048 201057 33554432000 4194304 9016284 140737424366752 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 214938 201057 1011 1178 0 213756 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 859752

[startup+12.7003 s]
/proc/loadavg: 1.85 1.51 1.82 3/178 7999
/proc/meminfo: memFree=30778836/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=860300 CPUtime=12.69 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 225071 0 0 0 1242 27 0 0 25 0 1 0 887535622 880947200 205003 33554432000 4194304 9016284 140737424366752 18446744073709551615 6234984 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 215075 205003 968 1178 0 213893 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 860300

[startup+25.501 s]
/proc/loadavg: 1.95 1.54 1.83 3/178 7999
/proc/meminfo: memFree=30767192/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=863256 CPUtime=25.49 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 227167 0 0 0 2522 27 0 0 25 0 1 0 887535622 883974144 206658 33554432000 4194304 9016284 140737424366752 18446744073709551615 7181022 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 215814 206658 808 1178 0 214632 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 863256

[startup+51.1005 s]
/proc/loadavg: 1.96 1.58 1.83 3/178 8000
/proc/meminfo: memFree=30761000/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=867432 CPUtime=51.09 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 228646 0 0 0 5078 31 0 0 25 0 1 0 887535622 888250368 208113 33554432000 4194304 9016284 140737424366752 18446744073709551615 6922911 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 216858 208113 784 1178 0 215676 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 867432

[startup+102.306 s]
/proc/loadavg: 1.98 1.65 1.84 3/178 8001
/proc/meminfo: memFree=30756504/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=867432 CPUtime=102.3 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 228646 0 0 0 10195 35 0 0 25 0 1 0 887535622 888250368 208113 33554432000 4194304 9016284 140737424366752 18446744073709551615 7870569 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 216858 208113 784 1178 0 215676 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 867432

[startup+162.301 s]
/proc/loadavg: 1.99 1.71 1.84 3/178 8003
/proc/meminfo: memFree=30739840/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=882212 CPUtime=162.29 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 232316 0 0 0 16188 41 0 0 25 0 1 0 887535622 903385088 211506 33554432000 4194304 9016284 140737424366752 18446744073709551615 6922736 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 220553 211506 755 1178 0 219371 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 882212

[startup+222.3 s]
/proc/loadavg: 1.99 1.76 1.85 3/178 8004
/proc/meminfo: memFree=30728872/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=882212 CPUtime=222.29 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 233316 0 0 0 22182 47 0 0 25 0 1 0 887535622 903385088 212478 33554432000 4194304 9016284 140737424366752 18446744073709551615 7876078 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 220553 212478 727 1178 0 219371 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 882212

[startup+282.301 s]
/proc/loadavg: 1.99 1.80 1.85 3/178 8006
/proc/meminfo: memFree=30727568/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=882212 CPUtime=282.3 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 233316 0 0 0 28178 52 0 0 25 0 1 0 887535622 903385088 212478 33554432000 4194304 9016284 140737424366752 18446744073709551615 6922753 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 220553 212478 727 1178 0 219371 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 882212

[startup+342.3 s]
/proc/loadavg: 1.93 1.82 1.85 3/178 8045
/proc/meminfo: memFree=30609592/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=886972 CPUtime=342.29 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 234968 0 0 0 34168 61 0 0 25 0 1 0 887535622 908259328 214130 33554432000 4194304 9016284 140737424366752 18446744073709551615 7216080 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 221743 214130 727 1178 0 220561 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 886972

[startup+402.301 s]
/proc/loadavg: 1.97 1.85 1.86 3/178 8047
/proc/meminfo: memFree=30597760/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=886972 CPUtime=402.3 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 235306 0 0 0 40157 73 0 0 25 0 1 0 887535622 908259328 214468 33554432000 4194304 9016284 140737424366752 18446744073709551615 6971613 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 221743 214468 728 1178 0 220561 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 886972

[startup+462.3 s]
/proc/loadavg: 1.99 1.87 1.87 3/178 8049
/proc/meminfo: memFree=30596772/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=887116 CPUtime=462.3 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 235470 0 0 0 46144 86 0 0 25 0 1 0 887535622 908406784 214632 33554432000 4194304 9016284 140737424366752 18446744073709551615 7080778 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 221779 214632 733 1178 0 220597 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 887116

[startup+522.301 s]
/proc/loadavg: 1.99 1.89 1.87 3/178 8050
/proc/meminfo: memFree=30595232/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=887116 CPUtime=522.3 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 235481 0 0 0 52133 97 0 0 25 0 1 0 887535622 908406784 214643 33554432000 4194304 9016284 140737424366752 18446744073709551615 7227279 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 221779 214643 733 1178 0 220597 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 887116

[startup+582.301 s]
/proc/loadavg: 1.99 1.91 1.88 3/178 8052
/proc/meminfo: memFree=30588096/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=898060 CPUtime=582.31 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 236686 0 0 0 58125 106 0 0 25 0 1 0 887535622 919613440 215848 33554432000 4194304 9016284 140737424366752 18446744073709551615 6855193 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 224515 215848 733 1178 0 223333 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 898060

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 1.99 1.95 1.90 3/178 8058
/proc/meminfo: memFree=30553892/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=898388 CPUtime=822.31 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 237878 0 0 0 82081 150 0 0 25 0 1 0 887535622 919949312 217040 33554432000 4194304 9016284 140737424366752 18446744073709551615 6855199 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 224597 217040 733 1178 0 223415 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 898388

[startup+882.3 s]
/proc/loadavg: 1.99 1.96 1.91 3/178 8060
/proc/meminfo: memFree=30546132/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=898740 CPUtime=882.31 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 238170 0 0 0 88070 161 0 0 25 0 1 0 887535622 920309760 217330 33554432000 4194304 9016284 140737424366752 18446744073709551615 7082192 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 224685 217330 733 1178 0 223503 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 898740

[startup+942.301 s]
/proc/loadavg: 1.99 1.96 1.91 3/178 8061
/proc/meminfo: memFree=30542124/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=902868 CPUtime=942.31 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 238826 0 0 0 94056 175 0 0 25 0 1 0 887535622 924536832 217986 33554432000 4194304 9016284 140737424366752 18446744073709551615 7218031 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 225717 217986 733 1178 0 224535 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 902868

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 8063
/proc/meminfo: memFree=30530044/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=906028 CPUtime=1002.32 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 239986 0 0 0 100044 188 0 0 25 0 1 0 887535622 927772672 219139 33554432000 4194304 9016284 140737424366752 18446744073709551615 7198996 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 226507 219139 731 1178 0 225325 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 906028

[startup+1062.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 8065
/proc/meminfo: memFree=30519076/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=912308 CPUtime=1062.31 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 240961 0 0 0 106031 200 0 0 25 0 1 0 887535622 934203392 220114 33554432000 4194304 9016284 140737424366752 18446744073709551615 6971613 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 228077 220114 731 1178 0 226895 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 912308

[startup+1122.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 8066
/proc/meminfo: memFree=30517544/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=912308 CPUtime=1122.31 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 241866 0 0 0 112017 214 0 0 25 0 1 0 887535622 934203392 221019 33554432000 4194304 9016284 140737424366752 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 228077 221019 731 1178 0 226895 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 912308

[startup+1182.3 s]
/proc/loadavg: 2.06 1.99 1.91 3/178 8068
/proc/meminfo: memFree=30507688/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=921000 CPUtime=1182.32 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 242698 0 0 0 118001 231 0 0 25 0 1 0 887535622 943104000 221851 33554432000 4194304 9016284 140737424366752 18446744073709551615 6950170 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 230250 221851 731 1178 0 229068 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 921000

[startup+1242.3 s]
/proc/loadavg: 2.02 1.99 1.91 3/178 8069
/proc/meminfo: memFree=30496624/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=921000 CPUtime=1242.32 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 243911 0 0 0 123988 244 0 0 25 0 1 0 887535622 943104000 223064 33554432000 4194304 9016284 140737424366752 18446744073709551615 7178099 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 230250 223064 731 1178 0 229068 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 921000

[startup+1302.3 s]
/proc/loadavg: 2.01 1.99 1.91 3/178 8071
/proc/meminfo: memFree=30493596/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=921000 CPUtime=1302.33 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 244126 0 0 0 129980 253 0 0 25 0 1 0 887535622 943104000 223279 33554432000 4194304 9016284 140737424366752 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 230250 223279 731 1178 0 229068 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 921000

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 8073
/proc/meminfo: memFree=30487220/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=923244 CPUtime=1362.33 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 244885 0 0 0 135965 268 0 0 25 0 1 0 887535622 945401856 224038 33554432000 4194304 9016284 140737424366752 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 230811 224038 731 1178 0 229629 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 923244

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 8074
/proc/meminfo: memFree=30486036/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=923244 CPUtime=1422.33 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 244891 0 0 0 141953 280 0 0 25 0 1 0 887535622 945401856 224044 33554432000 4194304 9016284 140737424366752 18446744073709551615 7141724 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 230811 224044 731 1178 0 229629 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 923244

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 8076
/proc/meminfo: memFree=30485744/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=923244 CPUtime=1482.33 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 244891 0 0 0 147940 293 0 0 25 0 1 0 887535622 945401856 224044 33554432000 4194304 9016284 140737424366752 18446744073709551615 7180596 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 230811 224044 731 1178 0 229629 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 923244

[startup+1542.3 s]
/proc/loadavg: 2.06 2.00 1.92 3/178 8077
/proc/meminfo: memFree=30483344/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=923244 CPUtime=1542.33 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 244962 0 0 0 153928 305 0 0 25 0 1 0 887535622 945401856 224115 33554432000 4194304 9016284 140737424366752 18446744073709551615 6971617 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 230811 224115 731 1178 0 229629 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 923244

[startup+1602.3 s]
/proc/loadavg: 2.02 2.00 1.92 3/178 8079
/proc/meminfo: memFree=30475096/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=923244 CPUtime=1602.33 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 244999 0 0 0 159916 317 0 0 25 0 1 0 887535622 945401856 224152 33554432000 4194304 9016284 140737424366752 18446744073709551615 7181678 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 230811 224152 731 1178 0 229629 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 923244

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 8081
/proc/meminfo: memFree=30478772/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=923244 CPUtime=1662.33 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 245019 0 0 0 165903 330 0 0 25 0 1 0 887535622 945401856 224172 33554432000 4194304 9016284 140737424366752 18446744073709551615 6863444 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 230811 224172 731 1178 0 229629 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 923244

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 8082
/proc/meminfo: memFree=30475736/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=932684 CPUtime=1722.33 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 245833 0 0 0 171890 343 0 0 25 0 1 0 887535622 955068416 224986 33554432000 4194304 9016284 140737424366752 18446744073709551615 7080864 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 233171 224986 731 1178 0 231989 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 932684

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 8084
/proc/meminfo: memFree=30464024/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=932684 CPUtime=1782.33 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 245842 0 0 0 177876 357 0 0 25 0 1 0 887535622 955068416 224995 33554432000 4194304 9016284 140737424366752 18446744073709551615 6857486 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7997/statm: 233171 224995 731 1178 0 231989 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 932684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.00 1.93 3/178 8084
/proc/meminfo: memFree=30468224/32950928 swapFree=67079488/67111528
[pid=7997] ppid=7995 vsize=931800 CPUtime=1800.04 cores=1,3,5,7
/proc/7997/stat : 7997 (scip-2.0.1.4b_2) R 7995 7997 7911 0 -1 4202496 245852 0 0 0 179644 360 0 0 25 0 1 0 887535622 954163200 224784 33554432000 4194304 9016284 140737424366752 18446744073709551615 4538810 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7997/statm: 232950 224784 737 1178 0 231768 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 931800

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.04
CPU time (s): 1800.09
CPU user time (s): 1796.44
CPU system time (s): 3.64245
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 932684

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

runsolver used 2.91556 second user time and 6.66099 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-11 04:29:20
IDJOB=3488757
IDBENCH=1479
IDSOLVER=1979
FILE ID=node125/3488757-1307759359
RUNJOBID= node125-1307759259-7930
PBS_JOBID= 13550864
Free space on /tmp= 74008 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
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_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3488757-1307759359/watcher-3488757-1307759359 -o /tmp/evaluation-result-3488757-1307759359/solver-3488757-1307759359 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488757-1307759359.opb -t 1800 -m 15500

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

MD5SUM BENCH= 939f54a73a83900b8b6d857af47a0b62
RANDOM SEED=897363254

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31597360 kB
Buffers:        270488 kB
Cached:         732316 kB
SwapCached:       3400 kB
Active:         615092 kB
Inactive:       540252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31597360 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:           22040 kB
Writeback:           0 kB
AnonPages:      150772 kB
Mapped:          16848 kB
Slab:           132736 kB
PageTables:       4768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   326148 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= 73988 MiB
End job on node125 at 2011-06-11 04:59:22