Trace number 3730012

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1791.54 1791.81

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v40_e600_d20_mw10_9.opb.PB06.opb
MD5SUMd54403a51e1ff3d34cd210d836adfe84
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark1.42878
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables2800
Total number of constraints990001
Number of constraints which are clauses986760
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints3160
Minimum length of a constraint2
Maximum length of a constraint1200
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 344
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1239
Number of bits of the biggest sum of numbers11
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 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 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-3730012-1338680413.opb>
6.39/6.43	c original problem has 2800 variables (2800 bin, 0 int, 0 impl, 0 cont) and 990001 constraints
6.39/6.43	c problem read
6.39/6.43	c No objective function, only one solution is needed.
6.39/6.43	c presolving settings loaded
7.70/7.76	c presolving:
11.29/11.33	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 990000 upgd conss, 2400 impls, 80 clqs
11.89/12.00	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 3239 chg coeffs, 990000 upgd conss, 2400 impls, 80 clqs
12.69/12.70	c presolving (3 rounds):
12.69/12.70	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 3402 changed coefficients
12.69/12.70	c  5520 implications, 80 cliques
12.69/12.70	c presolved problem has 2800 variables (2800 bin, 0 int, 0 impl, 0 cont) and 990001 constraints
12.69/12.70	c    3160 constraints of type <knapsack>
12.69/12.70	c    1280 constraints of type <setppc>
12.69/12.70	c       1 constraints of type <linear>
12.69/12.70	c  985560 constraints of type <logicor>
12.69/12.70	c transformed objective value is always integral (scale: 1)
12.69/12.70	c Presolving Time: 5.17
12.69/12.70	c - non default parameters ----------------------------------------------------------------------
12.69/12.70	c # SCIP version 1.2.1.3
12.69/12.70	c 
12.69/12.70	c # frequency for displaying node information lines
12.69/12.70	c # [type: int, range: [-1,2147483647], default: 100]
12.69/12.70	c display/freq = 10000
12.69/12.70	c 
12.69/12.70	c # maximal time in seconds to run
12.69/12.70	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
12.69/12.70	c limits/time = 1783.57
12.69/12.70	c 
12.69/12.70	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
12.69/12.70	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
12.69/12.70	c limits/memory = 13950
12.69/12.70	c 
12.69/12.70	c # solving stops, if the given number of solutions were found (-1: no limit)
12.69/12.70	c # [type: int, range: [-1,2147483647], default: -1]
12.69/12.70	c limits/solutions = 1
12.69/12.70	c 
12.69/12.70	c # maximal number of separation rounds per node (-1: unlimited)
12.69/12.70	c # [type: int, range: [-1,2147483647], default: 5]
12.69/12.70	c separating/maxrounds = 1
12.69/12.70	c 
12.69/12.70	c # maximal number of separation rounds in the root node (-1: unlimited)
12.69/12.70	c # [type: int, range: [-1,2147483647], default: -1]
12.69/12.70	c separating/maxroundsroot = 5
12.69/12.70	c 
12.69/12.70	c # default clock type (1: CPU user seconds, 2: wall clock time)
12.69/12.70	c # [type: int, range: [1,2], default: 1]
12.69/12.70	c timing/clocktype = 2
12.69/12.70	c 
12.69/12.70	c # should presolving try to simplify inequalities
12.69/12.70	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.69/12.70	c constraints/linear/simplifyinequalities = TRUE
12.69/12.70	c 
12.69/12.70	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
12.69/12.70	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.69/12.70	c constraints/indicator/addCouplingCons = TRUE
12.69/12.70	c 
12.69/12.70	c # should disaggregation of knapsack constraints be allowed in preprocessing?
12.69/12.70	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
12.69/12.70	c constraints/knapsack/disaggregation = FALSE
12.69/12.70	c 
12.69/12.70	c # should presolving try to simplify knapsacks
12.69/12.70	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.69/12.70	c constraints/knapsack/simplifyinequalities = TRUE
12.69/12.70	c 
12.69/12.70	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
12.69/12.70	c # [type: int, range: [-1,2147483647], default: -1]
12.69/12.70	c presolving/probing/maxrounds = 0
12.69/12.70	c 
12.69/12.70	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
12.69/12.70	c # [type: int, range: [-1,2147483647], default: 10]
12.69/12.70	c heuristics/coefdiving/freq = -1
12.69/12.70	c 
12.69/12.70	c # maximal fraction of diving LP iterations compared to node LP iterations
12.69/12.70	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.69/12.70	c heuristics/coefdiving/maxlpiterquot = 0.075
12.69/12.70	c 
12.69/12.70	c # additional number of allowed LP iterations
12.69/12.70	c # [type: int, range: [0,2147483647], default: 1000]
12.69/12.70	c heuristics/coefdiving/maxlpiterofs = 1500
12.69/12.70	c 
12.69/12.70	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
12.69/12.70	c # [type: int, range: [-1,2147483647], default: 30]
12.69/12.70	c heuristics/crossover/freq = -1
12.69/12.70	c 
12.69/12.70	c # number of nodes added to the contingent of the total nodes
12.69/12.70	c # [type: longint, range: [0,9223372036854775807], default: 500]
12.69/12.70	c heuristics/crossover/nodesofs = 750
12.69/12.70	c 
12.69/12.70	c # number of nodes without incumbent change that heuristic should wait
12.69/12.70	c # [type: longint, range: [0,9223372036854775807], default: 200]
12.69/12.70	c heuristics/crossover/nwaitingnodes = 100
12.69/12.70	c 
12.69/12.70	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
12.69/12.70	c # [type: real, range: [0,1], default: 0.1]
12.69/12.70	c heuristics/crossover/nodesquot = 0.15
12.69/12.70	c 
12.69/12.70	c # minimum percentage of integer variables that have to be fixed 
12.69/12.70	c # [type: real, range: [0,1], default: 0.666]
12.69/12.70	c heuristics/crossover/minfixingrate = 0.5
12.69/12.70	c 
12.69/12.70	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
12.69/12.70	c # [type: int, range: [-1,2147483647], default: 20]
12.69/12.70	c heuristics/feaspump/freq = -1
12.69/12.70	c 
12.69/12.70	c # additional number of allowed LP iterations
12.69/12.70	c # [type: int, range: [0,2147483647], default: 1000]
12.69/12.70	c heuristics/feaspump/maxlpiterofs = 2000
12.69/12.70	c 
12.69/12.70	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
12.69/12.70	c # [type: int, range: [-1,2147483647], default: 10]
12.69/12.70	c heuristics/fracdiving/freq = -1
12.69/12.70	c 
12.69/12.70	c # maximal fraction of diving LP iterations compared to node LP iterations
12.69/12.70	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.69/12.70	c heuristics/fracdiving/maxlpiterquot = 0.075
12.69/12.70	c 
12.69/12.70	c # additional number of allowed LP iterations
12.69/12.70	c # [type: int, range: [0,2147483647], default: 1000]
12.69/12.70	c heuristics/fracdiving/maxlpiterofs = 1500
12.69/12.70	c 
12.69/12.70	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
12.69/12.70	c # [type: int, range: [-1,2147483647], default: 10]
12.69/12.70	c heuristics/guideddiving/freq = -1
12.69/12.70	c 
12.69/12.70	c # maximal fraction of diving LP iterations compared to node LP iterations
12.69/12.70	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.69/12.70	c heuristics/guideddiving/maxlpiterquot = 0.075
12.69/12.70	c 
12.69/12.70	c # additional number of allowed LP iterations
12.69/12.70	c # [type: int, range: [0,2147483647], default: 1000]
12.69/12.70	c heuristics/guideddiving/maxlpiterofs = 1500
12.69/12.70	c 
12.69/12.70	c # maximal fraction of diving LP iterations compared to node LP iterations
12.69/12.70	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.69/12.70	c heuristics/intdiving/maxlpiterquot = 0.075
12.69/12.70	c 
12.69/12.70	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
12.69/12.70	c # [type: int, range: [-1,2147483647], default: 10]
12.69/12.70	c heuristics/intshifting/freq = -1
12.69/12.70	c 
12.69/12.70	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
12.69/12.70	c # [type: int, range: [-1,2147483647], default: 10]
12.69/12.70	c heuristics/linesearchdiving/freq = -1
12.69/12.70	c 
12.69/12.70	c # maximal fraction of diving LP iterations compared to node LP iterations
12.69/12.70	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.69/12.70	c heuristics/linesearchdiving/maxlpiterquot = 0.075
12.69/12.70	c 
12.69/12.70	c # additional number of allowed LP iterations
12.69/12.70	c # [type: int, range: [0,2147483647], default: 1000]
12.69/12.70	c heuristics/linesearchdiving/maxlpiterofs = 1500
12.69/12.70	c 
12.69/12.70	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
12.69/12.70	c # [type: int, range: [-1,2147483647], default: 1]
12.69/12.70	c heuristics/nlp/freq = -1
12.69/12.70	c 
12.69/12.70	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
12.69/12.70	c # [type: int, range: [-1,2147483647], default: 20]
12.69/12.70	c heuristics/objpscostdiving/freq = -1
12.69/12.70	c 
12.69/12.70	c # maximal fraction of diving LP iterations compared to total iteration number
12.69/12.70	c # [type: real, range: [0,1], default: 0.01]
12.69/12.70	c heuristics/objpscostdiving/maxlpiterquot = 0.015
12.69/12.70	c 
12.69/12.70	c # additional number of allowed LP iterations
12.69/12.70	c # [type: int, range: [0,2147483647], default: 1000]
12.69/12.70	c heuristics/objpscostdiving/maxlpiterofs = 1500
12.69/12.70	c 
12.69/12.70	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
12.69/12.70	c # [type: int, range: [-1,2147483647], default: 1]
12.69/12.70	c heuristics/oneopt/freq = -1
12.69/12.70	c 
12.69/12.70	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
12.69/12.70	c # [type: int, range: [-1,2147483647], default: 10]
12.69/12.70	c heuristics/pscostdiving/freq = -1
12.69/12.70	c 
12.69/12.70	c # maximal fraction of diving LP iterations compared to node LP iterations
12.69/12.70	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.69/12.70	c heuristics/pscostdiving/maxlpiterquot = 0.075
12.69/12.70	c 
12.69/12.70	c # additional number of allowed LP iterations
12.69/12.70	c # [type: int, range: [0,2147483647], default: 1000]
12.69/12.70	c heuristics/pscostdiving/maxlpiterofs = 1500
12.69/12.70	c 
12.69/12.70	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
12.69/12.70	c # [type: int, range: [-1,2147483647], default: 0]
12.69/12.70	c heuristics/rens/freq = -1
12.69/12.70	c 
12.69/12.70	c # minimum percentage of integer variables that have to be fixable 
12.69/12.70	c # [type: real, range: [0,1], default: 0.5]
12.69/12.70	c heuristics/rens/minfixingrate = 0.3
12.69/12.70	c 
12.69/12.70	c # number of nodes added to the contingent of the total nodes
12.69/12.70	c # [type: longint, range: [0,9223372036854775807], default: 500]
12.69/12.70	c heuristics/rens/nodesofs = 2000
12.69/12.70	c 
12.69/12.70	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
12.69/12.70	c # [type: int, range: [-1,2147483647], default: 20]
12.69/12.70	c heuristics/rootsoldiving/freq = -1
12.69/12.70	c 
12.69/12.70	c # maximal fraction of diving LP iterations compared to node LP iterations
12.69/12.70	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
12.69/12.70	c heuristics/rootsoldiving/maxlpiterquot = 0.015
12.69/12.70	c 
12.69/12.70	c # additional number of allowed LP iterations
12.69/12.70	c # [type: int, range: [0,2147483647], default: 1000]
12.69/12.70	c heuristics/rootsoldiving/maxlpiterofs = 1500
12.69/12.70	c 
12.69/12.70	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
12.69/12.70	c # [type: int, range: [-1,2147483647], default: 1]
12.69/12.70	c heuristics/rounding/freq = -1
12.69/12.70	c 
12.69/12.70	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
12.69/12.70	c # [type: int, range: [-1,2147483647], default: 10]
12.69/12.70	c heuristics/shifting/freq = -1
12.69/12.70	c 
12.69/12.70	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
12.69/12.70	c # [type: int, range: [-1,2147483647], default: 1]
12.69/12.70	c heuristics/simplerounding/freq = -1
12.69/12.70	c 
12.69/12.70	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
12.69/12.70	c # [type: int, range: [-1,2147483647], default: 0]
12.69/12.70	c heuristics/trivial/freq = -1
12.69/12.70	c 
12.69/12.70	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
12.69/12.70	c # [type: int, range: [-1,2147483647], default: 1]
12.69/12.70	c heuristics/trysol/freq = -1
12.69/12.70	c 
12.69/12.70	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
12.69/12.70	c # [type: int, range: [-1,2147483647], default: 10]
12.69/12.70	c heuristics/veclendiving/freq = -1
12.69/12.70	c 
12.69/12.70	c # maximal fraction of diving LP iterations compared to node LP iterations
12.69/12.70	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.69/12.70	c heuristics/veclendiving/maxlpiterquot = 0.075
12.69/12.70	c 
12.69/12.70	c # additional number of allowed LP iterations
12.69/12.70	c # [type: int, range: [0,2147483647], default: 1000]
12.69/12.70	c heuristics/veclendiving/maxlpiterofs = 1500
12.69/12.70	c 
12.69/12.70	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
12.69/12.70	c # [type: int, range: [-1,2147483647], default: 1]
12.69/12.70	c heuristics/zirounding/freq = -1
12.69/12.70	c 
12.69/12.70	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
12.69/12.70	c # [type: int, range: [-1,2147483647], default: 0]
12.69/12.70	c separating/cmir/freq = -1
12.69/12.70	c 
12.69/12.70	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
12.69/12.70	c # [type: int, range: [-1,2147483647], default: 0]
12.69/12.70	c separating/flowcover/freq = -1
12.69/12.70	c 
12.69/12.70	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
12.69/12.70	c # [type: int, range: [-1,2147483647], default: -1]
12.69/12.70	c separating/rapidlearning/freq = 0
12.69/12.70	c 
12.69/12.70	c -----------------------------------------------------------------------------------------------
12.69/12.70	c start solving
12.69/12.72	c 
719.98/720.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
719.98/720.13	c   714s|     1 |     0 | 13657 |     - |1124M|   0 | 280 |2800 | 990k|2800 | 990k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1610.05/1610.37	c  1604s|     1 |     0 | 28640 |     - |1124M|   0 | 171 |2800 | 990k|2800 | 990k|  19 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1789.91/1790.24	c  1784s|     1 |     0 | 31522 |     - |1124M|   0 |   - |2800 | 990k|2800 | 990k|  46 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1789.91/1790.28	c  1784s|     1 |     2 | 31522 |     - |1124M|   0 |   - |2800 | 990k|2800 | 990k|  46 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1789.91/1790.28	c 
1789.91/1790.28	c SCIP Status        : solving was interrupted [time limit reached]
1789.91/1790.28	c Solving Time (sec) : 1783.85
1789.91/1790.28	c Solving Nodes      : 1
1789.91/1790.28	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.91/1790.28	c Dual Bound         : +0.00000000000000e+00
1789.91/1790.28	c Gap                : infinite
1789.91/1790.28	s UNKNOWN
1789.91/1790.28	c SCIP Status        : solving was interrupted [time limit reached]
1789.91/1790.28	c Solving Time       :    1783.85
1789.91/1790.28	c Original Problem   :
1789.91/1790.28	c   Problem name     : HOME/instance-3730012-1338680413.opb
1789.91/1790.28	c   Variables        : 2800 (2800 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.91/1790.28	c   Constraints      : 990001 initial, 990001 maximal
1789.91/1790.28	c Presolved Problem  :
1789.91/1790.28	c   Problem name     : t_HOME/instance-3730012-1338680413.opb
1789.91/1790.28	c   Variables        : 2800 (2800 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.91/1790.28	c   Constraints      : 990001 initial, 990001 maximal
1789.91/1790.28	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.91/1790.28	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.91/1790.28	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.91/1790.28	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.91/1790.28	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.91/1790.28	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.91/1790.28	c   probing          :       0.00          0          0          0          0          0          0          0          0
1789.91/1790.28	c   knapsack         :       0.52          0          0          0          0          0          0          0       3402
1789.91/1790.28	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1789.91/1790.28	c   linear           :       2.45          0          0          0          0          0          0          0          0
1789.91/1790.28	c   logicor          :       1.28          0          0          0          0          0          0          0          0
1789.91/1790.28	c   root node        :          -          0          -          -          0          -          -          -          -
1789.91/1790.28	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.91/1790.28	c   integral         :          0          0          0          0          0          0          0          0          0          0
1789.91/1790.28	c   knapsack         :       3160          2          1          0          1          0          0        147          0          0
1789.91/1790.28	c   setppc           :       1280          2          1          0          1          0          0          0          0          0
1789.91/1790.28	c   linear           :          1          2          1          0          1          0          0          0          0          0
1789.91/1790.28	c   logicor          :     985560          2          1          0          1          0          0          0          0          0
1789.91/1790.28	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.91/1790.28	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.91/1790.28	c   integral         :       0.00       0.00       0.00       0.00       0.00
1789.91/1790.28	c   knapsack         :       0.02       0.01       0.00       0.00       0.00
1789.91/1790.28	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1789.91/1790.28	c   linear           :       0.00       0.00       0.00       0.00       0.00
1789.91/1790.28	c   logicor          :       0.40       0.08       0.29       0.00       0.03
1789.91/1790.28	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.91/1790.28	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.91/1790.28	c   vbounds          :       0.00          1          0          0
1789.91/1790.28	c   rootredcost      :       0.00          0          0          0
1789.91/1790.28	c   pseudoobj        :       0.00          0          0          0
1789.91/1790.28	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.91/1790.28	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.91/1790.28	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.91/1790.28	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.91/1790.28	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.91/1790.28	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.91/1790.28	c   applied globally :          -          -          -          0        0.0          -          -          -
1789.91/1790.28	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.91/1790.28	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.91/1790.28	c   cut pool         :       0.00          1          -          -          0          -    (maximal pool size: 125)
1789.91/1790.28	c   redcost          :       0.00          2          0          0          0          0
1789.91/1790.28	c   impliedbounds    :       0.00          2          0          0          0          0
1789.91/1790.28	c   intobj           :       0.00          0          0          0          0          0
1789.91/1790.28	c   cgmip            :       0.00          0          0          0          0          0
1789.91/1790.28	c   gomory           :      38.40          2          0          0       1000          0
1789.91/1790.28	c   strongcg         :      43.95          2          0          0       1000          0
1789.91/1790.28	c   cmir             :       0.00          0          0          0          0          0
1789.91/1790.28	c   flowcover        :       0.00          0          0          0          0          0
1789.91/1790.28	c   clique           :       0.00          2          0          0          0          0
1789.91/1790.28	c   zerohalf         :       0.00          0          0          0          0          0
1789.91/1790.28	c   mcf              :       0.00          0          0          0          0          0
1789.91/1790.28	c   rapidlearning    :       0.00          0          0          0          0          0
1789.91/1790.28	c Pricers            :       Time      Calls       Vars
1789.91/1790.28	c   problem variables:       0.00          0          0
1789.91/1790.28	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.91/1790.28	c   relpscost        :       0.00          0          0          0          0          0          0
1789.91/1790.28	c   pscost           :       0.00          0          0          0          0          0          0
1789.91/1790.28	c   inference        :       0.00          1          0          0          0          0          2
1789.91/1790.28	c   mostinf          :       0.00          0          0          0          0          0          0
1789.91/1790.28	c   leastinf         :       0.00          0          0          0          0          0          0
1789.91/1790.28	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.91/1790.28	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.91/1790.28	c   random           :       0.00          0          0          0          0          0          0
1789.91/1790.28	c Primal Heuristics  :       Time      Calls      Found
1789.91/1790.28	c   LP solutions     :       0.00          -          0
1789.91/1790.28	c   pseudo solutions :       0.00          -          0
1789.91/1790.28	c   trivial          :       0.23          1          0
1789.91/1790.28	c   simplerounding   :       0.00          0          0
1789.91/1790.28	c   zirounding       :       0.00          0          0
1789.91/1790.28	c   rounding         :       0.00          0          0
1789.91/1790.28	c   shifting         :       0.00          0          0
1789.91/1790.28	c   intshifting      :       0.00          0          0
1789.91/1790.28	c   oneopt           :       0.00          0          0
1789.91/1790.28	c   twoopt           :       0.00          0          0
1789.91/1790.28	c   fixandinfer      :       0.00          0          0
1789.91/1790.28	c   feaspump         :       0.00          0          0
1789.91/1790.28	c   coefdiving       :       0.00          0          0
1789.91/1790.28	c   pscostdiving     :       0.00          0          0
1789.91/1790.28	c   fracdiving       :       0.00          0          0
1789.91/1790.28	c   veclendiving     :       0.00          0          0
1789.91/1790.28	c   intdiving        :       0.00          0          0
1789.91/1790.28	c   actconsdiving    :       0.00          0          0
1789.91/1790.28	c   objpscostdiving  :       0.00          0          0
1789.91/1790.28	c   rootsoldiving    :       0.00          0          0
1789.91/1790.28	c   linesearchdiving :       0.00          0          0
1789.91/1790.28	c   guideddiving     :       0.00          0          0
1789.91/1790.28	c   octane           :       0.00          0          0
1789.91/1790.28	c   rens             :       0.00          0          0
1789.91/1790.28	c   rins             :       0.00          0          0
1789.91/1790.28	c   localbranching   :       0.00          0          0
1789.91/1790.28	c   mutation         :       0.00          0          0
1789.91/1790.28	c   crossover        :       0.00          0          0
1789.91/1790.28	c   dins             :       0.00          0          0
1789.91/1790.28	c   undercover       :       0.00          0          0
1789.91/1790.28	c   nlp              :       0.00          0          0
1789.91/1790.28	c   trysol           :       0.00          0          0
1789.91/1790.28	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.91/1790.28	c   primal LP        :       0.00          0          0       0.00          -
1789.91/1790.28	c   dual LP          :    1692.88          3      31522   10507.33      18.62
1789.91/1790.28	c   lex dual LP      :       0.00          0          0       0.00          -
1789.91/1790.28	c   barrier LP       :       0.00          0          0       0.00          -
1789.91/1790.28	c   diving/probing LP:       0.00          0          0       0.00          -
1789.91/1790.28	c   strong branching :       0.00          0          0       0.00          -
1789.91/1790.28	c     (at root node) :          -          0          0       0.00          -
1789.91/1790.28	c   conflict analysis:       0.00          0          0       0.00          -
1789.91/1790.28	c B&B Tree           :
1789.91/1790.28	c   number of runs   :          1
1789.91/1790.28	c   nodes            :          1
1789.91/1790.28	c   nodes (total)    :          1
1789.91/1790.28	c   nodes left       :          2
1789.91/1790.28	c   max depth        :          0
1789.91/1790.28	c   max depth (total):          0
1789.91/1790.28	c   backtracks       :          0 (0.0%)
1789.91/1790.28	c   delayed cutoffs  :          0
1789.91/1790.28	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.91/1790.28	c   avg switch length:       1.00
1789.91/1790.28	c   switching time   :       0.00
1789.91/1790.28	c Solution           :
1789.91/1790.28	c   Solutions found  :          0 (0 improvements)
1789.91/1790.28	c   Primal Bound     :          -
1789.91/1790.28	c   Dual Bound       : +0.00000000000000e+00
1789.91/1790.28	c   Gap              :   infinite
1789.91/1790.28	c   Root Dual Bound  : +0.00000000000000e+00
1789.91/1790.28	c   Root Iterations  :      31522
1791.52/1791.81	c Time complete: 1791.52.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3730012-1338680413/watcher-3730012-1338680413 -o /tmp/evaluation-result-3730012-1338680413/solver-3730012-1338680413 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3730012-1338680413.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 1.98 1.71 3/177 25905
/proc/meminfo: memFree=31565892/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=10368 CPUtime=0 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 1835 0 0 0 0 0 0 0 20 0 1 0 334170008 10616832 1781 33554432000 4194304 8395647 140736809772064 140735974254712 6347101 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 2592 1787 390 1026 0 1562 0

[startup+0.08769 s]
/proc/loadavg: 2.00 1.98 1.71 3/177 25905
/proc/meminfo: memFree=31565892/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=17288 CPUtime=0.08 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 3568 0 0 0 8 0 0 0 20 0 1 0 334170008 17702912 3514 33554432000 4194304 8395647 140736809772064 140735974254712 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 4322 3514 390 1026 0 3292 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 17288

[startup+0.10029 s]
/proc/loadavg: 2.00 1.98 1.71 3/177 25905
/proc/meminfo: memFree=31565892/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=17484 CPUtime=0.09 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 3636 0 0 0 9 0 0 0 20 0 1 0 334170008 17903616 3582 33554432000 4194304 8395647 140736809772064 140735974254712 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 4371 3582 390 1026 0 3341 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17484

[startup+0.300249 s]
/proc/loadavg: 2.00 1.98 1.71 3/177 25905
/proc/meminfo: memFree=31565892/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=29024 CPUtime=0.28 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 6493 0 0 0 28 0 0 0 20 0 1 0 334170008 29720576 6439 33554432000 4194304 8395647 140736809772064 140735974254712 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 7256 6439 390 1026 0 6226 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 29024

[startup+0.700248 s]
/proc/loadavg: 2.00 1.98 1.71 3/177 25905
/proc/meminfo: memFree=31565892/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=52212 CPUtime=0.68 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 12301 0 0 0 67 1 0 0 20 0 1 0 334170008 53465088 12247 33554432000 4194304 8395647 140736809772064 140736809637272 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 13053 12247 390 1026 0 12023 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 52212

[startup+1.50025 s]
/proc/loadavg: 2.00 1.98 1.71 3/178 25906
/proc/meminfo: memFree=31444588/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=97384 CPUtime=1.49 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 23498 0 0 0 146 3 0 0 20 0 1 0 334170008 99721216 23444 33554432000 4194304 8395647 140736809772064 140736809637272 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 24346 23444 390 1026 0 23316 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 97384

[startup+3.10026 s]
/proc/loadavg: 2.00 1.98 1.71 3/178 25906
/proc/meminfo: memFree=31118644/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=187764 CPUtime=3.09 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 46016 0 0 0 303 6 0 0 20 0 1 0 334170008 192270336 45962 33554432000 4194304 8395647 140736809772064 140736809637272 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 46941 45962 390 1026 0 45911 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 187764

[startup+6.30024 s]
/proc/loadavg: 2.00 1.98 1.71 3/178 25906
/proc/meminfo: memFree=30579928/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=363980 CPUtime=6.29 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 90198 0 0 0 616 13 0 0 20 0 1 0 334170008 372715520 90144 33554432000 4194304 8395647 140736809772064 140736809637272 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 90995 90144 390 1026 0 89965 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 363980

[startup+12.7003 s]
/proc/loadavg: 2.00 1.98 1.71 3/178 25906
/proc/meminfo: memFree=29545044/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=1303500 CPUtime=12.69 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 323397 0 0 0 1224 45 0 0 20 0 1 0 334170008 1334784000 324131 33554432000 4194304 8395647 140736809772064 140736809767864 4288158 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 325875 324131 486 1026 0 324845 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1303500

[startup+25.5003 s]
/proc/loadavg: 2.00 1.98 1.71 3/178 25907
/proc/meminfo: memFree=28807524/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=2273296 CPUtime=25.48 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 395366 0 0 0 2482 66 0 0 20 0 1 0 334170008 2327855104 507795 33554432000 4194304 8395647 140736809772064 140736809767272 6728661 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 568324 508307 566 1026 0 567294 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2273296

[startup+51.1004 s]
/proc/loadavg: 2.00 1.98 1.72 3/177 25907
/proc/meminfo: memFree=28683892/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=2194600 CPUtime=51.09 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 398446 0 0 0 5038 71 0 0 20 0 1 0 334170008 2247270400 518768 33554432000 4194304 8395647 140736809772064 140736809767192 6697139 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 548650 518768 570 1026 0 547620 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2194600

[startup+102.308 s]
/proc/loadavg: 2.00 1.98 1.73 3/177 25907
/proc/meminfo: memFree=28621260/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=2255640 CPUtime=102.28 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 401407 0 0 0 10149 79 0 0 20 0 1 0 334170008 2309775360 531545 33554432000 4194304 8395647 140736809772064 140736809767192 6390481 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 563910 531545 570 1026 0 562880 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2255640

[startup+162.3 s]
/proc/loadavg: 2.07 2.01 1.76 3/177 25907
/proc/meminfo: memFree=28559300/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=2288640 CPUtime=162.27 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 404282 0 0 0 16141 86 0 0 20 0 1 0 334170008 2343567360 543663 33554432000 4194304 8395647 140736809772064 140736809767192 6698349 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 572160 543663 570 1026 0 571130 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2288640

[startup+222.3 s]
/proc/loadavg: 2.02 2.00 1.77 3/177 25907
/proc/meminfo: memFree=28570120/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=2273716 CPUtime=222.25 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 405493 0 0 0 22134 91 0 0 20 0 1 0 334170008 2328285184 540048 33554432000 4194304 8395647 140736809772064 140736809767192 6636369 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 568429 540048 570 1026 0 567399 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 2273716

[startup+282.3 s]
/proc/loadavg: 2.01 2.00 1.78 3/177 25907
/proc/meminfo: memFree=28539224/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=2288392 CPUtime=282.25 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 406905 0 0 0 28128 97 0 0 20 0 1 0 334170008 2343313408 543598 33554432000 4194304 8395647 140736809772064 140736809767192 6696991 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 572098 543598 570 1026 0 571068 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 2288392

[startup+342.3 s]
/proc/loadavg: 2.11 2.03 1.80 3/177 25908
/proc/meminfo: memFree=28513560/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=2306876 CPUtime=342.24 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 408424 0 0 0 34122 102 0 0 20 0 1 0 334170008 2362241024 548381 33554432000 4194304 8395647 140736809772064 140736809767192 6697246 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 576719 548381 570 1026 0 575689 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 2306876

[startup+402.3 s]
/proc/loadavg: 2.04 2.02 1.81 3/178 25909
/proc/meminfo: memFree=28641892/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=2267496 CPUtime=402.23 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 410707 0 0 0 40111 112 0 0 20 0 1 0 334170008 2321915904 532666 33554432000 4194304 8395647 140736809772064 140736809767192 6698051 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 566874 532666 570 1026 0 565844 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2267496

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 1.82 3/177 25909
/proc/meminfo: memFree=28627404/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=2268376 CPUtime=462.22 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 412065 0 0 0 46101 121 0 0 20 0 1 0 334170008 2322817024 532275 33554432000 4194304 8395647 140736809772064 140736809767192 6391404 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 567094 532275 570 1026 0 566064 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 2268376

[startup+522.3 s]
/proc/loadavg: 2.04 2.03 1.83 3/177 25909
/proc/meminfo: memFree=28604600/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=2268376 CPUtime=522.21 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 413944 0 0 0 52090 131 0 0 20 0 1 0 334170008 2322817024 531654 33554432000 4194304 8395647 140736809772064 140736809767192 6746624 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 567094 531654 570 1026 0 566064 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2268376

[startup+582.3 s]
/proc/loadavg: 2.01 2.02 1.84 3/177 25909
/proc/meminfo: memFree=28604444/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=2268376 CPUtime=582.2 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 415515 0 0 0 58081 139 0 0 20 0 1 0 334170008 2322817024 531773 33554432000 4194304 8395647 140736809772064 140736809767192 6698405 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 567094 531773 570 1026 0 566064 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2268376

[startup+642.3 s]

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

/proc/meminfo: memFree=28466064/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=2347840 CPUtime=1122.12 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 438036 0 0 0 112009 203 0 0 20 0 1 0 334170008 2404188160 556665 33554432000 4194304 8395647 140736809772064 140736809767192 6635663 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 586960 556665 598 1026 0 585930 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 2347840

[startup+1182.3 s]
/proc/loadavg: 2.03 2.02 1.91 3/177 25914
/proc/meminfo: memFree=28530624/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=2319468 CPUtime=1182.11 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 440413 0 0 0 117999 212 0 0 20 0 1 0 334170008 2375135232 548877 33554432000 4194304 8395647 140736809772064 140736809767192 6636339 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 579867 548877 598 1026 0 578837 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 2319468

[startup+1242.3 s]
/proc/loadavg: 2.01 2.02 1.91 3/177 25917
/proc/meminfo: memFree=28543068/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=2320444 CPUtime=1242.1 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 442615 0 0 0 123991 219 0 0 20 0 1 0 334170008 2376134656 549486 33554432000 4194304 8395647 140736809772064 140736809767624 6697078 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 580111 549486 598 1026 0 579081 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 2320444

[startup+1302.3 s]
/proc/loadavg: 2.04 2.03 1.92 3/178 25941
/proc/meminfo: memFree=28533052/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=2320444 CPUtime=1302.1 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 445099 0 0 0 129983 227 0 0 20 0 1 0 334170008 2376134656 549677 33554432000 4194304 8395647 140736809772064 140736809767192 6697246 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 580111 549677 598 1026 0 579081 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 2320444

[startup+1362.3 s]
/proc/loadavg: 2.13 2.05 1.93 3/177 25941
/proc/meminfo: memFree=28531972/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=2320444 CPUtime=1362.08 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 448969 0 0 0 135971 237 0 0 20 0 1 0 334170008 2376134656 549767 33554432000 4194304 8395647 140736809772064 140736809767192 6664895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 580111 549767 598 1026 0 579081 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 2320444

[startup+1422.31 s]
/proc/loadavg: 2.08 2.05 1.94 3/177 25941
/proc/meminfo: memFree=28531880/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=2320444 CPUtime=1422.08 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 452319 0 0 0 141961 247 0 0 20 0 1 0 334170008 2376134656 550232 33554432000 4194304 8395647 140736809772064 140736809767192 6698409 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 580111 550232 598 1026 0 579081 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 2320444

[startup+1482.3 s]
/proc/loadavg: 2.03 2.04 1.94 3/177 25941
/proc/meminfo: memFree=28527944/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=2320444 CPUtime=1482.07 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 454777 0 0 0 147953 254 0 0 20 0 1 0 334170008 2376134656 550430 33554432000 4194304 8395647 140736809772064 140736809767192 6390530 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 580111 550430 598 1026 0 579081 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 2320444

[startup+1542.3 s]
/proc/loadavg: 2.01 2.03 1.94 3/176 25941
/proc/meminfo: memFree=28518036/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=2320444 CPUtime=1542.06 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 458354 0 0 0 153943 263 0 0 20 0 1 0 334170008 2376134656 550411 33554432000 4194304 8395647 140736809772064 140736809767192 6635689 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 580111 550411 598 1026 0 579081 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 2320444

[startup+1602.3 s]
/proc/loadavg: 2.04 2.03 1.94 3/177 25942
/proc/meminfo: memFree=28489508/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=2320444 CPUtime=1602.04 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 462515 0 0 0 159931 273 0 0 20 0 1 0 334170008 2376134656 549836 33554432000 4194304 8395647 140736809772064 140736809767192 6390506 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 580111 549836 598 1026 0 579081 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 2320444

[startup+1662.3 s]
/proc/loadavg: 2.09 2.05 1.95 3/177 25942
/proc/meminfo: memFree=28460496/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=2324336 CPUtime=1662.04 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 465520 0 0 0 165924 280 0 0 20 0 1 0 334170008 2380120064 556820 33554432000 4194304 8395647 140736809772064 140736809767192 6697266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 581084 556820 598 1026 0 580054 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 2324336

[startup+1722.3 s]
/proc/loadavg: 2.03 2.04 1.95 3/177 25942
/proc/meminfo: memFree=28499544/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=2316596 CPUtime=1722.02 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 469498 0 0 0 171915 287 0 0 20 0 1 0 334170008 2372194304 557849 33554432000 4194304 8395647 140736809772064 140736809767192 6697301 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 579149 557849 598 1026 0 578119 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 2316596

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 1.95 3/177 25942
/proc/meminfo: memFree=28409336/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=2429056 CPUtime=1782.01 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 472708 0 0 0 177906 295 0 0 20 0 1 0 334170008 2487353344 580594 33554432000 4194304 8395647 140736809772064 140736809767192 6697955 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 607264 580594 598 1026 0 606234 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 2429056

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

[startup+1785.5 s]
/proc/loadavg: 2.01 2.03 1.95 3/177 25942
/proc/meminfo: memFree=28409212/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=2461884 CPUtime=1785.22 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 473482 0 0 0 178226 296 0 0 20 0 1 0 334170008 2520969216 588579 33554432000 4194304 8395647 140736809772064 140736809767528 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 615471 588579 598 1026 0 614441 0
Current children cumulated CPU time (s) 1785.22
Current children cumulated vsize (KiB) 2461884

[startup+1788.7 s]
/proc/loadavg: 2.01 2.03 1.95 3/178 25945
/proc/meminfo: memFree=28460800/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=2376736 CPUtime=1788.41 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 473790 0 0 0 178545 296 0 0 20 0 1 0 334170008 2433777664 567311 33554432000 4194304 8395647 140736809772064 140736809767192 6697379 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 594184 567311 598 1026 0 593154 0
Current children cumulated CPU time (s) 1788.41
Current children cumulated vsize (KiB) 2376736

[startup+1790.3 s]
/proc/loadavg: 2.01 2.03 1.95 3/178 25945
/proc/meminfo: memFree=28460800/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=2376736 CPUtime=1790.01 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 473795 0 0 0 178705 296 0 0 20 0 1 0 334170008 2433777664 567316 33554432000 4194304 8395647 140736809772064 140736809767192 6106261 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 594184 567316 603 1026 0 593154 0
Current children cumulated CPU time (s) 1790.01
Current children cumulated vsize (KiB) 2376736

[startup+1791.1 s]
/proc/loadavg: 2.01 2.03 1.95 3/178 25945
/proc/meminfo: memFree=28460536/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=2376736 CPUtime=1790.81 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 473799 0 0 0 178785 296 0 0 20 0 1 0 334170008 2433777664 567320 33554432000 4194304 8395647 140736809772064 140736809767896 6063747 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 594184 567320 607 1026 0 593154 0
Current children cumulated CPU time (s) 1790.81
Current children cumulated vsize (KiB) 2376736

[startup+1791.5 s]
/proc/loadavg: 2.01 2.03 1.95 3/178 25945
/proc/meminfo: memFree=28460536/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=2376736 CPUtime=1791.21 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 473799 0 0 0 178825 296 0 0 20 0 1 0 334170008 2433777664 567320 33554432000 4194304 8395647 140736809772064 140736809767896 5083298 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 594184 567320 607 1026 0 593154 0
Current children cumulated CPU time (s) 1791.21
Current children cumulated vsize (KiB) 2376736

[startup+1791.7 s]
/proc/loadavg: 2.01 2.03 1.95 3/178 25945
/proc/meminfo: memFree=28460536/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=1692704 CPUtime=1791.42 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 473799 0 0 0 178844 298 0 0 20 0 1 0 334170008 1733328896 421846 33554432000 4194304 8395647 140736809772064 140736809771256 6345739 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 423176 421846 607 1026 0 422146 0
Current children cumulated CPU time (s) 1791.42
Current children cumulated vsize (KiB) 1692704

[startup+1791.8 s]
/proc/loadavg: 2.01 2.03 1.95 3/178 25945
/proc/meminfo: memFree=29183944/32873844 swapFree=7116/7116
[pid=25905] ppid=25903 vsize=1470436 CPUtime=1791.52 cores=0,2,4,6
/proc/25905/stat : 25905 (pbscip.linux.x8) R 25903 25905 25766 0 -1 4202496 473799 0 0 0 178853 299 0 0 20 0 1 0 334170008 1505726464 268426 33554432000 4194304 8395647 140736809772064 140736809771256 7602442 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25905/statm: 367609 268426 607 1026 0 366579 0
Current children cumulated CPU time (s) 1791.52
Current children cumulated vsize (KiB) 1470436

Child status: 0
Real time (s): 1791.81
CPU time (s): 1791.54
CPU user time (s): 1788.54
CPU system time (s): 2.99954
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 2461884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.54
system time used= 2.99954
maximum resident set size= 2369820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 473807
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= 1911

runsolver used 6.22305 second user time and 17.0614 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-03 01:40:14
IDJOB=3730012
IDBENCH=1377
IDSOLVER=2326
FILE ID=node103/3730012-1338680413
RUNJOBID= node103-1338678622-25786
PBS_JOBID= 14636710
Free space on /tmp= 71072 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/dbst/normalized-dbst_v40_e600_d20_mw10_9.opb.PB06.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3730012-1338680413/watcher-3730012-1338680413 -o /tmp/evaluation-result-3730012-1338680413/solver-3730012-1338680413 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3730012-1338680413.opb -t 1800 -m 15500

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

MD5SUM BENCH= d54403a51e1ff3d34cd210d836adfe84
RANDOM SEED=1315221718

node103.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.189
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.189
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.189
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5411.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.189
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31567380 kB
Buffers:          133652 kB
Cached:           362388 kB
SwapCached:         5600 kB
Active:           233476 kB
Inactive:         312452 kB
Active(anon):      47832 kB
Inactive(anon):     4628 kB
Active(file):     185644 kB
Inactive(file):   307824 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096280 kB
Dirty:             66020 kB
Writeback:             0 kB
AnonPages:         53568 kB
Mapped:            10320 kB
Shmem:                 0 kB
Slab:             623812 kB
SReclaimable:      63900 kB
SUnreclaim:       559912 kB
KernelStack:        1456 kB
PageTables:         4080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     167988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71060 MiB
End job on node103 at 2012-06-03 02:10:06