Trace number 3484766

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)SAT 1152.75 1152.74

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_3_15.opb
MD5SUM0f8b3c4075c45404d33689fa65bc6a7e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark6.78597
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6180
Sum of products size (including duplicates)12360
Number of different products3090
Sum of products size6180

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-3484766-1307788651.opb>
0.00/0.01	c original problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 302 constraints
0.00/0.01	c problem read
0.00/0.01	c No objective function, only one solution is needed.
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.06	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 301 upgd conss, 24920 impls, 200 clqs
0.00/0.08	c presolving (2 rounds):
0.00/0.08	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.08	c  24920 implications, 200 cliques
0.00/0.08	c presolved problem has 3290 variables (3290 bin, 0 int, 0 impl, 0 cont) and 3392 constraints
0.00/0.08	c       1 constraints of type <knapsack>
0.00/0.08	c     300 constraints of type <setppc>
0.00/0.08	c    3090 constraints of type <and>
0.00/0.08	c       1 constraints of type <linear>
0.00/0.08	c transformed objective value is always integral (scale: 1)
0.00/0.08	c Presolving Time: 0.07
0.00/0.08	c - non default parameters ----------------------------------------------------------------------
0.00/0.08	c # SCIP version 2.0.1.4
0.00/0.08	c 
0.00/0.08	c # frequency for displaying node information lines
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.08	c display/freq = 10000
0.00/0.08	c 
0.00/0.08	c # maximal time in seconds to run
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.08	c limits/time = 1797
0.00/0.08	c 
0.00/0.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.08	c limits/memory = 13950
0.00/0.08	c 
0.00/0.08	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.08	c limits/solutions = 1
0.00/0.08	c 
0.00/0.08	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.08	c separating/maxrounds = 1
0.00/0.08	c 
0.00/0.08	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.08	c separating/maxroundsroot = 5
0.00/0.08	c 
0.00/0.08	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.08	c # [type: int, range: [1,2], default: 1]
0.00/0.08	c timing/clocktype = 2
0.00/0.08	c 
0.00/0.08	c # belongs reading time to solving time?
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c timing/reading = TRUE
0.00/0.08	c 
0.00/0.08	c # should presolving try to simplify inequalities
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c constraints/linear/simplifyinequalities = TRUE
0.00/0.08	c 
0.00/0.08	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c constraints/indicator/addCouplingCons = TRUE
0.00/0.08	c 
0.00/0.08	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.08	c constraints/knapsack/disaggregation = FALSE
0.00/0.08	c 
0.00/0.08	c # should presolving try to simplify knapsacks
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.08	c 
0.00/0.08	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.08	c presolving/probing/maxrounds = 0
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.08	c heuristics/coefdiving/freq = -1
0.00/0.08	c 
0.00/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.08	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.08	c 
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.08	c heuristics/crossover/freq = -1
0.00/0.08	c 
0.00/0.08	c # number of nodes added to the contingent of the total nodes
0.00/0.08	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.08	c heuristics/crossover/nodesofs = 750
0.00/0.08	c 
0.00/0.08	c # number of nodes without incumbent change that heuristic should wait
0.00/0.08	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.08	c heuristics/crossover/nwaitingnodes = 100
0.00/0.08	c 
0.00/0.08	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.08	c # [type: real, range: [0,1], default: 0.1]
0.00/0.08	c heuristics/crossover/nodesquot = 0.15
0.00/0.08	c 
0.00/0.08	c # minimum percentage of integer variables that have to be fixed 
0.00/0.08	c # [type: real, range: [0,1], default: 0.666]
0.00/0.08	c heuristics/crossover/minfixingrate = 0.5
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.08	c heuristics/feaspump/freq = -1
0.00/0.08	c 
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.08	c heuristics/fracdiving/freq = -1
0.00/0.08	c 
0.00/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.08	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.08	c 
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.08	c heuristics/guideddiving/freq = -1
0.00/0.08	c 
0.00/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.08	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.08	c 
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.08	c 
0.00/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.08	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.08	c heuristics/intshifting/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.08	c heuristics/linesearchdiving/freq = -1
0.00/0.08	c 
0.00/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.08	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.08	c 
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.08	c heuristics/objpscostdiving/freq = -1
0.00/0.08	c 
0.00/0.08	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.08	c # [type: real, range: [0,1], default: 0.01]
0.00/0.08	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.08	c 
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.08	c heuristics/oneopt/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.08	c heuristics/pscostdiving/freq = -1
0.00/0.08	c 
0.00/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.08	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.08	c 
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.08	c heuristics/rens/freq = -1
0.00/0.08	c 
0.00/0.08	c # minimum percentage of integer variables that have to be fixable 
0.00/0.08	c # [type: real, range: [0,1], default: 0.5]
0.00/0.08	c heuristics/rens/minfixingrate = 0.3
0.00/0.08	c 
0.00/0.08	c # number of nodes added to the contingent of the total nodes
0.00/0.08	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.08	c heuristics/rens/nodesofs = 2000
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.08	c heuristics/rootsoldiving/freq = -1
0.00/0.08	c 
0.00/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.08	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.08	c 
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.08	c heuristics/rounding/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.08	c heuristics/shiftandpropagate/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.08	c heuristics/shifting/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.08	c heuristics/simplerounding/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.08	c heuristics/subnlp/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.08	c heuristics/trivial/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.08	c heuristics/trysol/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.08	c heuristics/undercover/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.08	c heuristics/veclendiving/freq = -1
0.00/0.08	c 
0.00/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.08	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.08	c 
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.08	c heuristics/zirounding/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.08	c separating/cmir/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.08	c separating/flowcover/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.08	c separating/rapidlearning/freq = 0
0.00/0.08	c 
0.00/0.08	c -----------------------------------------------------------------------------------------------
0.00/0.08	c start solving
0.00/0.08	c 
0.09/0.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.17	c   0.2s|     1 |     0 |   349 |     - |  13M|   0 | 207 |3290 |3392 |3290 |6482 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.09/1.13	c   1.1s|     1 |     0 |   408 |     - |  14M|   0 | 209 |3290 |3418 |3290 |6495 |  13 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.99/2.02	c   2.0s|     1 |     0 |   471 |     - |  15M|   0 | 211 |3290 |3418 |3290 |6504 |  22 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.89/2.99	c   3.0s|     1 |     0 |   530 |     - |  15M|   0 | 218 |3290 |3418 |3290 |6510 |  28 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.89/3.94	c   3.9s|     1 |     0 |   584 |     - |  16M|   0 | 230 |3290 |3418 |3290 |6519 |  37 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
4.89/4.94	c   4.9s|     1 |     0 |   651 |     - |  17M|   0 | 243 |3290 |3418 |3290 |6528 |  46 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
6.19/6.28	c   6.3s|     1 |     2 |   651 |     - |  17M|   0 | 243 |3290 |3418 |3290 |6528 |  46 |   0 |   9 | 0.000000e+00 |      --      |    Inf 
134.28/134.36	c   134s| 10000 |   125 |741946 |  74.1 |  22M|  40 | 145 |3290 |6732 |3290 | 980 | 227k|  12k|2716 | 0.000000e+00 |      --      |    Inf 
265.18/265.26	c   265s| 20000 |   231 |  1504k|  75.2 |  25M|  40 |   - |3290 |6961 |3290 | 910 | 450k|  24k|4201 | 0.000000e+00 |      --      |    Inf 
361.28/361.32	c   361s| 30000 |   289 |  2059k|  68.6 |  27M|  40 |  77 |3290 |6507 |3290 | 929 | 626k|  37k|5191 | 0.000000e+00 |      --      |    Inf 
475.79/475.85	c   476s| 40000 |   342 |  2708k|  67.7 |  28M|  42 |  84 |3290 |5922 |3290 | 992 | 791k|  50k|6253 | 0.000000e+00 |      --      |    Inf 
584.58/584.64	c   585s| 50000 |   379 |  3356k|  67.1 |  29M|  42 |   - |3290 |7065 |3290 | 962 | 970k|  64k|7008 | 0.000000e+00 |      --      |    Inf 
678.49/678.52	c   679s| 60000 |   366 |  3916k|  65.3 |  29M|  42 |   - |3290 |6512 |3290 | 953 |1145k|  77k|7899 | 0.000000e+00 |      --      |    Inf 
788.30/788.33	c   788s| 70000 |   394 |  4572k|  65.3 |  30M|  42 |   - |3290 |6664 |3290 | 922 |1317k|  90k|8454 | 0.000000e+00 |      --      |    Inf 
900.40/900.42	c   900s| 80000 |   382 |  5250k|  65.6 |  30M|  46 | 107 |3290 |6415 |3290 | 944 |1515k| 103k|9058 | 0.000000e+00 |      --      |    Inf 
994.81/994.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
994.81/994.88	c   995s| 90000 |   407 |  5820k|  64.7 |  31M|  46 |   - |3290 |6886 |3290 | 966 |1672k| 116k|9432 | 0.000000e+00 |      --      |    Inf 
1084.81/1084.87	c  1085s|100000 |   424 |  6354k|  63.5 |  32M|  46 |   - |3290 |8177 |3290 | 941 |1807k| 129k|9900 | 0.000000e+00 |      --      |    Inf 
1152.61/1152.69	c *1153s|108604 |     0 |  6761k|  62.3 |  23M|  46 |   - |3290 |8225 |3290 | 934 |1903k| 140k|  10k| 0.000000e+00 | 0.000000e+00 |   0.00%
1152.61/1152.70	c 
1152.61/1152.70	c SCIP Status        : problem is solved [optimal solution found]
1152.61/1152.70	c Solving Time (sec) : 1152.70
1152.61/1152.70	c Solving Nodes      : 108604
1152.61/1152.70	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
1152.61/1152.70	c Dual Bound         : +0.00000000000000e+00
1152.61/1152.70	c Gap                : 0.00 %
1152.61/1152.70	s SATISFIABLE
1152.61/1152.70	v -x197 -x164 -x113 -x185 -x170 -x158 -x132 -x171 -x135 -x150 -x104 -x166 x160 -x144 -x119 -x110 -x106 x157 -x146 -x114 -x192 x180 
1152.61/1152.70	v -x161 x145 -x128 -x122 -x154 -x112 x151 -x124 -x134 -x178 -x172 -x136 -x187 -x181 x168 -x163 -x156 -x152 -x131 -x118 -x117 
1152.61/1152.70	v -x109 -x105 x198 -x190 -x200 -x183 -x123 -x153 -x182 -x189 -x193 -x149 x195 -x191 -x179 -x162 -x107 -x175 x137 -x115 -x101 -x188 
1152.61/1152.70	v -x184 -x167 -x133 -x130 -x129 -x127 -x121 -x120 -x111 -x108 -x155 x199 -x138 -x148 x174 -x139 -x143 -x116 x196 -x176 -x142 
1152.61/1152.70	v x103 -x140 -x194 -x125 -x159 -x165 -x102 -x177 -x173 x126 -x141 x169 -x186 -x147 -x100 -x99 -x98 x97 -x96 -x95 -x94 -x93 -x92 
1152.61/1152.70	v x91 x90 -x89 x88 -x87 -x86 -x85 x84 -x83 -x82 x81 -x80 x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 x71 x70 -x69 -x68 -x67 -x66 
1152.61/1152.70	v -x65 x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 
1152.61/1152.70	v -x39 -x38 -x37 -x36 -x35 -x34 x33 -x32 -x31 x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 x19 -x18 -x17 -x16 -x15 
1152.61/1152.70	v -x14 -x13 -x12 -x11 x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1152.61/1152.70	c SCIP Status        : problem is solved [optimal solution found]
1152.61/1152.70	c Total Time         :    1152.70
1152.61/1152.70	c   solving          :    1152.70
1152.61/1152.70	c   presolving       :       0.07 (included in solving)
1152.61/1152.70	c   reading          :       0.01 (included in solving)
1152.61/1152.70	c Original Problem   :
1152.61/1152.70	c   Problem name     : HOME/instance-3484766-1307788651.opb
1152.61/1152.70	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1152.61/1152.70	c   Constraints      : 302 initial, 302 maximal
1152.61/1152.70	c Presolved Problem  :
1152.61/1152.70	c   Problem name     : t_HOME/instance-3484766-1307788651.opb
1152.61/1152.70	c   Variables        : 3290 (3290 binary, 0 integer, 0 implicit integer, 0 continuous)
1152.61/1152.70	c   Constraints      : 3392 initial, 9155 maximal
1152.61/1152.70	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1152.61/1152.70	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1152.61/1152.70	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1152.61/1152.70	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1152.61/1152.70	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1152.61/1152.70	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1152.61/1152.70	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1152.61/1152.70	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1152.61/1152.70	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1152.61/1152.70	c   and              :       0.05          0          0          0          0          0          0          0          0          0
1152.61/1152.70	c   linear           :       0.01          0          0          0          0          0          0          0          0          0
1152.61/1152.70	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1152.61/1152.70	c   root node        :          -          0          -          -          0          -          -          -          -          -
1152.61/1152.70	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1152.61/1152.70	c   integral         :          0          0          0      58849          0          3          0         64       4568          0          0     110866
1152.61/1152.70	c   knapsack         :          1          5     510332        122          0          0        406        148       1385          0          0          0
1152.61/1152.70	c   setppc           :        300          5     510347        122          0          0    1914764       1881     677967          0          0          0
1152.61/1152.70	c   and              :       3090      79019     508466        122          0          0    2221314        843    9376259    1903528          0          0
1152.61/1152.70	c   linear           :          1+         6     507620          1          0          0       1592         14         47          0          0          0
1152.61/1152.70	c   logicor          :          0+         0     194616          0          0          0    1941712        820     208230          0          0          0
1152.61/1152.70	c   countsols        :          0          0          0          1          0          2          0          0          0          0          0          0
1152.61/1152.70	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1152.61/1152.70	c   integral         :      66.38       0.00       0.00      66.38       0.00       0.00       0.00
1152.61/1152.70	c   knapsack         :       0.37       0.00       0.37       0.00       0.00       0.00       0.00
1152.61/1152.70	c   setppc           :       2.14       0.00       1.65       0.00       0.00       0.00       0.49
1152.61/1152.70	c   and              :      25.36      10.36      14.22       0.01       0.00       0.00       0.77
1152.61/1152.70	c   linear           :       0.37       0.00       0.37       0.00       0.00       0.00       0.00
1152.61/1152.70	c   logicor          :       7.19       0.00       6.28       0.00       0.00       0.00       0.91
1152.61/1152.70	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1152.61/1152.70	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1152.61/1152.70	c   vbounds          :          0          0          0          0
1152.61/1152.70	c   rootredcost      :          0          0          0          0
1152.61/1152.70	c   pseudoobj        :          0          0          0          0
1152.61/1152.70	c Propagator Timings :  TotalTime  Propagate    Resprop
1152.61/1152.70	c   vbounds          :       0.07       0.07       0.00
1152.61/1152.70	c   rootredcost      :       0.08       0.08       0.00
1152.61/1152.70	c   pseudoobj        :       0.06       0.06       0.00
1152.61/1152.70	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1152.61/1152.70	c   propagation      :       0.22       3706       3650      18551       48.1        480       67.5          -
1152.61/1152.70	c   infeasible LP    :      27.05      50147      49441     642581       58.8        938       11.8          0
1152.61/1152.70	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1152.61/1152.70	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1152.61/1152.70	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1152.61/1152.70	c   applied globally :          -          -          -     140814       61.1          -          -          -
1152.61/1152.70	c   applied locally  :          -          -          -          0        0.0          -          -          -
1152.61/1152.70	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1152.61/1152.70	c   cut pool         :       0.00          4          -          -          4          -    (maximal pool size: 576)
1152.61/1152.70	c   redcost          :       4.16      79019          0          0          0          0
1152.61/1152.70	c   impliedbounds    :       0.00          5          0          0         19          0
1152.61/1152.70	c   intobj           :       0.00          0          0          0          0          0
1152.61/1152.70	c   gomory           :       3.63          5          0          0          0          0
1152.61/1152.70	c   cgmip            :       0.00          0          0          0          0          0
1152.61/1152.70	c   closecuts        :       0.00          0          0          0          0          0
1152.61/1152.70	c   strongcg         :       0.82          5          0          0       2500          0
1152.61/1152.70	c   cmir             :       0.00          0          0          0          0          0
1152.61/1152.70	c   flowcover        :       0.00          0          0          0          0          0
1152.61/1152.70	c   clique           :       0.02          5          0          0         30          0
1152.61/1152.70	c   zerohalf         :       0.00          0          0          0          0          0
1152.61/1152.70	c   mcf              :       0.09          4          0          0         29          0
1152.61/1152.70	c   oddcycle         :       0.00          0          0          0          0          0
1152.61/1152.70	c   rapidlearning    :       0.11          1          0          0          0         26
1152.61/1152.70	c Pricers            :       Time      Calls       Vars
1152.61/1152.70	c   problem variables:       0.00          0          0
1152.61/1152.70	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1152.61/1152.70	c   relpscost        :      66.32      58727         64       4568          0          0     110866
1152.61/1152.70	c   pscost           :       0.00          0          0          0          0          0          0
1152.61/1152.70	c   inference        :       0.00          0          0          0          0          0          0
1152.61/1152.70	c   mostinf          :       0.00          0          0          0          0          0          0
1152.61/1152.70	c   leastinf         :       0.00          0          0          0          0          0          0
1152.61/1152.70	c   fullstrong       :       0.00          0          0          0          0          0          0
1152.61/1152.70	c   allfullstrong    :       0.00          0          0          0          0          0          0
1152.61/1152.70	c   random           :       0.00          0          0          0          0          0          0
1152.61/1152.70	c Primal Heuristics  :       Time      Calls      Found
1152.61/1152.70	c   LP solutions     :       0.01          -          1
1152.61/1152.70	c   pseudo solutions :       0.00          -          0
1152.61/1152.70	c   trivial          :       0.00          1          0
1152.61/1152.70	c   shiftandpropagate:       0.00          0          0
1152.61/1152.70	c   simplerounding   :       0.00          0          0
1152.61/1152.70	c   zirounding       :       0.00          0          0
1152.61/1152.70	c   rounding         :       0.00          0          0
1152.61/1152.70	c   shifting         :       0.00          0          0
1152.61/1152.70	c   intshifting      :       0.00          0          0
1152.61/1152.70	c   oneopt           :       0.00          0          0
1152.61/1152.70	c   twoopt           :       0.00          0          0
1152.61/1152.70	c   fixandinfer      :       0.00          0          0
1152.61/1152.70	c   feaspump         :       0.00          0          0
1152.61/1152.70	c   clique           :       0.00          0          0
1152.61/1152.70	c   coefdiving       :       0.00          0          0
1152.61/1152.70	c   pscostdiving     :       0.00          0          0
1152.61/1152.70	c   fracdiving       :       0.00          0          0
1152.61/1152.70	c   veclendiving     :       0.00          0          0
1152.61/1152.70	c   intdiving        :       0.00          0          0
1152.61/1152.70	c   actconsdiving    :       0.00          0          0
1152.61/1152.70	c   objpscostdiving  :       0.00          0          0
1152.61/1152.70	c   rootsoldiving    :       0.00          0          0
1152.61/1152.70	c   linesearchdiving :       0.00          0          0
1152.61/1152.70	c   guideddiving     :       0.00          0          0
1152.61/1152.70	c   octane           :       0.00          0          0
1152.61/1152.70	c   rens             :       0.00          0          0
1152.61/1152.70	c   rins             :       0.00          0          0
1152.61/1152.70	c   localbranching   :       0.00          0          0
1152.61/1152.70	c   mutation         :       0.00          0          0
1152.61/1152.70	c   crossover        :       0.00          0          0
1152.61/1152.70	c   dins             :       0.00          0          0
1152.61/1152.70	c   vbounds          :       0.00          0          0
1152.61/1152.70	c   undercover       :       0.00          0          0
1152.61/1152.70	c   subnlp           :       0.00          0          0
1152.61/1152.70	c   trysol           :       0.00          0          0
1152.61/1152.70	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1152.61/1152.70	c   primal LP        :      36.03          0          0       0.00       0.00
1152.61/1152.70	c   dual LP          :     885.34     187615    6761904      36.04    7637.60
1152.61/1152.70	c   lex dual LP      :       0.00          0          0       0.00          -
1152.61/1152.70	c   barrier LP       :       0.00          0          0       0.00          -
1152.61/1152.70	c   diving/probing LP:       0.00          0          0       0.00          -
1152.61/1152.70	c   strong branching :      64.85      10066     422629      41.99    6516.63
1152.61/1152.70	c     (at root node) :          -          9       5171     574.56          -
1152.61/1152.70	c   conflict analysis:       0.00          0          0       0.00          -
1152.61/1152.70	c B&B Tree           :
1152.61/1152.70	c   number of runs   :          1
1152.61/1152.70	c   nodes            :     108604
1152.61/1152.70	c   nodes (total)    :     108604
1152.61/1152.70	c   nodes left       :          0
1152.61/1152.70	c   max depth        :         46
1152.61/1152.70	c   max depth (total):         46
1152.61/1152.70	c   backtracks       :      20688 (19.0%)
1152.61/1152.70	c   delayed cutoffs  :       1830
1152.61/1152.70	c   repropagations   :     148985 (1222075 domain reductions, 747 cutoffs)
1152.61/1152.70	c   avg switch length:       4.59
1152.61/1152.70	c   switching time   :      64.22
1152.61/1152.70	c Solution           :
1152.61/1152.70	c   Solutions found  :          1 (1 improvements)
1152.61/1152.70	c   First Solution   : +0.00000000000000e+00   (in run 1, after 108604 nodes, 1152.69 seconds, depth 28, found by <relaxation>)
1152.61/1152.70	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 108604 nodes, 1152.69 seconds, depth 28, found by <relaxation>)
1152.61/1152.70	c   Dual Bound       : +0.00000000000000e+00
1152.61/1152.70	c   Gap              :       0.00 %
1152.61/1152.70	c   Root Dual Bound  : +0.00000000000000e+00
1152.61/1152.70	c   Root Iterations  :        651
1152.71/1152.73	c Time complete: 1152.74.

