Trace number 3489336

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)UNSAT 1268.71 1268.69

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-dlx1c.ucl.opb
MD5SUMd30cbdfbaf2c404a9c4e9217e33c734d
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark0.080987
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables6392
Total number of constraints18058
Number of constraints which are clauses17278
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints780
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-3489336-1307759297.opb>
0.09/0.11	c original problem has 6392 variables (6392 bin, 0 int, 0 impl, 0 cont) and 18058 constraints
0.09/0.11	c problem read
0.09/0.11	c No objective function, only one solution is needed.
0.09/0.11	c presolving settings loaded
0.09/0.15	c presolving:
0.29/0.32	c (round 1) 1053 del vars, 1641 del conss, 0 add conss, 469 chg bounds, 390 chg sides, 806 chg coeffs, 0 upgd conss, 361213 impls, 0 clqs
0.29/0.34	c (round 2) 1060 del vars, 2864 del conss, 0 add conss, 471 chg bounds, 395 chg sides, 811 chg coeffs, 0 upgd conss, 362479 impls, 0 clqs
0.29/0.34	c (round 3) 1060 del vars, 2879 del conss, 0 add conss, 471 chg bounds, 395 chg sides, 811 chg coeffs, 0 upgd conss, 362479 impls, 0 clqs
0.39/0.41	c (round 4) 1060 del vars, 2884 del conss, 0 add conss, 471 chg bounds, 395 chg sides, 811 chg coeffs, 15174 upgd conss, 362479 impls, 0 clqs
0.39/0.43	c presolving (5 rounds):
0.39/0.43	c  1060 deleted vars, 2884 deleted constraints, 0 added constraints, 471 tightened bounds, 0 added holes, 395 changed sides, 811 changed coefficients
0.39/0.43	c  362479 implications, 0 cliques
0.39/0.43	c presolved problem has 5332 variables (5332 bin, 0 int, 0 impl, 0 cont) and 15174 constraints
0.39/0.43	c     780 constraints of type <knapsack>
0.39/0.43	c    9600 constraints of type <setppc>
0.39/0.43	c    4794 constraints of type <logicor>
0.39/0.43	c transformed objective value is always integral (scale: 1)
0.39/0.43	c Presolving Time: 0.29
0.39/0.43	c - non default parameters ----------------------------------------------------------------------
0.39/0.43	c # SCIP version 2.0.1.5
0.39/0.43	c 
0.39/0.43	c # frequency for displaying node information lines
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.43	c display/freq = 10000
0.39/0.43	c 
0.39/0.43	c # maximal time in seconds to run
0.39/0.43	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.43	c limits/time = 1797
0.39/0.43	c 
0.39/0.43	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.43	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.43	c limits/memory = 13950
0.39/0.43	c 
0.39/0.43	c # solving stops, if the given number of solutions were found (-1: no limit)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.43	c limits/solutions = 1
0.39/0.43	c 
0.39/0.43	c # maximal number of separation rounds per node (-1: unlimited)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 5]
0.39/0.43	c separating/maxrounds = 1
0.39/0.43	c 
0.39/0.43	c # maximal number of separation rounds in the root node (-1: unlimited)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.43	c separating/maxroundsroot = 5
0.39/0.43	c 
0.39/0.43	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.39/0.43	c # [type: int, range: [1,2], default: 1]
0.39/0.43	c timing/clocktype = 2
0.39/0.43	c 
0.39/0.43	c # belongs reading time to solving time?
0.39/0.43	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.43	c timing/reading = TRUE
0.39/0.43	c 
0.39/0.43	c # should presolving try to simplify inequalities
0.39/0.43	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.43	c constraints/linear/simplifyinequalities = TRUE
0.39/0.43	c 
0.39/0.43	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.39/0.43	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.43	c constraints/indicator/addCouplingCons = TRUE
0.39/0.43	c 
0.39/0.43	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.39/0.43	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.39/0.43	c constraints/knapsack/disaggregation = FALSE
0.39/0.43	c 
0.39/0.43	c # should presolving try to simplify knapsacks
0.39/0.43	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.43	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.43	c 
0.39/0.43	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.43	c presolving/probing/maxrounds = 0
0.39/0.43	c 
0.39/0.43	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.43	c heuristics/coefdiving/freq = -1
0.39/0.43	c 
0.39/0.43	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.43	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.43	c heuristics/coefdiving/maxlpiterquot = 0.075
0.39/0.43	c 
0.39/0.43	c # additional number of allowed LP iterations
0.39/0.43	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.43	c heuristics/coefdiving/maxlpiterofs = 1500
0.39/0.43	c 
0.39/0.43	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 30]
0.39/0.43	c heuristics/crossover/freq = -1
0.39/0.43	c 
0.39/0.43	c # number of nodes added to the contingent of the total nodes
0.39/0.43	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.43	c heuristics/crossover/nodesofs = 750
0.39/0.43	c 
0.39/0.43	c # number of nodes without incumbent change that heuristic should wait
0.39/0.43	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.39/0.43	c heuristics/crossover/nwaitingnodes = 100
0.39/0.43	c 
0.39/0.43	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.39/0.43	c # [type: real, range: [0,1], default: 0.1]
0.39/0.43	c heuristics/crossover/nodesquot = 0.15
0.39/0.43	c 
0.39/0.43	c # minimum percentage of integer variables that have to be fixed 
0.39/0.43	c # [type: real, range: [0,1], default: 0.666]
0.39/0.43	c heuristics/crossover/minfixingrate = 0.5
0.39/0.43	c 
0.39/0.43	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.43	c heuristics/feaspump/freq = -1
0.39/0.43	c 
0.39/0.43	c # additional number of allowed LP iterations
0.39/0.43	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.43	c heuristics/feaspump/maxlpiterofs = 2000
0.39/0.43	c 
0.39/0.43	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.43	c heuristics/fracdiving/freq = -1
0.39/0.43	c 
0.39/0.43	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.43	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.43	c heuristics/fracdiving/maxlpiterquot = 0.075
0.39/0.43	c 
0.39/0.43	c # additional number of allowed LP iterations
0.39/0.43	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.43	c heuristics/fracdiving/maxlpiterofs = 1500
0.39/0.43	c 
0.39/0.43	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.43	c heuristics/guideddiving/freq = -1
0.39/0.43	c 
0.39/0.43	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.43	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.43	c heuristics/guideddiving/maxlpiterquot = 0.075
0.39/0.43	c 
0.39/0.43	c # additional number of allowed LP iterations
0.39/0.43	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.43	c heuristics/guideddiving/maxlpiterofs = 1500
0.39/0.43	c 
0.39/0.43	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.43	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.43	c heuristics/intdiving/maxlpiterquot = 0.075
0.39/0.43	c 
0.39/0.43	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.43	c heuristics/intshifting/freq = -1
0.39/0.43	c 
0.39/0.43	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.43	c heuristics/linesearchdiving/freq = -1
0.39/0.43	c 
0.39/0.43	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.43	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.43	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.39/0.43	c 
0.39/0.43	c # additional number of allowed LP iterations
0.39/0.43	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.43	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.39/0.43	c 
0.39/0.43	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.43	c heuristics/objpscostdiving/freq = -1
0.39/0.43	c 
0.39/0.43	c # maximal fraction of diving LP iterations compared to total iteration number
0.39/0.43	c # [type: real, range: [0,1], default: 0.01]
0.39/0.43	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.39/0.43	c 
0.39/0.43	c # additional number of allowed LP iterations
0.39/0.43	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.43	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.39/0.43	c 
0.39/0.43	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.43	c heuristics/oneopt/freq = -1
0.39/0.43	c 
0.39/0.43	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.43	c heuristics/pscostdiving/freq = -1
0.39/0.43	c 
0.39/0.43	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.43	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.43	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.39/0.43	c 
0.39/0.43	c # additional number of allowed LP iterations
0.39/0.43	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.43	c heuristics/pscostdiving/maxlpiterofs = 1500
0.39/0.43	c 
0.39/0.43	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.43	c heuristics/rens/freq = -1
0.39/0.43	c 
0.39/0.43	c # minimum percentage of integer variables that have to be fixable 
0.39/0.43	c # [type: real, range: [0,1], default: 0.5]
0.39/0.43	c heuristics/rens/minfixingrate = 0.3
0.39/0.43	c 
0.39/0.43	c # number of nodes added to the contingent of the total nodes
0.39/0.43	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.43	c heuristics/rens/nodesofs = 2000
0.39/0.43	c 
0.39/0.43	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.43	c heuristics/rootsoldiving/freq = -1
0.39/0.43	c 
0.39/0.43	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.43	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.39/0.43	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.39/0.43	c 
0.39/0.43	c # additional number of allowed LP iterations
0.39/0.43	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.43	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.39/0.43	c 
0.39/0.43	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.43	c heuristics/rounding/freq = -1
0.39/0.43	c 
0.39/0.43	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.43	c heuristics/shiftandpropagate/freq = -1
0.39/0.43	c 
0.39/0.43	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.43	c heuristics/shifting/freq = -1
0.39/0.43	c 
0.39/0.43	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.43	c heuristics/simplerounding/freq = -1
0.39/0.43	c 
0.39/0.43	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.43	c heuristics/subnlp/freq = -1
0.39/0.43	c 
0.39/0.43	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.43	c heuristics/trivial/freq = -1
0.39/0.43	c 
0.39/0.43	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.43	c heuristics/trysol/freq = -1
0.39/0.43	c 
0.39/0.43	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.43	c heuristics/undercover/freq = -1
0.39/0.43	c 
0.39/0.43	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.43	c heuristics/veclendiving/freq = -1
0.39/0.43	c 
0.39/0.43	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.43	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.43	c heuristics/veclendiving/maxlpiterquot = 0.075
0.39/0.43	c 
0.39/0.43	c # additional number of allowed LP iterations
0.39/0.43	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.43	c heuristics/veclendiving/maxlpiterofs = 1500
0.39/0.43	c 
0.39/0.43	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.43	c heuristics/zirounding/freq = -1
0.39/0.43	c 
0.39/0.43	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.43	c separating/cmir/freq = -1
0.39/0.43	c 
0.39/0.43	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.43	c separating/flowcover/freq = -1
0.39/0.43	c 
0.39/0.43	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.43	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.43	c separating/rapidlearning/freq = 0
0.39/0.43	c 
0.39/0.43	c -----------------------------------------------------------------------------------------------
0.39/0.43	c start solving
0.39/0.44	c 
0.49/0.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.59	c   0.6s|     1 |     0 |  1469 |     - |  43M|   0 |1020 |5332 |  15k|5332 |  15k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.00/1.04	c   1.0s|     1 |     0 |  2319 |     - |  43M|   0 |1284 |5332 |  15k|5332 |  15k| 106 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.69/1.74	c   1.7s|     1 |     0 |  4621 |     - |  44M|   0 |1490 |5332 |  15k|5332 |  15k| 213 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.89/2.99	c   3.0s|     1 |     0 |  6617 |     - |  44M|   0 |1775 |5332 |  15k|5332 |  15k| 321 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
5.49/5.57	c   5.6s|     1 |     0 |  8302 |     - |  44M|   0 |1857 |5332 |  15k|5332 |  15k| 441 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
10.19/10.27	c  10.3s|     1 |     0 | 12355 |     - |  45M|   0 |1977 |5332 |  15k|5332 |  15k| 521 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
17.39/17.46	c  17.5s|     1 |     2 | 12355 |     - |  45M|   0 |1977 |5332 |  15k|5332 |  15k| 521 |   0 |  22 | 0.000000e+00 |      --      |    Inf 
1268.62/1268.61	c 
1268.62/1268.61	c SCIP Status        : problem is solved [infeasible]
1268.62/1268.61	c Solving Time (sec) : 1268.61
1268.62/1268.61	c Solving Nodes      : 7092
1268.62/1268.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1268.62/1268.61	c Dual Bound         : +1.00000000000000e+20
1268.62/1268.61	c Gap                : 0.00 %
1268.62/1268.61	s UNSATISFIABLE
1268.62/1268.61	c SCIP Status        : problem is solved [infeasible]
1268.62/1268.61	c Total Time         :    1268.61
1268.62/1268.61	c   solving          :    1268.61
1268.62/1268.61	c   presolving       :       0.29 (included in solving)
1268.62/1268.61	c   reading          :       0.11 (included in solving)
1268.62/1268.61	c Original Problem   :
1268.62/1268.61	c   Problem name     : HOME/instance-3489336-1307759297.opb
1268.62/1268.61	c   Variables        : 6392 (6392 binary, 0 integer, 0 implicit integer, 0 continuous)
1268.62/1268.61	c   Constraints      : 18058 initial, 18058 maximal
1268.62/1268.61	c Presolved Problem  :
1268.62/1268.61	c   Problem name     : t_HOME/instance-3489336-1307759297.opb
1268.62/1268.61	c   Variables        : 5332 (5332 binary, 0 integer, 0 implicit integer, 0 continuous)
1268.62/1268.61	c   Constraints      : 15174 initial, 17024 maximal
1268.62/1268.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1268.62/1268.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1268.62/1268.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1268.62/1268.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1268.62/1268.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1268.62/1268.61	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1268.62/1268.61	c   implics          :       0.03          0        585          0          0          0          0          0          0          0
1268.62/1268.61	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1268.62/1268.61	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1268.62/1268.61	c   setppc           :       0.01          0          0          0          0          0          0          0          0          0
1268.62/1268.61	c   linear           :       0.20        471          4          0        471          0       2884          0        395        811
1268.62/1268.61	c   logicor          :       0.02          0          0          0          0          0          0          0          0          0
1268.62/1268.61	c   root node        :          -          0          -          -          0          -          -          -          -          -
1268.62/1268.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1268.62/1268.61	c   integral         :          0          0          0       5805          0          1          0         18        199          0          0      11412
1268.62/1268.61	c   knapsack         :        780          5      89641          0          0          0       6093         44      18010       1001          0          0
1268.62/1268.61	c   setppc           :       9600          5      89597          0          0          0     420528        547    1029585          0          0          0
1268.62/1268.61	c   logicor          :       4794+         5      81209          0          0          0     203228       1793     458997          0          0          0
1268.62/1268.61	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1268.62/1268.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1268.62/1268.61	c   integral         :     508.74       0.00       0.00     508.74       0.00       0.00       0.00
1268.62/1268.61	c   knapsack         :       1.45       0.01       1.43       0.00       0.00       0.00       0.00
1268.62/1268.61	c   setppc           :       7.35       0.00       7.19       0.00       0.00       0.00       0.16
1268.62/1268.61	c   logicor          :       2.24       0.00       2.10       0.00       0.00       0.00       0.14
1268.62/1268.61	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1268.62/1268.61	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1268.62/1268.61	c   vbounds          :          0          0          0          0
1268.62/1268.61	c   rootredcost      :          0          0          0          0
1268.62/1268.61	c   pseudoobj        :          0          0          0          0
1268.62/1268.61	c Propagator Timings :  TotalTime  Propagate    Resprop
1268.62/1268.61	c   vbounds          :       0.01       0.01       0.00
1268.62/1268.61	c   rootredcost      :       0.02       0.02       0.00
1268.62/1268.61	c   pseudoobj        :       0.01       0.01       0.00
1268.62/1268.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1268.62/1268.61	c   propagation      :       0.51       2384       2369      15276       38.5        367       17.8          -
1268.62/1268.61	c   infeasible LP    :       0.10         83         83        219       12.2         14       12.1          0
1268.62/1268.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1268.62/1268.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1268.62/1268.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1268.62/1268.61	c   applied globally :          -          -          -       6841       28.5          -          -          -
1268.62/1268.61	c   applied locally  :          -          -          -          0        0.0          -          -          -
1268.62/1268.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1268.62/1268.61	c   cut pool         :       0.00          4          -          -        510          -    (maximal pool size: 1515)
1268.62/1268.61	c   redcost          :       0.50       5736          0          0          0          0
1268.62/1268.61	c   impliedbounds    :       0.01          5          0          0          0          0
1268.62/1268.61	c   intobj           :       0.00          0          0          0          0          0
1268.62/1268.61	c   gomory           :       3.71          5          0          0       2259          0
1268.62/1268.61	c   cgmip            :       0.00          0          0          0          0          0
1268.62/1268.61	c   closecuts        :       0.00          0          0          0          0          0
1268.62/1268.61	c   strongcg         :       2.39          5          0          0       2500          0
1268.62/1268.61	c   cmir             :       0.00          0          0          0          0          0
1268.62/1268.61	c   flowcover        :       0.00          0          0          0          0          0
1268.62/1268.61	c   clique           :       0.35          5          0          0         40          0
1268.62/1268.61	c   zerohalf         :       0.00          0          0          0          0          0
1268.62/1268.61	c   mcf              :       0.02          1          0          0          0          0
1268.62/1268.61	c   oddcycle         :       0.00          0          0          0          0          0
1268.62/1268.61	c   rapidlearning    :       0.00          0          0          0          0          0
1268.62/1268.61	c Pricers            :       Time      Calls       Vars
1268.62/1268.61	c   problem variables:       0.00          0          0
1268.62/1268.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1268.62/1268.61	c   relpscost        :     508.73       5805         18        199          0          0      11412
1268.62/1268.61	c   pscost           :       0.00          0          0          0          0          0          0
1268.62/1268.61	c   inference        :       0.00          0          0          0          0          0          0
1268.62/1268.61	c   mostinf          :       0.00          0          0          0          0          0          0
1268.62/1268.61	c   leastinf         :       0.00          0          0          0          0          0          0
1268.62/1268.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1268.62/1268.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1268.62/1268.61	c   random           :       0.00          0          0          0          0          0          0
1268.62/1268.61	c Primal Heuristics  :       Time      Calls      Found
1268.62/1268.61	c   LP solutions     :       0.00          -          0
1268.62/1268.61	c   pseudo solutions :       0.00          -          0
1268.62/1268.61	c   trivial          :       0.00          1          0
1268.62/1268.61	c   shiftandpropagate:       0.00          0          0
1268.62/1268.61	c   simplerounding   :       0.00          0          0
1268.62/1268.61	c   zirounding       :       0.00          0          0
1268.62/1268.61	c   rounding         :       0.00          0          0
1268.62/1268.61	c   shifting         :       0.00          0          0
1268.62/1268.61	c   intshifting      :       0.00          0          0
1268.62/1268.61	c   oneopt           :       0.00          0          0
1268.62/1268.61	c   twoopt           :       0.00          0          0
1268.62/1268.61	c   fixandinfer      :       0.00          0          0
1268.62/1268.61	c   feaspump         :       0.00          0          0
1268.62/1268.61	c   clique           :       0.00          0          0
1268.62/1268.61	c   coefdiving       :       0.00          0          0
1268.62/1268.61	c   pscostdiving     :       0.00          0          0
1268.62/1268.61	c   fracdiving       :       0.00          0          0
1268.62/1268.61	c   veclendiving     :       0.00          0          0
1268.62/1268.61	c   intdiving        :       0.00          0          0
1268.62/1268.61	c   actconsdiving    :       0.00          0          0
1268.62/1268.61	c   objpscostdiving  :       0.00          0          0
1268.62/1268.61	c   rootsoldiving    :       0.00          0          0
1268.62/1268.61	c   linesearchdiving :       0.00          0          0
1268.62/1268.61	c   guideddiving     :       0.00          0          0
1268.62/1268.61	c   octane           :       0.00          0          0
1268.62/1268.61	c   rens             :       0.00          0          0
1268.62/1268.61	c   rins             :       0.00          0          0
1268.62/1268.61	c   localbranching   :       0.00          0          0
1268.62/1268.61	c   mutation         :       0.00          0          0
1268.62/1268.61	c   crossover        :       0.00          0          0
1268.62/1268.61	c   dins             :       0.00          0          0
1268.62/1268.61	c   vbounds          :       0.00          0          0
1268.62/1268.61	c   undercover       :       0.00          0          0
1268.62/1268.61	c   subnlp           :       0.00          0          0
1268.62/1268.61	c   trysol           :       0.00          0          0
1268.62/1268.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1268.62/1268.61	c   primal LP        :       0.01          0          0       0.00          -
1268.62/1268.61	c   dual LP          :     720.82       5881    2473548     420.60    3431.59
1268.62/1268.61	c   lex dual LP      :       0.00          0          0       0.00          -
1268.62/1268.61	c   barrier LP       :       0.00          0          0       0.00          -
1268.62/1268.61	c   diving/probing LP:       0.00          0          0       0.00          -
1268.62/1268.61	c   strong branching :     506.76       3057    1356741     443.81    2677.27
1268.62/1268.61	c     (at root node) :          -         22      14206     645.73          -
1268.62/1268.61	c   conflict analysis:       0.00          0          0       0.00          -
1268.62/1268.62	c B&B Tree           :
1268.62/1268.62	c   number of runs   :          1
1268.62/1268.62	c   nodes            :       7092
1268.62/1268.62	c   nodes (total)    :       7092
1268.62/1268.62	c   nodes left       :          0
1268.62/1268.62	c   max depth        :         80
1268.62/1268.62	c   max depth (total):         80
1268.62/1268.62	c   backtracks       :       1551 (21.9%)
1268.62/1268.62	c   delayed cutoffs  :       4321
1268.62/1268.62	c   repropagations   :       6009 (355616 domain reductions, 1099 cutoffs)
1268.62/1268.62	c   avg switch length:       5.37
1268.62/1268.62	c   switching time   :       6.58
1268.62/1268.62	c Solution           :
1268.62/1268.62	c   Solutions found  :          0 (0 improvements)
1268.62/1268.62	c   Primal Bound     : infeasible
1268.62/1268.62	c   Dual Bound       :          -
1268.62/1268.62	c   Gap              :       0.00 %
1268.62/1268.62	c   Root Dual Bound  : +0.00000000000000e+00
1268.62/1268.62	c   Root Iterations  :      12355
1268.62/1268.68	c Time complete: 1268.7.

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.01 2.01 1.95 3/177 29125
/proc/meminfo: memFree=31358164/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=9580 CPUtime=0 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 1504 0 0 0 0 0 0 0 25 0 1 0 887530696 9809920 1459 33554432000 4194304 9016284 140736939966064 18446744073709551615 7824814 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/29125/statm: 2395 1460 311 1178 0 1213 0

