Trace number 3485894

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 2 2011-06-10 (fixed)UNSAT 1162.93 1162.91

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.4 [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-3485894-1307755186.opb>
0.09/0.10	c original problem has 6392 variables (6392 bin, 0 int, 0 impl, 0 cont) and 18058 constraints
0.09/0.10	c problem read
0.09/0.10	c No objective function, only one solution is needed.
0.09/0.10	c presolving settings loaded
0.09/0.15	c presolving:
0.29/0.30	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.32	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.32	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.29/0.38	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.41	c presolving (5 rounds):
0.39/0.41	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.41	c  362479 implications, 0 cliques
0.39/0.41	c presolved problem has 5332 variables (5332 bin, 0 int, 0 impl, 0 cont) and 15174 constraints
0.39/0.41	c     780 constraints of type <knapsack>
0.39/0.41	c    9600 constraints of type <setppc>
0.39/0.41	c    4794 constraints of type <logicor>
0.39/0.41	c transformed objective value is always integral (scale: 1)
0.39/0.41	c Presolving Time: 0.29
0.39/0.41	c - non default parameters ----------------------------------------------------------------------
0.39/0.41	c # SCIP version 2.0.1.4
0.39/0.41	c 
0.39/0.41	c # frequency for displaying node information lines
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.41	c display/freq = 10000
0.39/0.41	c 
0.39/0.41	c # maximal time in seconds to run
0.39/0.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.41	c limits/time = 1797
0.39/0.41	c 
0.39/0.41	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.41	c limits/memory = 13950
0.39/0.41	c 
0.39/0.41	c # solving stops, if the given number of solutions were found (-1: no limit)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.41	c limits/solutions = 1
0.39/0.41	c 
0.39/0.41	c # maximal number of separation rounds per node (-1: unlimited)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 5]
0.39/0.41	c separating/maxrounds = 1
0.39/0.41	c 
0.39/0.41	c # maximal number of separation rounds in the root node (-1: unlimited)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.41	c separating/maxroundsroot = 5
0.39/0.41	c 
0.39/0.41	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.39/0.41	c # [type: int, range: [1,2], default: 1]
0.39/0.41	c timing/clocktype = 2
0.39/0.41	c 
0.39/0.41	c # belongs reading time to solving time?
0.39/0.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.41	c timing/reading = TRUE
0.39/0.41	c 
0.39/0.41	c # should presolving try to simplify inequalities
0.39/0.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.41	c constraints/linear/simplifyinequalities = TRUE
0.39/0.41	c 
0.39/0.41	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.39/0.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.41	c constraints/indicator/addCouplingCons = TRUE
0.39/0.41	c 
0.39/0.41	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.39/0.41	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.39/0.41	c constraints/knapsack/disaggregation = FALSE
0.39/0.41	c 
0.39/0.41	c # should presolving try to simplify knapsacks
0.39/0.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.41	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.41	c 
0.39/0.41	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.41	c presolving/probing/maxrounds = 0
0.39/0.41	c 
0.39/0.41	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.41	c heuristics/coefdiving/freq = -1
0.39/0.41	c 
0.39/0.41	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.41	c heuristics/coefdiving/maxlpiterquot = 0.075
0.39/0.41	c 
0.39/0.41	c # additional number of allowed LP iterations
0.39/0.41	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.41	c heuristics/coefdiving/maxlpiterofs = 1500
0.39/0.41	c 
0.39/0.41	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 30]
0.39/0.41	c heuristics/crossover/freq = -1
0.39/0.41	c 
0.39/0.41	c # number of nodes added to the contingent of the total nodes
0.39/0.41	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.41	c heuristics/crossover/nodesofs = 750
0.39/0.41	c 
0.39/0.41	c # number of nodes without incumbent change that heuristic should wait
0.39/0.41	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.39/0.41	c heuristics/crossover/nwaitingnodes = 100
0.39/0.41	c 
0.39/0.41	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.39/0.41	c # [type: real, range: [0,1], default: 0.1]
0.39/0.41	c heuristics/crossover/nodesquot = 0.15
0.39/0.41	c 
0.39/0.41	c # minimum percentage of integer variables that have to be fixed 
0.39/0.41	c # [type: real, range: [0,1], default: 0.666]
0.39/0.41	c heuristics/crossover/minfixingrate = 0.5
0.39/0.41	c 
0.39/0.41	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.41	c heuristics/feaspump/freq = -1
0.39/0.41	c 
0.39/0.41	c # additional number of allowed LP iterations
0.39/0.41	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.41	c heuristics/feaspump/maxlpiterofs = 2000
0.39/0.41	c 
0.39/0.41	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.41	c heuristics/fracdiving/freq = -1
0.39/0.41	c 
0.39/0.41	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.41	c heuristics/fracdiving/maxlpiterquot = 0.075
0.39/0.41	c 
0.39/0.41	c # additional number of allowed LP iterations
0.39/0.41	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.41	c heuristics/fracdiving/maxlpiterofs = 1500
0.39/0.41	c 
0.39/0.41	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.41	c heuristics/guideddiving/freq = -1
0.39/0.41	c 
0.39/0.41	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.41	c heuristics/guideddiving/maxlpiterquot = 0.075
0.39/0.41	c 
0.39/0.41	c # additional number of allowed LP iterations
0.39/0.41	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.41	c heuristics/guideddiving/maxlpiterofs = 1500
0.39/0.41	c 
0.39/0.41	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.41	c heuristics/intdiving/maxlpiterquot = 0.075
0.39/0.41	c 
0.39/0.41	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.41	c heuristics/intshifting/freq = -1
0.39/0.41	c 
0.39/0.41	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.41	c heuristics/linesearchdiving/freq = -1
0.39/0.41	c 
0.39/0.41	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.41	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.39/0.41	c 
0.39/0.41	c # additional number of allowed LP iterations
0.39/0.41	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.41	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.39/0.41	c 
0.39/0.41	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.41	c heuristics/objpscostdiving/freq = -1
0.39/0.41	c 
0.39/0.41	c # maximal fraction of diving LP iterations compared to total iteration number
0.39/0.41	c # [type: real, range: [0,1], default: 0.01]
0.39/0.41	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.39/0.41	c 
0.39/0.41	c # additional number of allowed LP iterations
0.39/0.41	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.41	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.39/0.41	c 
0.39/0.41	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.41	c heuristics/oneopt/freq = -1
0.39/0.41	c 
0.39/0.41	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.41	c heuristics/pscostdiving/freq = -1
0.39/0.41	c 
0.39/0.41	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.41	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.39/0.41	c 
0.39/0.41	c # additional number of allowed LP iterations
0.39/0.41	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.41	c heuristics/pscostdiving/maxlpiterofs = 1500
0.39/0.41	c 
0.39/0.41	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.41	c heuristics/rens/freq = -1
0.39/0.41	c 
0.39/0.41	c # minimum percentage of integer variables that have to be fixable 
0.39/0.41	c # [type: real, range: [0,1], default: 0.5]
0.39/0.41	c heuristics/rens/minfixingrate = 0.3
0.39/0.41	c 
0.39/0.41	c # number of nodes added to the contingent of the total nodes
0.39/0.41	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.41	c heuristics/rens/nodesofs = 2000
0.39/0.41	c 
0.39/0.41	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.41	c heuristics/rootsoldiving/freq = -1
0.39/0.41	c 
0.39/0.41	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.39/0.41	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.39/0.41	c 
0.39/0.41	c # additional number of allowed LP iterations
0.39/0.41	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.41	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.39/0.41	c 
0.39/0.41	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.41	c heuristics/rounding/freq = -1
0.39/0.41	c 
0.39/0.41	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.41	c heuristics/shiftandpropagate/freq = -1
0.39/0.41	c 
0.39/0.41	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.41	c heuristics/shifting/freq = -1
0.39/0.41	c 
0.39/0.41	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.41	c heuristics/simplerounding/freq = -1
0.39/0.41	c 
0.39/0.41	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.41	c heuristics/subnlp/freq = -1
0.39/0.41	c 
0.39/0.41	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.41	c heuristics/trivial/freq = -1
0.39/0.41	c 
0.39/0.41	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.41	c heuristics/trysol/freq = -1
0.39/0.41	c 
0.39/0.41	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.41	c heuristics/undercover/freq = -1
0.39/0.41	c 
0.39/0.41	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.41	c heuristics/veclendiving/freq = -1
0.39/0.41	c 
0.39/0.41	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.41	c heuristics/veclendiving/maxlpiterquot = 0.075
0.39/0.41	c 
0.39/0.41	c # additional number of allowed LP iterations
0.39/0.41	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.41	c heuristics/veclendiving/maxlpiterofs = 1500
0.39/0.41	c 
0.39/0.41	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.41	c heuristics/zirounding/freq = -1
0.39/0.41	c 
0.39/0.41	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.41	c separating/cmir/freq = -1
0.39/0.41	c 
0.39/0.41	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.41	c separating/flowcover/freq = -1
0.39/0.41	c 
0.39/0.41	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.41	c separating/rapidlearning/freq = 0
0.39/0.41	c 
0.39/0.41	c -----------------------------------------------------------------------------------------------
0.39/0.41	c start solving
0.39/0.41	c 
0.49/0.55	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.55	c   0.6s|     1 |     0 |  1469 |     - |  42M|   0 |1020 |5332 |  15k|5332 |  15k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.96	c   1.0s|     1 |     0 |  2319 |     - |  42M|   0 |1284 |5332 |  15k|5332 |  15k| 106 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.59/1.61	c   1.6s|     1 |     0 |  4621 |     - |  42M|   0 |1490 |5332 |  15k|5332 |  15k| 213 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.69/2.75	c   2.7s|     1 |     0 |  6617 |     - |  43M|   0 |1775 |5332 |  15k|5332 |  15k| 321 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
5.09/5.13	c   5.1s|     1 |     0 |  8302 |     - |  43M|   0 |1857 |5332 |  15k|5332 |  15k| 441 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
9.39/9.42	c   9.4s|     1 |     0 | 12355 |     - |  43M|   0 |1977 |5332 |  15k|5332 |  15k| 521 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
15.89/15.99	c  16.0s|     1 |     2 | 12355 |     - |  43M|   0 |1977 |5332 |  15k|5332 |  15k| 521 |   0 |  22 | 0.000000e+00 |      --      |    Inf 
1162.82/1162.85	c 
1162.82/1162.85	c SCIP Status        : problem is solved [infeasible]
1162.82/1162.85	c Solving Time (sec) : 1162.85
1162.82/1162.85	c Solving Nodes      : 7092
1162.82/1162.85	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1162.82/1162.85	c Dual Bound         : +1.00000000000000e+20
1162.82/1162.85	c Gap                : 0.00 %
1162.82/1162.85	s UNSATISFIABLE
1162.82/1162.85	c SCIP Status        : problem is solved [infeasible]
1162.82/1162.85	c Total Time         :    1162.85
1162.82/1162.85	c   solving          :    1162.85
1162.82/1162.85	c   presolving       :       0.29 (included in solving)
1162.82/1162.85	c   reading          :       0.10 (included in solving)
1162.82/1162.85	c Original Problem   :
1162.82/1162.85	c   Problem name     : HOME/instance-3485894-1307755186.opb
1162.82/1162.85	c   Variables        : 6392 (6392 binary, 0 integer, 0 implicit integer, 0 continuous)
1162.82/1162.85	c   Constraints      : 18058 initial, 18058 maximal
1162.82/1162.85	c Presolved Problem  :
1162.82/1162.85	c   Problem name     : t_HOME/instance-3485894-1307755186.opb
1162.82/1162.85	c   Variables        : 5332 (5332 binary, 0 integer, 0 implicit integer, 0 continuous)
1162.82/1162.85	c   Constraints      : 15174 initial, 17024 maximal
1162.82/1162.85	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1162.82/1162.85	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1162.82/1162.85	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1162.82/1162.85	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1162.82/1162.85	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1162.82/1162.85	c   implics          :       0.03          0        585          0          0          0          0          0          0          0
1162.82/1162.85	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1162.82/1162.85	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1162.82/1162.85	c   setppc           :       0.01          0          0          0          0          0          0          0          0          0
1162.82/1162.85	c   linear           :       0.18        471          4          0        471          0       2884          0        395        811
1162.82/1162.85	c   logicor          :       0.02          0          0          0          0          0          0          0          0          0
1162.82/1162.85	c   root node        :          -          0          -          -          0          -          -          -          -          -
1162.82/1162.85	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1162.82/1162.85	c   integral         :          0          0          0       5805          0          1          0         18        199          0          0      11412
1162.82/1162.85	c   knapsack         :        780          5      89641          0          0          0       6093         44      18010       1001          0          0
1162.82/1162.85	c   setppc           :       9600          5      89597          0          0          0     420528        547    1029585          0          0          0
1162.82/1162.85	c   logicor          :       4794+         5      81209          0          0          0     203228       1793     458997          0          0          0
1162.82/1162.85	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1162.82/1162.85	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1162.82/1162.85	c   integral         :     465.95       0.00       0.00     465.95       0.00       0.00       0.00
1162.82/1162.85	c   knapsack         :       1.31       0.01       1.30       0.00       0.00       0.00       0.00
1162.82/1162.85	c   setppc           :       6.74       0.00       6.60       0.00       0.00       0.00       0.14
1162.82/1162.85	c   logicor          :       2.13       0.00       2.00       0.00       0.00       0.00       0.13
1162.82/1162.85	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1162.82/1162.85	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1162.82/1162.85	c   vbounds          :          0          0          0          0
1162.82/1162.85	c   rootredcost      :          0          0          0          0
1162.82/1162.85	c   pseudoobj        :          0          0          0          0
1162.82/1162.85	c Propagator Timings :  TotalTime  Propagate    Resprop
1162.82/1162.85	c   vbounds          :       0.01       0.01       0.00
1162.82/1162.85	c   rootredcost      :       0.01       0.01       0.00
1162.82/1162.85	c   pseudoobj        :       0.01       0.01       0.00
1162.82/1162.85	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1162.82/1162.85	c   propagation      :       0.47       2384       2369      15276       38.5        367       17.8          -
1162.82/1162.85	c   infeasible LP    :       0.09         83         83        219       12.2         14       12.1          0
1162.82/1162.85	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1162.82/1162.85	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1162.82/1162.85	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1162.82/1162.85	c   applied globally :          -          -          -       6841       28.5          -          -          -
1162.82/1162.85	c   applied locally  :          -          -          -          0        0.0          -          -          -
1162.82/1162.85	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1162.82/1162.85	c   cut pool         :       0.00          4          -          -        510          -    (maximal pool size: 1515)
1162.82/1162.85	c   redcost          :       0.45       5736          0          0          0          0
1162.82/1162.85	c   impliedbounds    :       0.01          5          0          0          0          0
1162.82/1162.85	c   intobj           :       0.00          0          0          0          0          0
1162.82/1162.85	c   gomory           :       3.40          5          0          0       2259          0
1162.82/1162.85	c   cgmip            :       0.00          0          0          0          0          0
1162.82/1162.85	c   closecuts        :       0.00          0          0          0          0          0
1162.82/1162.85	c   strongcg         :       2.18          5          0          0       2500          0
1162.82/1162.85	c   cmir             :       0.00          0          0          0          0          0
1162.82/1162.85	c   flowcover        :       0.00          0          0          0          0          0
1162.82/1162.85	c   clique           :       0.32          5          0          0         40          0
1162.82/1162.85	c   zerohalf         :       0.00          0          0          0          0          0
1162.82/1162.85	c   mcf              :       0.02          1          0          0          0          0
1162.82/1162.85	c   oddcycle         :       0.00          0          0          0          0          0
1162.82/1162.85	c   rapidlearning    :       0.00          0          0          0          0          0
1162.82/1162.85	c Pricers            :       Time      Calls       Vars
1162.82/1162.85	c   problem variables:       0.00          0          0
1162.82/1162.85	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1162.82/1162.85	c   relpscost        :     465.94       5805         18        199          0          0      11412
1162.82/1162.85	c   pscost           :       0.00          0          0          0          0          0          0
1162.82/1162.85	c   inference        :       0.00          0          0          0          0          0          0
1162.82/1162.85	c   mostinf          :       0.00          0          0          0          0          0          0
1162.82/1162.85	c   leastinf         :       0.00          0          0          0          0          0          0
1162.82/1162.85	c   fullstrong       :       0.00          0          0          0          0          0          0
1162.82/1162.85	c   allfullstrong    :       0.00          0          0          0          0          0          0
1162.82/1162.85	c   random           :       0.00          0          0          0          0          0          0
1162.82/1162.85	c Primal Heuristics  :       Time      Calls      Found
1162.82/1162.85	c   LP solutions     :       0.00          -          0
1162.82/1162.85	c   pseudo solutions :       0.00          -          0
1162.82/1162.85	c   trivial          :       0.00          1          0
1162.82/1162.85	c   shiftandpropagate:       0.00          0          0
1162.82/1162.85	c   simplerounding   :       0.00          0          0
1162.82/1162.85	c   zirounding       :       0.00          0          0
1162.82/1162.85	c   rounding         :       0.00          0          0
1162.82/1162.85	c   shifting         :       0.00          0          0
1162.82/1162.85	c   intshifting      :       0.00          0          0
1162.82/1162.85	c   oneopt           :       0.00          0          0
1162.82/1162.85	c   twoopt           :       0.00          0          0
1162.82/1162.85	c   fixandinfer      :       0.00          0          0
1162.82/1162.85	c   feaspump         :       0.00          0          0
1162.82/1162.85	c   clique           :       0.00          0          0
1162.82/1162.85	c   coefdiving       :       0.00          0          0
1162.82/1162.85	c   pscostdiving     :       0.00          0          0
1162.82/1162.85	c   fracdiving       :       0.00          0          0
1162.82/1162.85	c   veclendiving     :       0.00          0          0
1162.82/1162.85	c   intdiving        :       0.00          0          0
1162.82/1162.85	c   actconsdiving    :       0.00          0          0
1162.82/1162.85	c   objpscostdiving  :       0.00          0          0
1162.82/1162.85	c   rootsoldiving    :       0.00          0          0
1162.82/1162.85	c   linesearchdiving :       0.00          0          0
1162.82/1162.85	c   guideddiving     :       0.00          0          0
1162.82/1162.85	c   octane           :       0.00          0          0
1162.82/1162.85	c   rens             :       0.00          0          0
1162.82/1162.85	c   rins             :       0.00          0          0
1162.82/1162.85	c   localbranching   :       0.00          0          0
1162.82/1162.85	c   mutation         :       0.00          0          0
1162.82/1162.85	c   crossover        :       0.00          0          0
1162.82/1162.85	c   dins             :       0.00          0          0
1162.82/1162.85	c   vbounds          :       0.00          0          0
1162.82/1162.85	c   undercover       :       0.00          0          0
1162.82/1162.85	c   subnlp           :       0.00          0          0
1162.82/1162.85	c   trysol           :       0.00          0          0
1162.82/1162.85	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1162.82/1162.85	c   primal LP        :       0.01          0          0       0.00          -
1162.82/1162.85	c   dual LP          :     660.94       5881    2473548     420.60    3742.49
1162.82/1162.85	c   lex dual LP      :       0.00          0          0       0.00          -
1162.82/1162.85	c   barrier LP       :       0.00          0          0       0.00          -
1162.82/1162.85	c   diving/probing LP:       0.00          0          0       0.00          -
1162.82/1162.85	c   strong branching :     464.14       3057    1356741     443.81    2923.10
1162.82/1162.85	c     (at root node) :          -         22      14206     645.73          -
1162.82/1162.85	c   conflict analysis:       0.00          0          0       0.00          -
1162.82/1162.85	c B&B Tree           :
1162.82/1162.85	c   number of runs   :          1
1162.82/1162.85	c   nodes            :       7092
1162.82/1162.85	c   nodes (total)    :       7092
1162.82/1162.85	c   nodes left       :          0
1162.82/1162.85	c   max depth        :         80
1162.82/1162.85	c   max depth (total):         80
1162.82/1162.85	c   backtracks       :       1551 (21.9%)
1162.82/1162.85	c   delayed cutoffs  :       4321
1162.82/1162.85	c   repropagations   :       6009 (355616 domain reductions, 1099 cutoffs)
1162.82/1162.85	c   avg switch length:       5.37
1162.82/1162.85	c   switching time   :       6.03
1162.82/1162.85	c Solution           :
1162.82/1162.85	c   Solutions found  :          0 (0 improvements)
1162.82/1162.85	c   Primal Bound     : infeasible
1162.82/1162.85	c   Dual Bound       :          -
1162.82/1162.85	c   Gap              :       0.00 %
1162.82/1162.85	c   Root Dual Bound  : +0.00000000000000e+00
1162.82/1162.85	c   Root Iterations  :      12355
1162.91/1162.90	c Time complete: 1162.92.

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-3485894-1307755186/watcher-3485894-1307755186 -o /tmp/evaluation-result-3485894-1307755186/solver-3485894-1307755186 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485894-1307755186.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: 2.02 2.01 1.94 3/177 18028
/proc/meminfo: memFree=30830440/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=9976 CPUtime=0 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 1492 0 0 0 0 0 0 0 23 0 1 0 343127984 10215424 1446 33554432000 4194304 8979876 140736278683504 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/18028/statm: 2494 1446 363 1169 0 1321 0