Verifier Data

OK	0

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-3484766-1307788651/watcher-3484766-1307788651 -o /tmp/evaluation-result-3484766-1307788651/solver-3484766-1307788651 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3484766-1307788651.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.00 2.00 1.96 3/174 6941
/proc/meminfo: memFree=30837792/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=10104 CPUtime=0 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 1513 0 0 0 0 0 0 0 25 0 1 0 969095570 10346496 1468 33554432000 4194304 8979876 140735157703360 18446744073709551615 7790414 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6941/statm: 2526 1468 364 1169 0 1353 0

[startup+0.092124 s]
/proc/loadavg: 2.00 2.00 1.96 3/174 6941
/proc/meminfo: memFree=30837792/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=29696 CPUtime=0.08 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 6556 0 0 0 8 0 0 0 25 0 1 0 969095570 30408704 6254 33554432000 4194304 8979876 140735157703360 18446744073709551615 6568330 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6941/statm: 7424 6254 565 1169 0 6251 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29696

[startup+0.10111 s]
/proc/loadavg: 2.00 2.00 1.96 3/174 6941
/proc/meminfo: memFree=30837792/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=34692 CPUtime=0.09 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 7832 0 0 0 9 0 0 0 25 0 1 0 969095570 35524608 7523 33554432000 4194304 8979876 140735157703360 18446744073709551615 6592157 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6941/statm: 8673 7525 611 1169 0 7500 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34692