[startup+0.088706 s]
/proc/loadavg: 2.01 2.01 1.95 3/177 29125
/proc/meminfo: memFree=31358164/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=23472 CPUtime=0.08 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 4840 0 0 0 8 0 0 0 25 0 1 0 887530696 24035328 4795 33554432000 4194304 9016284 140736939966064 18446744073709551615 7260900 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/29125/statm: 5868 4795 357 1178 0 4686 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23472

[startup+0.100655 s]
/proc/loadavg: 2.01 2.01 1.95 3/177 29125
/proc/meminfo: memFree=31358164/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=23604 CPUtime=0.09 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 4877 0 0 0 9 0 0 0 25 0 1 0 887530696 24170496 4832 33554432000 4194304 9016284 140736939966064 18446744073709551615 7869834 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/29125/statm: 5901 4832 357 1178 0 4719 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23604

[startup+0.300642 s]
/proc/loadavg: 2.01 2.01 1.95 3/177 29125
/proc/meminfo: memFree=31358164/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=61512 CPUtime=0.29 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 14083 0 0 0 28 1 0 0 25 0 1 0 887530696 62988288 14025 33554432000 4194304 9016284 140736939966064 18446744073709551615 5961962 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 15378 14025 492 1178 0 14196 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61512

[startup+0.700587 s]
/proc/loadavg: 2.01 2.01 1.95 3/177 29125
/proc/meminfo: memFree=31358164/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=95628 CPUtime=0.68 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 23713 0 0 0 65 3 0 0 25 0 1 0 887530696 97923072 22436 33554432000 4194304 9016284 140736939966064 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 23907 22436 722 1178 0 22725 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 95628