[startup+0.0812349 s]
/proc/loadavg: 2.02 2.01 1.94 3/177 18028
/proc/meminfo: memFree=30830440/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=19616 CPUtime=0.07 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 3886 0 0 0 7 0 0 0 23 0 1 0 343127984 20086784 3840 33554432000 4194304 8979876 140736278683504 18446744073709551615 4445498 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/18028/statm: 4904 3840 363 1169 0 3731 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 19616

[startup+0.100223 s]
/proc/loadavg: 2.02 2.01 1.94 3/177 18028
/proc/meminfo: memFree=30830440/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=20780 CPUtime=0.09 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 4191 0 0 0 9 0 0 0 23 0 1 0 343127984 21278720 4145 33554432000 4194304 8979876 140736278683504 18446744073709551615 7807867 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/18028/statm: 5195 4145 363 1169 0 4022 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20780

[startup+0.301196 s]
/proc/loadavg: 2.02 2.01 1.94 3/177 18028
/proc/meminfo: memFree=30830440/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=65196 CPUtime=0.29 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 15015 0 0 0 27 2 0 0 25 0 1 0 343127984 66760704 14969 33554432000 4194304 8979876 140736278683504 18446744073709551615 6499120 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18028/statm: 16299 14969 501 1169 0 15126 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65196