[startup+0.301074 s]
/proc/loadavg: 2.00 2.00 1.96 3/174 6941
/proc/meminfo: memFree=30837792/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=41540 CPUtime=0.29 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 10137 0 0 0 29 0 0 0 25 0 1 0 969095570 42536960 9309 33554432000 4194304 8979876 140735157703360 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6941/statm: 10385 9309 690 1169 0 9212 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41540

[startup+0.701 s]
/proc/loadavg: 2.00 2.00 1.96 3/174 6941
/proc/meminfo: memFree=30837792/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=41540 CPUtime=0.69 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 10137 0 0 0 68 1 0 0 25 0 1 0 969095570 42536960 9309 33554432000 4194304 8979876 140735157703360 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6941/statm: 10385 9309 690 1169 0 9212 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41540

[startup+1.50085 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 6942
/proc/meminfo: memFree=30802060/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=66140 CPUtime=1.49 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 16666 0 0 0 147 2 0 0 25 0 1 0 969095570 67727360 15443 33554432000 4194304 8979876 140735157703360 18446744073709551615 4438666 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6941/statm: 16535 15443 695 1169 0 15362 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 66140

[startup+3.10053 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 6942
/proc/meminfo: memFree=30777756/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=66140 CPUtime=3.09 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 16672 0 0 0 306 3 0 0 25 0 1 0 969095570 67727360 15449 33554432000 4194304 8979876 140735157703360 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6941/statm: 16535 15449 696 1169 0 15362 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66140

[startup+6.30094 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 6942
/proc/meminfo: memFree=30777012/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=66140 CPUtime=6.29 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 16680 0 0 0 626 3 0 0 25 0 1 0 969095570 67727360 15457 33554432000 4194304 8979876 140735157703360 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6941/statm: 16535 15457 698 1169 0 15362 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 66140

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 6942
/proc/meminfo: memFree=30776900/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=66140 CPUtime=12.69 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 16692 0 0 0 1260 9 0 0 25 0 1 0 969095570 67727360 15469 33554432000 4194304 8979876 140735157703360 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6941/statm: 16535 15469 702 1169 0 15362 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66140

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 6981
/proc/meminfo: memFree=30733012/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=66140 CPUtime=25.49 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 16768 0 0 0 2529 20 0 0 25 0 1 0 969095570 67727360 15545 33554432000 4194304 8979876 140735157703360 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6941/statm: 16535 15545 702 1169 0 15362 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66140

[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 7095
/proc/meminfo: memFree=30640484/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=74136 CPUtime=51.09 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 18757 0 0 0 5068 41 0 0 25 0 1 0 969095570 75915264 17530 33554432000 4194304 8979876 140735157703360 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6941/statm: 18534 17530 702 1169 0 17361 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 74136

[startup+102.306 s]
/proc/loadavg: 2.07 2.02 1.96 3/175 7138
/proc/meminfo: memFree=30693048/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=91248 CPUtime=102.29 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 23051 0 0 0 10141 88 0 0 25 0 1 0 969095570 93437952 21824 33554432000 4194304 8979876 140735157703360 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6941/statm: 22812 21824 702 1169 0 21639 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 91248

[startup+162.301 s]
/proc/loadavg: 2.14 2.04 1.97 3/175 7291
/proc/meminfo: memFree=30746936/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=94864 CPUtime=162.28 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 23971 0 0 0 16091 137 0 0 25 0 1 0 969095570 97140736 22744 33554432000 4194304 8979876 140735157703360 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6941/statm: 23716 22744 702 1169 0 22543 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 94864

[startup+222.301 s]
/proc/loadavg: 2.05 2.03 1.97 3/175 7445
/proc/meminfo: memFree=30457424/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=97260 CPUtime=222.28 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 24557 0 0 0 22047 181 0 0 25 0 1 0 969095570 99594240 23330 33554432000 4194304 8979876 140735157703360 18446744073709551615 7179461 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6941/statm: 24315 23330 702 1169 0 23142 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 97260

[startup+282.301 s]
/proc/loadavg: 2.02 2.02 1.97 3/175 7484
/proc/meminfo: memFree=30640292/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=101232 CPUtime=282.28 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 25565 0 0 0 28002 226 0 0 25 0 1 0 969095570 103661568 24338 33554432000 4194304 8979876 140735157703360 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6941/statm: 25308 24338 702 1169 0 24135 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 101232

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/175 7486
/proc/meminfo: memFree=30635156/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=104800 CPUtime=342.29 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 26421 0 0 0 33957 272 0 0 25 0 1 0 969095570 107315200 25194 33554432000 4194304 8979876 140735157703360 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6941/statm: 26200 25194 702 1169 0 25027 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 104800

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/175 7488
/proc/meminfo: memFree=30624828/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=106824 CPUtime=402.28 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 26931 0 0 0 39914 314 0 0 25 0 1 0 969095570 109387776 25704 33554432000 4194304 8979876 140735157703360 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6941/statm: 26706 25704 702 1169 0 25533 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 106824

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 1.97 3/175 7489
/proc/meminfo: memFree=30612896/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=113300 CPUtime=462.28 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 28583 0 0 0 45869 359 0 0 25 0 1 0 969095570 116019200 27356 33554432000 4194304 8979876 140735157703360 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6941/statm: 28325 27356 702 1169 0 27152 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 113300

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 7491
/proc/meminfo: memFree=30611380/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=115024 CPUtime=522.28 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 28987 0 0 0 51827 401 0 0 25 0 1 0 969095570 117784576 27760 33554432000 4194304 8979876 140735157703360 18446744073709551615 7068129 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6941/statm: 28756 27760 702 1169 0 27583 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 115024

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 7492
/proc/meminfo: memFree=30609996/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=116548 CPUtime=582.29 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 29366 0 0 0 57778 451 0 0 25 0 1 0 969095570 119345152 28139 33554432000 4194304 8979876 140735157703360 18446744073709551615 4444289 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6941/statm: 29137 28139 702 1169 0 27964 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 116548

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 7494
/proc/meminfo: memFree=30607232/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=118988 CPUtime=642.3 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 30002 0 0 0 63728 502 0 0 25 0 1 0 969095570 121843712 28775 33554432000 4194304 8979876 140735157703360 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6941/statm: 29747 28775 702 1169 0 28574 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 118988

[startup+702.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 7496
/proc/meminfo: memFree=30605956/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=120188 CPUtime=702.29 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 30285 0 0 0 69684 545 0 0 25 0 1 0 969095570 123072512 29058 33554432000 4194304 8979876 140735157703360 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6941/statm: 30047 29058 702 1169 0 28874 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 120188

[startup+762.306 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 7497
/proc/meminfo: memFree=30605312/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=120972 CPUtime=762.3 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 30476 0 0 0 75640 590 0 0 25 0 1 0 969095570 123875328 29249 33554432000 4194304 8979876 140735157703360 18446744073709551615 6496400 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6941/statm: 30243 29249 702 1169 0 29070 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 120972

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 7499
/proc/meminfo: memFree=30603408/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=122752 CPUtime=822.3 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 30925 0 0 0 81593 637 0 0 25 0 1 0 969095570 125698048 29698 33554432000 4194304 8979876 140735157703360 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6941/statm: 30688 29698 702 1169 0 29515 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 122752

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 7500
/proc/meminfo: memFree=30600528/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=123564 CPUtime=882.3 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 31129 0 0 0 87545 685 0 0 25 0 1 0 969095570 126529536 29902 33554432000 4194304 8979876 140735157703360 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6941/statm: 30891 29902 702 1169 0 29718 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 123564

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 7502
/proc/meminfo: memFree=30598868/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=124148 CPUtime=942.3 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 31260 0 0 0 93498 732 0 0 25 0 1 0 969095570 127127552 30033 33554432000 4194304 8979876 140735157703360 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6941/statm: 31037 30033 702 1169 0 29864 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 124148

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 7504
/proc/meminfo: memFree=30597476/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=124776 CPUtime=1002.31 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 31433 0 0 0 99453 778 0 0 25 0 1 0 969095570 127770624 30206 33554432000 4194304 8979876 140735157703360 18446744073709551615 7047255 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6941/statm: 31194 30206 702 1169 0 30021 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 124776

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 7505
/proc/meminfo: memFree=30594980/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=126092 CPUtime=1062.3 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 31758 0 0 0 105410 820 0 0 25 0 1 0 969095570 129118208 30531 33554432000 4194304 8979876 140735157703360 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6941/statm: 31523 30531 702 1169 0 30350 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 126092

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 7507
/proc/meminfo: memFree=30587776/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=126528 CPUtime=1122.31 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 31879 0 0 0 111363 868 0 0 25 0 1 0 969095570 129564672 30652 33554432000 4194304 8979876 140735157703360 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6941/statm: 31632 30652 702 1169 0 30459 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 126528

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

[startup+1126.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 7507
/proc/meminfo: memFree=30587648/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=126528 CPUtime=1126.31 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 31879 0 0 0 111761 870 0 0 25 0 1 0 969095570 129564672 30652 33554432000 4194304 8979876 140735157703360 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6941/statm: 31632 30652 702 1169 0 30459 0
Current children cumulated CPU time (s) 1126.31
Current children cumulated vsize (KiB) 126528

[startup+1139.1 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 7507
/proc/meminfo: memFree=30587648/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=126528 CPUtime=1139.11 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 31879 0 0 0 113031 880 0 0 25 0 1 0 969095570 129564672 30652 33554432000 4194304 8979876 140735157703360 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6941/statm: 31632 30652 702 1169 0 30459 0
Current children cumulated CPU time (s) 1139.11
Current children cumulated vsize (KiB) 126528

[startup+1145.5 s]
/proc/loadavg: 2.08 2.02 1.98 3/175 7507
/proc/meminfo: memFree=30587524/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=126720 CPUtime=1145.51 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 31889 0 0 0 113665 886 0 0 25 0 1 0 969095570 129761280 30662 33554432000 4194304 8979876 140735157703360 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6941/statm: 31680 30662 702 1169 0 30507 0
Current children cumulated CPU time (s) 1145.51
Current children cumulated vsize (KiB) 126720

[startup+1148.7 s]
/proc/loadavg: 2.08 2.02 1.98 3/175 7508
/proc/meminfo: memFree=30587640/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=126720 CPUtime=1148.71 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 31890 0 0 0 113983 888 0 0 25 0 1 0 969095570 129761280 30663 33554432000 4194304 8979876 140735157703360 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6941/statm: 31680 30663 702 1169 0 30507 0
Current children cumulated CPU time (s) 1148.71
Current children cumulated vsize (KiB) 126720

[startup+1150.3 s]
/proc/loadavg: 2.07 2.02 1.98 3/175 7508
/proc/meminfo: memFree=30587516/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=126720 CPUtime=1150.31 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 31890 0 0 0 114142 889 0 0 25 0 1 0 969095570 129761280 30663 33554432000 4194304 8979876 140735157703360 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6941/statm: 31680 30663 702 1169 0 30507 0
Current children cumulated CPU time (s) 1150.31
Current children cumulated vsize (KiB) 126720

[startup+1151.9 s]
/proc/loadavg: 2.07 2.02 1.98 3/175 7508
/proc/meminfo: memFree=30587636/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=126720 CPUtime=1151.91 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 31890 0 0 0 114300 891 0 0 25 0 1 0 969095570 129761280 30663 33554432000 4194304 8979876 140735157703360 18446744073709551615 7109006 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6941/statm: 31680 30663 702 1169 0 30507 0
Current children cumulated CPU time (s) 1151.91
Current children cumulated vsize (KiB) 126720

[startup+1152.3 s]
/proc/loadavg: 2.07 2.02 1.98 3/175 7508
/proc/meminfo: memFree=30587636/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=126720 CPUtime=1152.31 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 31890 0 0 0 114340 891 0 0 25 0 1 0 969095570 129761280 30663 33554432000 4194304 8979876 140735157703360 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6941/statm: 31680 30663 702 1169 0 30507 0
Current children cumulated CPU time (s) 1152.31
Current children cumulated vsize (KiB) 126720

[startup+1152.7 s]
/proc/loadavg: 2.07 2.02 1.98 3/175 7508
/proc/meminfo: memFree=30587636/32951124 swapFree=67062556/67111528
[pid=6941] ppid=6939 vsize=126720 CPUtime=1152.71 cores=0,2,4,6
/proc/6941/stat : 6941 (scip-2.0.1.4_2.) R 6939 6941 5721 0 -1 4202496 31892 0 0 0 114380 891 0 0 25 0 1 0 969095570 129761280 30665 33554432000 4194304 8979876 140735157703360 18446744073709551615 6572074 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6941/statm: 31680 30665 704 1169 0 30507 0
Current children cumulated CPU time (s) 1152.71
Current children cumulated vsize (KiB) 126720

Child status: 0
Real time (s): 1152.74
CPU time (s): 1152.75
CPU user time (s): 1143.83
CPU system time (s): 8.92564
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 126720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1143.83
system time used= 8.92564
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31897
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 3350

runsolver used 1.76373 second user time and 3.52146 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-11 12:37:31
IDJOB=3484766
IDBENCH=48317
IDSOLVER=1977
FILE ID=node111/3484766-1307788651
RUNJOBID= node111-1307783252-6225
PBS_JOBID= 13550878
Free space on /tmp= 73868 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_25_3_15.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-3484766-1307788651/watcher-3484766-1307788651 -o /tmp/evaluation-result-3484766-1307788651/solver-3484766-1307788651 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3484766-1307788651.opb -t 1800 -m 15500

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

MD5SUM BENCH= 0f8b3c4075c45404d33689fa65bc6a7e
RANDOM SEED=1464380650

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.86
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.849
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.75
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.849
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.849
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.67
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.849
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:      30838220 kB
Buffers:        303720 kB
Cached:        1529040 kB
SwapCached:      11232 kB
Active:         593392 kB
Inactive:      1298808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30838220 kB
SwapTotal:    67111528 kB
SwapFree:     67062556 kB
Dirty:           33720 kB
Writeback:           0 kB
AnonPages:       57168 kB
Mapped:          12744 kB
Slab:           156460 kB
PageTables:       3948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   223364 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= 73848 MiB
End job on node111 at 2011-06-11 12:56:44