[startup+1.50042 s]
/proc/loadavg: 2.01 2.01 1.95 3/178 29126
/proc/meminfo: memFree=31268900/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=98364 CPUtime=1.49 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 24768 0 0 0 145 4 0 0 25 0 1 0 887530696 100724736 23366 33554432000 4194304 9016284 140736939966064 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 24591 23366 688 1178 0 23409 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 98364

[startup+3.10114 s]
/proc/loadavg: 2.01 2.01 1.95 3/178 29126
/proc/meminfo: memFree=31266524/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=100052 CPUtime=3.09 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 25316 0 0 0 304 5 0 0 25 0 1 0 887530696 102453248 23911 33554432000 4194304 9016284 140736939966064 18446744073709551615 6580205 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 25013 23911 688 1178 0 23831 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 100052

[startup+6.30057 s]
/proc/loadavg: 2.01 2.01 1.95 3/178 29126
/proc/meminfo: memFree=31263176/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=101596 CPUtime=6.29 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 25626 0 0 0 622 7 0 0 25 0 1 0 887530696 104034304 24217 33554432000 4194304 9016284 140736939966064 18446744073709551615 6922753 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 25399 24217 688 1178 0 24217 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 101596

[startup+12.7004 s]
/proc/loadavg: 2.01 2.01 1.95 3/178 29127
/proc/meminfo: memFree=31260952/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=103028 CPUtime=12.69 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 26082 0 0 0 1260 9 0 0 25 0 1 0 887530696 105500672 24673 33554432000 4194304 9016284 140736939966064 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 25757 24673 689 1178 0 24575 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 103028