[startup+0.701113 s]
/proc/loadavg: 2.02 2.01 1.94 3/177 18028
/proc/meminfo: memFree=30830440/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=95376 CPUtime=0.69 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 24059 0 0 0 65 4 0 0 18 0 1 0 343127984 97665024 22397 33554432000 4194304 8979876 140736278683504 18446744073709551615 7790596 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18028/statm: 23844 22397 710 1169 0 22671 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 95376

[startup+1.50098 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 18029
/proc/meminfo: memFree=30741312/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=98576 CPUtime=1.49 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 25223 0 0 0 144 5 0 0 19 0 1 0 343127984 100941824 23440 33554432000 4194304 8979876 140736278683504 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18028/statm: 24644 23440 687 1169 0 23471 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 98576

[startup+3.1007 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 18030
/proc/meminfo: memFree=30739204/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=99796 CPUtime=3.09 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 25656 0 0 0 303 6 0 0 22 0 1 0 343127984 102191104 23873 33554432000 4194304 8979876 140736278683504 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18028/statm: 24949 23873 687 1169 0 23776 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 99796

[startup+6.30113 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 18030
/proc/meminfo: memFree=30747448/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=100292 CPUtime=6.3 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 25733 0 0 0 620 10 0 0 25 0 1 0 343127984 102699008 23950 33554432000 4194304 8979876 140736278683504 18446744073709551615 6601219 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18028/statm: 25073 23950 687 1169 0 23900 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 100292

[startup+12.701 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 18030
/proc/meminfo: memFree=30736924/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=103352 CPUtime=12.69 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 26538 0 0 0 1254 15 0 0 25 0 1 0 343127984 105832448 24754 33554432000 4194304 8979876 140736278683504 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18028/statm: 25838 24754 688 1169 0 24665 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 103352

[startup+25.5007 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 18030
/proc/meminfo: memFree=30734008/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=103352 CPUtime=25.49 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 26546 0 0 0 2524 25 0 0 25 0 1 0 343127984 105832448 24762 33554432000 4194304 8979876 140736278683504 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18028/statm: 25838 24762 690 1169 0 24665 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 103352

[startup+51.1012 s]
/proc/loadavg: 2.01 2.00 1.94 3/178 18031
/proc/meminfo: memFree=30743556/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=103352 CPUtime=51.09 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 26547 0 0 0 5064 45 0 0 25 0 1 0 343127984 105832448 24763 33554432000 4194304 8979876 140736278683504 18446744073709551615 7144434 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18028/statm: 25838 24763 690 1169 0 24665 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 103352

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 18032
/proc/meminfo: memFree=30732364/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=106468 CPUtime=102.29 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 28059 0 0 0 10136 93 0 0 25 0 1 0 343127984 109023232 25249 33554432000 4194304 8979876 140736278683504 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18028/statm: 26617 25249 686 1169 0 25444 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 106468

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 18034
/proc/meminfo: memFree=30734188/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=107464 CPUtime=162.29 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 35544 0 0 0 16076 153 0 0 25 0 1 0 343127984 110043136 25702 33554432000 4194304 8979876 140736278683504 18446744073709551615 7146342 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18028/statm: 26866 25702 686 1169 0 25693 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 107464

[startup+222.301 s]
/proc/loadavg: 2.04 2.01 1.94 4/178 18035
/proc/meminfo: memFree=30729792/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=108500 CPUtime=222.28 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 51373 0 0 0 22019 209 0 0 25 0 1 0 343127984 111104000 25966 33554432000 4194304 8979876 140736278683504 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18028/statm: 27125 25966 686 1169 0 25952 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 108500

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 18037
/proc/meminfo: memFree=30731596/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=113692 CPUtime=282.29 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 70807 0 0 0 27957 272 0 0 25 0 1 0 343127984 116420608 27269 33554432000 4194304 8979876 140736278683504 18446744073709551615 7144423 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18028/statm: 28423 27269 686 1169 0 27250 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 113692

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 18038
/proc/meminfo: memFree=30713332/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=119580 CPUtime=342.29 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 98568 0 0 0 33884 345 0 0 25 0 1 0 343127984 122449920 28794 33554432000 4194304 8979876 140736278683504 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18028/statm: 29895 28794 686 1169 0 28722 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 119580

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 18040
/proc/meminfo: memFree=30707448/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=127992 CPUtime=402.29 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 120325 0 0 0 39812 417 0 0 25 0 1 0 343127984 131063808 30841 33554432000 4194304 8979876 140736278683504 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18028/statm: 31998 30841 686 1169 0 30825 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 127992

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 18042
/proc/meminfo: memFree=30695860/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=134816 CPUtime=462.29 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 142110 0 0 0 45739 490 0 0 25 0 1 0 343127984 138051584 32514 33554432000 4194304 8979876 140736278683504 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18028/statm: 33704 32514 698 1169 0 32531 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 134816

[startup+522.301 s]
/proc/loadavg: 2.07 2.02 1.95 3/178 18081
/proc/meminfo: memFree=30882608/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=137648 CPUtime=522.29 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 194654 0 0 0 51667 562 0 0 25 0 1 0 343127984 140951552 32984 33554432000 4194304 8979876 140736278683504 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18028/statm: 34412 32984 686 1169 0 33239 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 137648

[startup+582.301 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 18083
/proc/meminfo: memFree=30846408/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=146016 CPUtime=582.29 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 209660 0 0 0 57601 628 0 0 25 0 1 0 343127984 149520384 35357 33554432000 4194304 8979876 140736278683504 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18028/statm: 36504 35357 686 1169 0 35331 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 146016

[startup+642.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 18084
/proc/meminfo: memFree=30840560/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=151504 CPUtime=642.31 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 285452 0 0 0 63531 700 0 0 25 0 1 0 343127984 155140096 36714 33554432000 4194304 8979876 140736278683504 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18028/statm: 37876 36714 686 1169 0 36703 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 151504

[startup+702.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 18086
/proc/meminfo: memFree=30833048/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=158404 CPUtime=702.3 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 332191 0 0 0 69467 763 0 0 25 0 1 0 343127984 162205696 38535 33554432000 4194304 8979876 140736278683504 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18028/statm: 39601 38535 686 1169 0 38428 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 158404

[startup+762.306 s]
/proc/loadavg: 2.06 2.01 1.95 3/178 18088
/proc/meminfo: memFree=30823568/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=166396 CPUtime=762.31 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 407176 0 0 0 75399 832 0 0 25 0 1 0 343127984 170389504 40346 33554432000 4194304 8979876 140736278683504 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18028/statm: 41599 40346 688 1169 0 40426 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 166396

[startup+822.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 18089
/proc/meminfo: memFree=30818928/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=170356 CPUtime=822.3 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 456171 0 0 0 81332 898 0 0 25 0 1 0 343127984 174444544 41080 33554432000 4194304 8979876 140736278683504 18446744073709551615 7046355 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18028/statm: 42589 41080 688 1169 0 41416 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 170356

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 18091
/proc/meminfo: memFree=30811564/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=175536 CPUtime=882.3 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 484636 0 0 0 87264 966 0 0 25 0 1 0 343127984 179748864 42435 33554432000 4194304 8979876 140736278683504 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18028/statm: 43884 42435 702 1169 0 42711 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 175536

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 18092
/proc/meminfo: memFree=30798856/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=183968 CPUtime=942.31 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 551317 0 0 0 93195 1036 0 0 25 0 1 0 343127984 188383232 44710 33554432000 4194304 8979876 140736278683504 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18028/statm: 45992 44710 695 1169 0 44819 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 183968

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 18094
/proc/meminfo: memFree=30792488/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=190632 CPUtime=1002.3 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 578951 0 0 0 99131 1099 0 0 25 0 1 0 343127984 195207168 46194 33554432000 4194304 8979876 140736278683504 18446744073709551615 6629565 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18028/statm: 47658 46194 695 1169 0 46485 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 190632

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 18096
/proc/meminfo: memFree=30782272/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=196752 CPUtime=1062.31 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 624808 0 0 0 105059 1172 0 0 25 0 1 0 343127984 201474048 47956 33554432000 4194304 8979876 140736278683504 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18028/statm: 49188 47956 695 1169 0 48015 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 196752

[startup+1122.3 s]
/proc/loadavg: 2.03 2.01 1.96 3/178 18097
/proc/meminfo: memFree=30775156/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=199364 CPUtime=1122.31 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 650412 0 0 0 110995 1236 0 0 25 0 1 0 343127984 204148736 48601 33554432000 4194304 8979876 140736278683504 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18028/statm: 49841 48601 695 1169 0 48668 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 199364

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

[startup+1126.3 s]
/proc/loadavg: 2.03 2.01 1.96 3/178 18097
/proc/meminfo: memFree=30771932/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=200096 CPUtime=1126.31 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 651533 0 0 0 111392 1239 0 0 25 0 1 0 343127984 204898304 48790 33554432000 4194304 8979876 140736278683504 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18028/statm: 50024 48790 695 1169 0 48851 0
Current children cumulated CPU time (s) 1126.31
Current children cumulated vsize (KiB) 200096

[startup+1139.1 s]
/proc/loadavg: 2.02 2.01 1.96 3/178 18098
/proc/meminfo: memFree=30768564/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=200684 CPUtime=1139.11 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 657269 0 0 0 112660 1251 0 0 25 0 1 0 343127984 205500416 49062 33554432000 4194304 8979876 140736278683504 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18028/statm: 50171 49062 695 1169 0 48998 0
Current children cumulated CPU time (s) 1139.11
Current children cumulated vsize (KiB) 200684

[startup+1151.9 s]
/proc/loadavg: 2.02 2.01 1.96 3/178 18098
/proc/meminfo: memFree=30770296/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=200840 CPUtime=1151.92 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 671928 0 0 0 113926 1266 0 0 25 0 1 0 343127984 205660160 48643 33554432000 4194304 8979876 140736278683504 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18028/statm: 50210 48643 695 1169 0 49037 0
Current children cumulated CPU time (s) 1151.92
Current children cumulated vsize (KiB) 200840

[startup+1158.31 s]
/proc/loadavg: 2.02 2.01 1.96 3/178 18098
/proc/meminfo: memFree=30766824/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=200572 CPUtime=1158.31 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 676526 0 0 0 114560 1271 0 0 25 0 1 0 343127984 205385728 49031 33554432000 4194304 8979876 140736278683504 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18028/statm: 50143 49031 695 1169 0 48970 0
Current children cumulated CPU time (s) 1158.31
Current children cumulated vsize (KiB) 200572

[startup+1161.5 s]
/proc/loadavg: 2.02 2.01 1.96 3/178 18098
/proc/meminfo: memFree=30766452/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=200964 CPUtime=1161.52 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 676538 0 0 0 114878 1274 0 0 25 0 1 0 343127984 205787136 49043 33554432000 4194304 8979876 140736278683504 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18028/statm: 50241 49043 695 1169 0 49068 0
Current children cumulated CPU time (s) 1161.52
Current children cumulated vsize (KiB) 200964

[startup+1162.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/178 18098
/proc/meminfo: memFree=30766452/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=200964 CPUtime=1162.32 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 676539 0 0 0 114957 1275 0 0 25 0 1 0 343127984 205787136 49044 33554432000 4194304 8979876 140736278683504 18446744073709551615 7146353 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18028/statm: 50241 49044 695 1169 0 49068 0
Current children cumulated CPU time (s) 1162.32
Current children cumulated vsize (KiB) 200964

[startup+1162.71 s]
/proc/loadavg: 2.02 2.01 1.96 3/178 18098
/proc/meminfo: memFree=30766796/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=200964 CPUtime=1162.72 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 676539 0 0 0 114997 1275 0 0 25 0 1 0 343127984 205787136 49044 33554432000 4194304 8979876 140736278683504 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18028/statm: 50241 49044 695 1169 0 49068 0
Current children cumulated CPU time (s) 1162.72
Current children cumulated vsize (KiB) 200964

[startup+1162.9 s]
/proc/loadavg: 2.02 2.01 1.96 3/178 18098
/proc/meminfo: memFree=30766796/32950928 swapFree=67054696/67111528
[pid=18028] ppid=18026 vsize=178284 CPUtime=1162.91 cores=1,3,5,7
/proc/18028/stat : 18028 (scip-2.0.1.4_2.) R 18026 18028 16493 0 -1 4202496 676549 0 0 0 115016 1275 0 0 25 0 1 0 343127984 182562816 43638 33554432000 4194304 8979876 140736278683504 18446744073709551615 4896034 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18028/statm: 44571 43638 705 1169 0 43398 0
Current children cumulated CPU time (s) 1162.91
Current children cumulated vsize (KiB) 178284

Child status: 0
Real time (s): 1162.91
CPU time (s): 1162.93
CPU user time (s): 1150.17
CPU system time (s): 12.7591
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 201588

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

runsolver used 1.81572 second user time and 3.9564 second system time

The end

Launcher Data

Begin job on node112 at 2011-06-11 03:19:46
IDJOB=3485894
IDBENCH=1478
IDSOLVER=1977
FILE ID=node112/3485894-1307755186
RUNJOBID= node112-1307750177-16512
PBS_JOBID= 13550850
Free space on /tmp= 74020 MiB

SOLVER NAME= SCIP spx 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.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3485894-1307755186/watcher-3485894-1307755186 -o /tmp/evaluation-result-3485894-1307755186/solver-3485894-1307755186 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485894-1307755186.opb -t 1800 -m 15500

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

MD5SUM BENCH= d30cbdfbaf2c404a9c4e9217e33c734d
RANDOM SEED=581986077

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
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.61
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.847
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
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.74
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.847
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:     32950928 kB
MemFree:      30831116 kB
Buffers:        233840 kB
Cached:        1299960 kB
SwapCached:      10772 kB
Active:         811560 kB
Inactive:      1084696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30831116 kB
SwapTotal:    67111528 kB
SwapFree:     67054696 kB
Dirty:           17468 kB
Writeback:           0 kB
AnonPages:      359840 kB
Mapped:          12172 kB
Slab:           159400 kB
PageTables:       5188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   560724 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= 74004 MiB
End job on node112 at 2011-06-11 03:39:09