[startup+25.5012 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 29127
/proc/meminfo: memFree=31260956/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=103028 CPUtime=25.49 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 26087 0 0 0 2537 12 0 0 25 0 1 0 887530696 105500672 24678 33554432000 4194304 9016284 140736939966064 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 25757 24678 694 1178 0 24575 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 103028

[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 29128
/proc/meminfo: memFree=31261052/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=103028 CPUtime=51.09 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 26087 0 0 0 5091 18 0 0 25 0 1 0 887530696 105500672 24678 33554432000 4194304 9016284 140736939966064 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 25757 24678 694 1178 0 24575 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 103028

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 29129
/proc/meminfo: memFree=31255536/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=106384 CPUtime=102.3 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 28589 0 0 0 10195 35 0 0 25 0 1 0 887530696 108937216 25333 33554432000 4194304 9016284 140736939966064 18446744073709551615 7180356 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 26596 25333 696 1178 0 25414 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 106384

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 29131
/proc/meminfo: memFree=31260320/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=105312 CPUtime=162.3 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 46927 0 0 0 16170 60 0 0 25 0 1 0 887530696 107839488 25143 33554432000 4194304 9016284 140736939966064 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 26328 25143 696 1178 0 25146 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 105312

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 29132
/proc/meminfo: memFree=31257416/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=109008 CPUtime=222.29 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 75337 0 0 0 22142 87 0 0 25 0 1 0 887530696 111624192 26019 33554432000 4194304 9016284 140736939966064 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 27252 26019 696 1178 0 26070 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 109008

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 29134
/proc/meminfo: memFree=31247820/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=110540 CPUtime=282.29 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 102003 0 0 0 28119 110 0 0 25 0 1 0 887530696 113192960 26456 33554432000 4194304 9016284 140736939966064 18446744073709551615 7180536 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 27635 26456 696 1178 0 26453 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 110540

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 29135
/proc/meminfo: memFree=31236616/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=117896 CPUtime=342.29 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 118648 0 0 0 34095 134 0 0 25 0 1 0 887530696 120725504 28429 33554432000 4194304 9016284 140736939966064 18446744073709551615 7180656 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 29474 28429 696 1178 0 28292 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 117896

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 29137
/proc/meminfo: memFree=31229512/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=121912 CPUtime=402.3 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 156029 0 0 0 40063 167 0 0 25 0 1 0 887530696 124837888 28957 33554432000 4194304 9016284 140736939966064 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 30478 28957 696 1178 0 29296 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 121912

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 29139
/proc/meminfo: memFree=31226228/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=131304 CPUtime=462.3 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 177634 0 0 0 46037 193 0 0 25 0 1 0 887530696 134455296 31641 33554432000 4194304 9016284 140736939966064 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 32826 31641 696 1178 0 31644 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 131304

[startup+522.3 s]
/proc/loadavg: 2.07 2.02 1.95 3/178 29140
/proc/meminfo: memFree=31217860/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=135928 CPUtime=522.3 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 221258 0 0 0 52004 226 0 0 25 0 1 0 887530696 139190272 32752 33554432000 4194304 9016284 140736939966064 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 33982 32752 696 1178 0 32800 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 135928

[startup+582.301 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 29142
/proc/meminfo: memFree=31205664/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=139472 CPUtime=582.31 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 263799 0 0 0 57976 255 0 0 25 0 1 0 887530696 142819328 33706 33554432000 4194304 9016284 140736939966064 18446744073709551615 7213857 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 34868 33706 705 1178 0 33686 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 139472

[startup+642.3 s]

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

/proc/meminfo: memFree=31199672/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=147040 CPUtime=642.3 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 289570 0 0 0 63948 282 0 0 25 0 1 0 887530696 150568960 35600 33554432000 4194304 9016284 140736939966064 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 36760 35600 696 1178 0 35578 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 147040

[startup+702.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 29145
/proc/meminfo: memFree=31193056/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=152100 CPUtime=702.31 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 327294 0 0 0 69919 312 0 0 25 0 1 0 887530696 155750400 36828 33554432000 4194304 9016284 140736939966064 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 38025 36828 696 1178 0 36843 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 152100

[startup+762.306 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 29147
/proc/meminfo: memFree=31185808/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=158868 CPUtime=762.31 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 357900 0 0 0 75891 340 0 0 25 0 1 0 887530696 162680832 38562 33554432000 4194304 9016284 140736939966064 18446744073709551615 7081817 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 39717 38562 711 1178 0 38535 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 158868

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 29148
/proc/meminfo: memFree=31176216/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=164584 CPUtime=822.31 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 409536 0 0 0 81856 375 0 0 25 0 1 0 887530696 168534016 40117 33554432000 4194304 9016284 140736939966064 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 41146 40117 696 1178 0 39964 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 164584

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 29150
/proc/meminfo: memFree=31169464/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=170800 CPUtime=882.31 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 439563 0 0 0 87830 401 0 0 25 0 1 0 887530696 174899200 41661 33554432000 4194304 9016284 140736939966064 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 42700 41661 696 1178 0 41518 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 170800

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 29151
/proc/meminfo: memFree=31165076/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=174400 CPUtime=942.31 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 462734 0 0 0 93799 432 0 0 25 0 1 0 887530696 178585600 42094 33554432000 4194304 9016284 140736939966064 18446744073709551615 7213554 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 43600 42094 696 1178 0 42418 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 174400

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 29153
/proc/meminfo: memFree=31158324/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=182040 CPUtime=1002.32 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 512819 0 0 0 99769 463 0 0 25 0 1 0 887530696 186408960 44475 33554432000 4194304 9016284 140736939966064 18446744073709551615 7082034 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 45510 44475 733 1178 0 44328 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 182040

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 29155
/proc/meminfo: memFree=31151080/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=187528 CPUtime=1062.32 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 545005 0 0 0 105742 490 0 0 25 0 1 0 887530696 192028672 45635 33554432000 4194304 9016284 140736939966064 18446744073709551615 7180391 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 46882 45635 696 1178 0 45700 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 187528

[startup+1122.3 s]
/proc/loadavg: 2.04 2.01 1.96 3/178 29156
/proc/meminfo: memFree=31146572/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=192496 CPUtime=1122.31 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 576117 0 0 0 111712 519 0 0 25 0 1 0 887530696 197115904 46607 33554432000 4194304 9016284 140736939966064 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 48124 46607 696 1178 0 46942 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 192496

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 29158
/proc/meminfo: memFree=31152596/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=197428 CPUtime=1182.31 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 620512 0 0 0 117682 549 0 0 25 0 1 0 887530696 202166272 48222 33554432000 4194304 9016284 140736939966064 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 49357 48222 699 1178 0 48175 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 197428

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 29159
/proc/meminfo: memFree=31143492/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=201664 CPUtime=1242.32 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 645474 0 0 0 123657 575 0 0 25 0 1 0 887530696 206503936 49282 33554432000 4194304 9016284 140736939966064 18446744073709551615 7178120 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 50416 49282 696 1178 0 49234 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 201664

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

[startup+1254.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 29160
/proc/meminfo: memFree=31138276/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=201536 CPUtime=1254.32 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 652239 0 0 0 124852 580 0 0 25 0 1 0 887530696 206372864 49279 33554432000 4194304 9016284 140736939966064 18446744073709551615 7214028 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 50384 49279 696 1178 0 49202 0
Current children cumulated CPU time (s) 1254.32
Current children cumulated vsize (KiB) 201536

[startup+1260.7 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 29160
/proc/meminfo: memFree=31137532/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=201672 CPUtime=1260.72 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 652883 0 0 0 125489 583 0 0 25 0 1 0 887530696 206512128 49098 33554432000 4194304 9016284 140736939966064 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 50418 49098 696 1178 0 49236 0
Current children cumulated CPU time (s) 1260.72
Current children cumulated vsize (KiB) 201672

[startup+1263.91 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 29160
/proc/meminfo: memFree=31144720/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=200712 CPUtime=1263.93 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 653824 0 0 0 125809 584 0 0 25 0 1 0 887530696 205529088 48945 33554432000 4194304 9016284 140736939966064 18446744073709551615 7180555 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 50178 48945 696 1178 0 48996 0
Current children cumulated CPU time (s) 1263.93
Current children cumulated vsize (KiB) 200712

[startup+1267.1 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 29160
/proc/meminfo: memFree=31136908/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=201336 CPUtime=1267.12 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 653989 0 0 0 126127 585 0 0 25 0 1 0 887530696 206168064 49110 33554432000 4194304 9016284 140736939966064 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 50334 49110 696 1178 0 49152 0
Current children cumulated CPU time (s) 1267.12
Current children cumulated vsize (KiB) 201336

[startup+1267.9 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 29160
/proc/meminfo: memFree=31136908/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=201336 CPUtime=1267.92 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 653993 0 0 0 126206 586 0 0 25 0 1 0 887530696 206168064 49114 33554432000 4194304 9016284 140736939966064 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 50334 49114 696 1178 0 49152 0
Current children cumulated CPU time (s) 1267.92
Current children cumulated vsize (KiB) 201336

[startup+1268.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 29160
/proc/meminfo: memFree=31133556/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=201488 CPUtime=1268.33 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 653996 0 0 0 126247 586 0 0 25 0 1 0 887530696 206323712 49117 33554432000 4194304 9016284 140736939966064 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 50372 49117 696 1178 0 49190 0
Current children cumulated CPU time (s) 1268.33
Current children cumulated vsize (KiB) 201488

[startup+1268.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 29160
/proc/meminfo: memFree=31133556/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=201488 CPUtime=1268.52 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 653996 0 0 0 126266 586 0 0 25 0 1 0 887530696 206323712 49117 33554432000 4194304 9016284 140736939966064 18446744073709551615 7205384 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 50372 49117 696 1178 0 49190 0
Current children cumulated CPU time (s) 1268.52
Current children cumulated vsize (KiB) 201488

[startup+1268.6 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 29160
/proc/meminfo: memFree=31133556/32951124 swapFree=67052292/67111528
[pid=29125] ppid=29123 vsize=201488 CPUtime=1268.62 cores=0,2,4,6
/proc/29125/stat : 29125 (scip-2.0.1.4b_2) R 29123 29125 26964 0 -1 4202496 653996 0 0 0 126276 586 0 0 25 0 1 0 887530696 206323712 49117 33554432000 4194304 9016284 140736939966064 18446744073709551615 7214005 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/29125/statm: 50372 49117 696 1178 0 49190 0
Current children cumulated CPU time (s) 1268.62
Current children cumulated vsize (KiB) 201488

Child status: 0
Real time (s): 1268.69
CPU time (s): 1268.71
CPU user time (s): 1262.84
CPU system time (s): 5.87811
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 203384

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

runsolver used 1.93171 second user time and 3.9284 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-11 04:28:17
IDJOB=3489336
IDBENCH=1478
IDSOLVER=1979
FILE ID=node108/3489336-1307759297
RUNJOBID= node108-1307750177-26982
PBS_JOBID= 13550852
Free space on /tmp= 74084 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-dlx1c.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-3489336-1307759297/watcher-3489336-1307759297 -o /tmp/evaluation-result-3489336-1307759297/solver-3489336-1307759297 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489336-1307759297.opb -t 1800 -m 15500

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

MD5SUM BENCH= d30cbdfbaf2c404a9c4e9217e33c734d
RANDOM SEED=1271127316

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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:     32951124 kB
MemFree:      31358840 kB
Buffers:        266732 kB
Cached:         771264 kB
SwapCached:      25932 kB
Active:         847696 kB
Inactive:       530648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31358840 kB
SwapTotal:    67111528 kB
SwapFree:     67052292 kB
Dirty:           17124 kB
Writeback:           0 kB
AnonPages:      335368 kB
Mapped:          12380 kB
Slab:           148872 kB
PageTables:       5400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   523752 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= 74064 MiB
End job on node108 at 2011-06-11 04:49:26