Trace number 3729934

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.45 1791.73

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k3_l6_n1500.opb
MD5SUM03ac75ce62b4fa0384fbdccf34acdc82
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.83472
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4500
Total number of constraints674250
Number of constraints which are clauses672750
Number of constraints which are cardinality constraints (but not clauses)1500
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint6
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 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
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-3729934-1338680117.opb>
5.99/6.02	c original problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 674250 constraints
5.99/6.02	c problem read
5.99/6.02	c No objective function, only one solution is needed.
5.99/6.02	c presolving settings loaded
7.49/7.57	c presolving:
12.69/12.71	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 674250 upgd conss, 0 impls, 1500 clqs
13.39/13.41	c presolving (2 rounds):
13.39/13.41	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
13.39/13.41	c  0 implications, 1500 cliques
13.39/13.41	c presolved problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 674250 constraints
13.39/13.41	c    1500 constraints of type <setppc>
13.39/13.41	c  672750 constraints of type <logicor>
13.39/13.41	c transformed objective value is always integral (scale: 1)
13.39/13.41	c Presolving Time: 5.84
13.39/13.41	c - non default parameters ----------------------------------------------------------------------
13.39/13.41	c # SCIP version 1.2.1.3
13.39/13.41	c 
13.39/13.41	c # frequency for displaying node information lines
13.39/13.41	c # [type: int, range: [-1,2147483647], default: 100]
13.39/13.41	c display/freq = 10000
13.39/13.41	c 
13.39/13.41	c # maximal time in seconds to run
13.39/13.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
13.39/13.41	c limits/time = 1783.98
13.39/13.41	c 
13.39/13.41	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
13.39/13.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
13.39/13.41	c limits/memory = 13950
13.39/13.41	c 
13.39/13.41	c # solving stops, if the given number of solutions were found (-1: no limit)
13.39/13.41	c # [type: int, range: [-1,2147483647], default: -1]
13.39/13.41	c limits/solutions = 1
13.39/13.41	c 
13.39/13.41	c # maximal number of separation rounds per node (-1: unlimited)
13.39/13.41	c # [type: int, range: [-1,2147483647], default: 5]
13.39/13.41	c separating/maxrounds = 1
13.39/13.41	c 
13.39/13.41	c # maximal number of separation rounds in the root node (-1: unlimited)
13.39/13.41	c # [type: int, range: [-1,2147483647], default: -1]
13.39/13.41	c separating/maxroundsroot = 5
13.39/13.41	c 
13.39/13.41	c # default clock type (1: CPU user seconds, 2: wall clock time)
13.39/13.41	c # [type: int, range: [1,2], default: 1]
13.39/13.41	c timing/clocktype = 2
13.39/13.41	c 
13.39/13.41	c # should presolving try to simplify inequalities
13.39/13.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.39/13.41	c constraints/linear/simplifyinequalities = TRUE
13.39/13.41	c 
13.39/13.41	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
13.39/13.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.39/13.41	c constraints/indicator/addCouplingCons = TRUE
13.39/13.41	c 
13.39/13.41	c # should disaggregation of knapsack constraints be allowed in preprocessing?
13.39/13.41	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
13.39/13.41	c constraints/knapsack/disaggregation = FALSE
13.39/13.41	c 
13.39/13.41	c # should presolving try to simplify knapsacks
13.39/13.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.39/13.41	c constraints/knapsack/simplifyinequalities = TRUE
13.39/13.41	c 
13.39/13.41	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
13.39/13.41	c # [type: int, range: [-1,2147483647], default: -1]
13.39/13.41	c presolving/probing/maxrounds = 0
13.39/13.41	c 
13.39/13.41	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
13.39/13.41	c # [type: int, range: [-1,2147483647], default: 10]
13.39/13.41	c heuristics/coefdiving/freq = -1
13.39/13.41	c 
13.39/13.41	c # maximal fraction of diving LP iterations compared to node LP iterations
13.39/13.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.39/13.41	c heuristics/coefdiving/maxlpiterquot = 0.075
13.39/13.41	c 
13.39/13.41	c # additional number of allowed LP iterations
13.39/13.41	c # [type: int, range: [0,2147483647], default: 1000]
13.39/13.41	c heuristics/coefdiving/maxlpiterofs = 1500
13.39/13.41	c 
13.39/13.41	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
13.39/13.41	c # [type: int, range: [-1,2147483647], default: 30]
13.39/13.41	c heuristics/crossover/freq = -1
13.39/13.41	c 
13.39/13.41	c # number of nodes added to the contingent of the total nodes
13.39/13.41	c # [type: longint, range: [0,9223372036854775807], default: 500]
13.39/13.41	c heuristics/crossover/nodesofs = 750
13.39/13.41	c 
13.39/13.41	c # number of nodes without incumbent change that heuristic should wait
13.39/13.41	c # [type: longint, range: [0,9223372036854775807], default: 200]
13.39/13.41	c heuristics/crossover/nwaitingnodes = 100
13.39/13.41	c 
13.39/13.41	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
13.39/13.41	c # [type: real, range: [0,1], default: 0.1]
13.39/13.41	c heuristics/crossover/nodesquot = 0.15
13.39/13.41	c 
13.39/13.41	c # minimum percentage of integer variables that have to be fixed 
13.39/13.41	c # [type: real, range: [0,1], default: 0.666]
13.39/13.41	c heuristics/crossover/minfixingrate = 0.5
13.39/13.41	c 
13.39/13.41	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
13.39/13.41	c # [type: int, range: [-1,2147483647], default: 20]
13.39/13.41	c heuristics/feaspump/freq = -1
13.39/13.41	c 
13.39/13.41	c # additional number of allowed LP iterations
13.39/13.41	c # [type: int, range: [0,2147483647], default: 1000]
13.39/13.41	c heuristics/feaspump/maxlpiterofs = 2000
13.39/13.41	c 
13.39/13.41	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
13.39/13.41	c # [type: int, range: [-1,2147483647], default: 10]
13.39/13.41	c heuristics/fracdiving/freq = -1
13.39/13.41	c 
13.39/13.41	c # maximal fraction of diving LP iterations compared to node LP iterations
13.39/13.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.39/13.41	c heuristics/fracdiving/maxlpiterquot = 0.075
13.39/13.41	c 
13.39/13.41	c # additional number of allowed LP iterations
13.39/13.41	c # [type: int, range: [0,2147483647], default: 1000]
13.39/13.41	c heuristics/fracdiving/maxlpiterofs = 1500
13.39/13.41	c 
13.39/13.41	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
13.39/13.41	c # [type: int, range: [-1,2147483647], default: 10]
13.39/13.41	c heuristics/guideddiving/freq = -1
13.39/13.41	c 
13.39/13.41	c # maximal fraction of diving LP iterations compared to node LP iterations
13.39/13.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.39/13.41	c heuristics/guideddiving/maxlpiterquot = 0.075
13.39/13.41	c 
13.39/13.41	c # additional number of allowed LP iterations
13.39/13.41	c # [type: int, range: [0,2147483647], default: 1000]
13.39/13.41	c heuristics/guideddiving/maxlpiterofs = 1500
13.39/13.41	c 
13.39/13.41	c # maximal fraction of diving LP iterations compared to node LP iterations
13.39/13.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.39/13.41	c heuristics/intdiving/maxlpiterquot = 0.075
13.39/13.41	c 
13.39/13.41	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
13.39/13.41	c # [type: int, range: [-1,2147483647], default: 10]
13.39/13.41	c heuristics/intshifting/freq = -1
13.39/13.41	c 
13.39/13.41	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
13.39/13.41	c # [type: int, range: [-1,2147483647], default: 10]
13.39/13.41	c heuristics/linesearchdiving/freq = -1
13.39/13.41	c 
13.39/13.41	c # maximal fraction of diving LP iterations compared to node LP iterations
13.39/13.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.39/13.41	c heuristics/linesearchdiving/maxlpiterquot = 0.075
13.39/13.41	c 
13.39/13.41	c # additional number of allowed LP iterations
13.39/13.41	c # [type: int, range: [0,2147483647], default: 1000]
13.39/13.41	c heuristics/linesearchdiving/maxlpiterofs = 1500
13.39/13.41	c 
13.39/13.41	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
13.39/13.41	c # [type: int, range: [-1,2147483647], default: 1]
13.39/13.41	c heuristics/nlp/freq = -1
13.39/13.41	c 
13.39/13.41	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
13.39/13.41	c # [type: int, range: [-1,2147483647], default: 20]
13.39/13.41	c heuristics/objpscostdiving/freq = -1
13.39/13.41	c 
13.39/13.41	c # maximal fraction of diving LP iterations compared to total iteration number
13.39/13.41	c # [type: real, range: [0,1], default: 0.01]
13.39/13.41	c heuristics/objpscostdiving/maxlpiterquot = 0.015
13.39/13.41	c 
13.39/13.41	c # additional number of allowed LP iterations
13.39/13.41	c # [type: int, range: [0,2147483647], default: 1000]
13.39/13.41	c heuristics/objpscostdiving/maxlpiterofs = 1500
13.39/13.41	c 
13.39/13.41	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
13.39/13.41	c # [type: int, range: [-1,2147483647], default: 1]
13.39/13.41	c heuristics/oneopt/freq = -1
13.39/13.41	c 
13.39/13.41	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
13.39/13.41	c # [type: int, range: [-1,2147483647], default: 10]
13.39/13.41	c heuristics/pscostdiving/freq = -1
13.39/13.41	c 
13.39/13.41	c # maximal fraction of diving LP iterations compared to node LP iterations
13.39/13.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.39/13.41	c heuristics/pscostdiving/maxlpiterquot = 0.075
13.39/13.41	c 
13.39/13.41	c # additional number of allowed LP iterations
13.39/13.41	c # [type: int, range: [0,2147483647], default: 1000]
13.39/13.41	c heuristics/pscostdiving/maxlpiterofs = 1500
13.39/13.41	c 
13.39/13.41	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
13.39/13.41	c # [type: int, range: [-1,2147483647], default: 0]
13.39/13.41	c heuristics/rens/freq = -1
13.39/13.41	c 
13.39/13.41	c # minimum percentage of integer variables that have to be fixable 
13.39/13.41	c # [type: real, range: [0,1], default: 0.5]
13.39/13.41	c heuristics/rens/minfixingrate = 0.3
13.39/13.41	c 
13.39/13.41	c # number of nodes added to the contingent of the total nodes
13.39/13.41	c # [type: longint, range: [0,9223372036854775807], default: 500]
13.39/13.41	c heuristics/rens/nodesofs = 2000
13.39/13.41	c 
13.39/13.41	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
13.39/13.41	c # [type: int, range: [-1,2147483647], default: 20]
13.39/13.41	c heuristics/rootsoldiving/freq = -1
13.39/13.41	c 
13.39/13.41	c # maximal fraction of diving LP iterations compared to node LP iterations
13.39/13.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
13.39/13.41	c heuristics/rootsoldiving/maxlpiterquot = 0.015
13.39/13.41	c 
13.39/13.41	c # additional number of allowed LP iterations
13.39/13.41	c # [type: int, range: [0,2147483647], default: 1000]
13.39/13.41	c heuristics/rootsoldiving/maxlpiterofs = 1500
13.39/13.41	c 
13.39/13.41	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
13.39/13.41	c # [type: int, range: [-1,2147483647], default: 1]
13.39/13.41	c heuristics/rounding/freq = -1
13.39/13.41	c 
13.39/13.41	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
13.39/13.41	c # [type: int, range: [-1,2147483647], default: 10]
13.39/13.41	c heuristics/shifting/freq = -1
13.39/13.41	c 
13.39/13.41	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
13.39/13.41	c # [type: int, range: [-1,2147483647], default: 1]
13.39/13.41	c heuristics/simplerounding/freq = -1
13.39/13.41	c 
13.39/13.41	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
13.39/13.41	c # [type: int, range: [-1,2147483647], default: 0]
13.39/13.41	c heuristics/trivial/freq = -1
13.39/13.41	c 
13.39/13.41	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
13.39/13.41	c # [type: int, range: [-1,2147483647], default: 1]
13.39/13.41	c heuristics/trysol/freq = -1
13.39/13.41	c 
13.39/13.41	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
13.39/13.41	c # [type: int, range: [-1,2147483647], default: 10]
13.39/13.41	c heuristics/veclendiving/freq = -1
13.39/13.41	c 
13.39/13.41	c # maximal fraction of diving LP iterations compared to node LP iterations
13.39/13.41	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.39/13.41	c heuristics/veclendiving/maxlpiterquot = 0.075
13.39/13.41	c 
13.39/13.41	c # additional number of allowed LP iterations
13.39/13.41	c # [type: int, range: [0,2147483647], default: 1000]
13.39/13.41	c heuristics/veclendiving/maxlpiterofs = 1500
13.39/13.41	c 
13.39/13.41	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
13.39/13.41	c # [type: int, range: [-1,2147483647], default: 1]
13.39/13.41	c heuristics/zirounding/freq = -1
13.39/13.41	c 
13.39/13.41	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
13.39/13.41	c # [type: int, range: [-1,2147483647], default: 0]
13.39/13.41	c separating/cmir/freq = -1
13.39/13.41	c 
13.39/13.41	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
13.39/13.41	c # [type: int, range: [-1,2147483647], default: 0]
13.39/13.41	c separating/flowcover/freq = -1
13.39/13.41	c 
13.39/13.41	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
13.39/13.41	c # [type: int, range: [-1,2147483647], default: -1]
13.39/13.41	c separating/rapidlearning/freq = 0
13.39/13.41	c 
13.39/13.41	c -----------------------------------------------------------------------------------------------
13.39/13.41	c start solving
13.39/13.42	c 
223.85/223.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
223.85/223.94	c   218s|     1 |     0 |  4147 |     - | 963M|   0 |2986 |4500 | 674k|4500 | 674k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1789.72/1790.01	c  1784s|     1 |     2 |  4147 |     - | 963M|   0 |2986 |4500 | 674k|4500 | 674k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1789.72/1790.01	c 
1789.72/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.72/1790.01	c Solving Time (sec) : 1783.98
1789.72/1790.01	c Solving Nodes      : 1
1789.72/1790.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.72/1790.01	c Dual Bound         : +0.00000000000000e+00
1789.72/1790.01	c Gap                : infinite
1789.72/1790.01	s UNKNOWN
1789.72/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.72/1790.01	c Solving Time       :    1783.98
1789.72/1790.01	c Original Problem   :
1789.72/1790.01	c   Problem name     : HOME/instance-3729934-1338680117.opb
1789.72/1790.01	c   Variables        : 4500 (4500 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.72/1790.01	c   Constraints      : 674250 initial, 674250 maximal
1789.72/1790.01	c Presolved Problem  :
1789.72/1790.01	c   Problem name     : t_HOME/instance-3729934-1338680117.opb
1789.72/1790.01	c   Variables        : 4500 (4500 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.72/1790.01	c   Constraints      : 674250 initial, 674250 maximal
1789.72/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.72/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.72/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.72/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.72/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.72/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.72/1790.01	c   probing          :       0.00          0          0          0          0          0          0          0          0
1789.72/1790.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1789.72/1790.01	c   logicor          :       1.43          0          0          0          0          0          0          0          0
1789.72/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1789.72/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.72/1790.01	c   integral         :          0          0          0          1          0          0          0          0          0          2
1789.72/1790.01	c   setppc           :       1500          1          1          0          0          0          0          0          0          0
1789.72/1790.01	c   logicor          :     672750          1          1          0          0          0          0          0          0          0
1789.72/1790.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1789.72/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.72/1790.01	c   integral         :       0.00       0.00       0.00       0.00       0.00
1789.72/1790.01	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1789.72/1790.01	c   logicor          :       0.40       0.04       0.36       0.00       0.00
1789.72/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.72/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.72/1790.01	c   vbounds          :       0.00          1          0          0
1789.72/1790.01	c   rootredcost      :       0.00          0          0          0
1789.72/1790.01	c   pseudoobj        :       0.00          0          0          0
1789.72/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.72/1790.01	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.72/1790.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.72/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.72/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.72/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.72/1790.01	c   applied globally :          -          -          -          0        0.0          -          -          -
1789.72/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.72/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.72/1790.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1789.72/1790.01	c   redcost          :       0.00          1          0          0          0          0
1789.72/1790.01	c   impliedbounds    :       0.00          1          0          0          0          0
1789.72/1790.01	c   intobj           :       0.00          0          0          0          0          0
1789.72/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1789.72/1790.01	c   gomory           :    1566.03          1          0          0          0          0
1789.72/1790.01	c   strongcg         :       0.00          0          0          0          0          0
1789.72/1790.01	c   cmir             :       0.00          0          0          0          0          0
1789.72/1790.01	c   flowcover        :       0.00          0          0          0          0          0
1789.72/1790.01	c   clique           :       0.00          0          0          0          0          0
1789.72/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1789.72/1790.01	c   mcf              :       0.00          0          0          0          0          0
1789.72/1790.01	c   rapidlearning    :       0.00          0          0          0          0          0
1789.72/1790.01	c Pricers            :       Time      Calls       Vars
1789.72/1790.01	c   problem variables:       0.00          0          0
1789.72/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.72/1790.01	c   relpscost        :       0.00          1          0          0          0          0          2
1789.72/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1789.72/1790.01	c   inference        :       0.00          0          0          0          0          0          0
1789.72/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1789.72/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1789.72/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.72/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.72/1790.01	c   random           :       0.00          0          0          0          0          0          0
1789.72/1790.01	c Primal Heuristics  :       Time      Calls      Found
1789.72/1790.01	c   LP solutions     :       0.00          -          0
1789.72/1790.01	c   pseudo solutions :       0.00          -          0
1789.72/1790.01	c   trivial          :       0.00          1          0
1789.72/1790.01	c   simplerounding   :       0.00          0          0
1789.72/1790.01	c   zirounding       :       0.00          0          0
1789.72/1790.01	c   rounding         :       0.00          0          0
1789.72/1790.01	c   shifting         :       0.00          0          0
1789.72/1790.01	c   intshifting      :       0.00          0          0
1789.72/1790.01	c   oneopt           :       0.00          0          0
1789.72/1790.01	c   twoopt           :       0.00          0          0
1789.72/1790.01	c   fixandinfer      :       0.00          0          0
1789.72/1790.01	c   feaspump         :       0.00          0          0
1789.72/1790.01	c   coefdiving       :       0.00          0          0
1789.72/1790.01	c   pscostdiving     :       0.00          0          0
1789.72/1790.01	c   fracdiving       :       0.00          0          0
1789.72/1790.01	c   veclendiving     :       0.00          0          0
1789.72/1790.01	c   intdiving        :       0.00          0          0
1789.72/1790.01	c   actconsdiving    :       0.00          0          0
1789.72/1790.01	c   objpscostdiving  :       0.00          0          0
1789.72/1790.01	c   rootsoldiving    :       0.00          0          0
1789.72/1790.01	c   linesearchdiving :       0.00          0          0
1789.72/1790.01	c   guideddiving     :       0.00          0          0
1789.72/1790.01	c   octane           :       0.00          0          0
1789.72/1790.01	c   rens             :       0.00          0          0
1789.72/1790.01	c   rins             :       0.00          0          0
1789.72/1790.01	c   localbranching   :       0.00          0          0
1789.72/1790.01	c   mutation         :       0.00          0          0
1789.72/1790.01	c   crossover        :       0.00          0          0
1789.72/1790.01	c   dins             :       0.00          0          0
1789.72/1790.01	c   undercover       :       0.00          0          0
1789.72/1790.01	c   nlp              :       0.00          0          0
1789.72/1790.01	c   trysol           :       0.00          0          0
1789.72/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.72/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1789.72/1790.01	c   dual LP          :     207.97          1       4147    4147.00      19.94
1789.72/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1789.72/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1789.72/1790.01	c   diving/probing LP:       0.00          0          0       0.00          -
1789.72/1790.01	c   strong branching :       0.00          0          0       0.00          -
1789.72/1790.01	c     (at root node) :          -          0          0       0.00          -
1789.72/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1789.72/1790.01	c B&B Tree           :
1789.72/1790.01	c   number of runs   :          1
1789.72/1790.01	c   nodes            :          1
1789.72/1790.01	c   nodes (total)    :          1
1789.72/1790.01	c   nodes left       :          2
1789.72/1790.01	c   max depth        :          0
1789.72/1790.01	c   max depth (total):          0
1789.72/1790.01	c   backtracks       :          0 (0.0%)
1789.72/1790.01	c   delayed cutoffs  :          0
1789.72/1790.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.72/1790.01	c   avg switch length:       1.00
1789.72/1790.01	c   switching time   :       0.00
1789.72/1790.01	c Solution           :
1789.72/1790.01	c   Solutions found  :          0 (0 improvements)
1789.72/1790.01	c   Primal Bound     :          -
1789.72/1790.01	c   Dual Bound       : +0.00000000000000e+00
1789.72/1790.01	c   Gap              :   infinite
1789.72/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1789.72/1790.01	c   Root Iterations  :       4147
1791.41/1791.72	c Time complete: 1791.45.

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.64 2/177 21245
/proc/meminfo: memFree=27018500/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=8944 CPUtime=0 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 1480 0 0 0 0 0 0 0 20 0 1 0 334140412 9158656 1427 33554432000 4194304 8395647 140736255901424 140736547961064 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 2236 1433 374 1026 0 1206 0

[startup+0.01764 s]
/proc/loadavg: 1.99 1.97 1.64 2/177 21245
/proc/meminfo: memFree=27018500/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=14508 CPUtime=0.01 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 2786 0 0 0 1 0 0 0 20 0 1 0 334140412 14856192 2733 33554432000 4194304 8395647 140736255901424 140736547961064 6347101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 3627 2755 390 1026 0 2597 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14508

[startup+0.100293 s]
/proc/loadavg: 1.99 1.97 1.64 2/177 21245
/proc/meminfo: memFree=27018500/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=20924 CPUtime=0.09 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 4489 0 0 0 9 0 0 0 20 0 1 0 334140412 21426176 4435 33554432000 4194304 8395647 140736255901424 140736547961064 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 5231 4435 390 1026 0 4201 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20924

[startup+0.30027 s]
/proc/loadavg: 1.99 1.97 1.64 2/177 21245
/proc/meminfo: memFree=27018500/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=29756 CPUtime=0.29 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 6680 0 0 0 28 1 0 0 20 0 1 0 334140412 30470144 6626 33554432000 4194304 8395647 140736255901424 140736547961064 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 7439 6626 390 1026 0 6409 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29756

[startup+0.700267 s]
/proc/loadavg: 1.99 1.97 1.64 2/177 21245
/proc/meminfo: memFree=27018500/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=47884 CPUtime=0.69 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 11193 0 0 0 67 2 0 0 20 0 1 0 334140412 49033216 11139 33554432000 4194304 8395647 140736255901424 140736255766632 7382031 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 11971 11139 390 1026 0 10941 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47884

[startup+1.50027 s]
/proc/loadavg: 1.99 1.97 1.64 3/178 21246
/proc/meminfo: memFree=26962576/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=83620 CPUtime=1.49 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 20090 0 0 0 145 4 0 0 20 0 1 0 334140412 85626880 20036 33554432000 4194304 8395647 140736255901424 140736255766632 4245991 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 20905 20036 390 1026 0 19875 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83620

[startup+3.10026 s]
/proc/loadavg: 1.99 1.97 1.64 3/178 21246
/proc/meminfo: memFree=26911984/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=155984 CPUtime=3.09 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 38123 0 0 0 302 7 0 0 20 0 1 0 334140412 159727616 38069 33554432000 4194304 8395647 140736255901424 140736255766632 6766341 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 38996 38069 390 1026 0 37966 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 155984

[startup+6.30031 s]
/proc/loadavg: 2.07 1.98 1.65 3/178 21246
/proc/meminfo: memFree=26765168/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=417624 CPUtime=6.29 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 103730 0 0 0 611 18 0 0 20 0 1 0 334140412 427646976 103322 33554432000 4194304 8395647 140736255901424 140736255766632 4216689 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 104406 103322 410 1026 0 103376 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 417624

[startup+12.7003 s]
/proc/loadavg: 2.07 1.98 1.65 3/177 21246
/proc/meminfo: memFree=25834188/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=1193052 CPUtime=12.69 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 295679 0 0 0 1220 49 0 0 20 0 1 0 334140412 1221685248 295967 33554432000 4194304 8395647 140736255901424 140736255897448 6345214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 298263 295967 468 1026 0 297233 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1193052

[startup+25.5004 s]
/proc/loadavg: 2.05 1.98 1.65 3/178 21247
/proc/meminfo: memFree=25091452/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=2084828 CPUtime=25.48 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 381711 0 0 0 2474 74 0 0 20 0 1 0 334140412 2134863872 481459 33554432000 4194304 8395647 140736255901424 140736255896888 6585853 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 521207 481459 548 1026 0 520177 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2084828

[startup+51.1004 s]
/proc/loadavg: 2.03 1.98 1.66 3/177 21285
/proc/meminfo: memFree=24296012/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=2294584 CPUtime=51.08 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 387390 0 0 0 5028 80 0 0 20 0 1 0 334140412 2349654016 508970 33554432000 4194304 8395647 140736255901424 140736255896552 6698051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 573646 508970 555 1026 0 572616 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2294584

[startup+102.308 s]
/proc/loadavg: 2.01 1.98 1.67 3/177 21285
/proc/meminfo: memFree=23821984/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=2293292 CPUtime=102.28 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 391162 0 0 0 10139 89 0 0 20 0 1 0 334140412 2348331008 505792 33554432000 4194304 8395647 140736255901424 140736255896552 6697359 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 573323 505792 555 1026 0 572293 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2293292

[startup+162.3 s]
/proc/loadavg: 2.00 1.98 1.69 3/177 21285
/proc/meminfo: memFree=23807804/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=2320144 CPUtime=162.27 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 393602 0 0 0 16128 99 0 0 20 0 1 0 334140412 2375827456 509285 33554432000 4194304 8395647 140736255901424 140736255896552 6721240 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 580036 509285 555 1026 0 579006 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2320144

[startup+222.3 s]
/proc/loadavg: 2.00 1.98 1.71 3/177 21285
/proc/meminfo: memFree=23768116/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=2330540 CPUtime=222.25 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 396214 0 0 0 22115 110 0 0 20 0 1 0 334140412 2386472960 510973 33554432000 4194304 8395647 140736255901424 140736255896040 6723089 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 582635 510973 555 1026 0 581605 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 2330540

[startup+282.3 s]
/proc/loadavg: 2.00 1.98 1.73 3/177 21285
/proc/meminfo: memFree=23789932/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=2341876 CPUtime=282.24 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 397987 0 0 0 28110 114 0 0 20 0 1 0 334140412 2398081024 513732 33554432000 4194304 8395647 140736255901424 140736255896616 6440477 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 585469 513732 561 1026 0 584439 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 2341876

[startup+342.3 s]
/proc/loadavg: 2.00 1.98 1.74 3/178 21289
/proc/meminfo: memFree=23790324/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=2341876 CPUtime=342.24 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 397987 0 0 0 34107 117 0 0 20 0 1 0 334140412 2398081024 513732 33554432000 4194304 8395647 140736255901424 140736255896616 6440958 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 585469 513732 561 1026 0 584439 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 2341876

[startup+402.3 s]
/proc/loadavg: 2.00 1.98 1.75 3/177 21289
/proc/meminfo: memFree=23753952/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=2341876 CPUtime=402.23 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 397987 0 0 0 40105 118 0 0 20 0 1 0 334140412 2398081024 513732 33554432000 4194304 8395647 140736255901424 140736255896616 7385987 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 585469 513732 561 1026 0 584439 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2341876

[startup+462.3 s]
/proc/loadavg: 2.00 1.98 1.76 3/177 21289
/proc/meminfo: memFree=23752724/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=2341876 CPUtime=462.22 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 397987 0 0 0 46102 120 0 0 20 0 1 0 334140412 2398081024 513985 33554432000 4194304 8395647 140736255901424 140736255896616 6440602 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 585469 513985 561 1026 0 584439 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 2341876

[startup+522.3 s]
/proc/loadavg: 2.00 1.98 1.77 3/177 21289
/proc/meminfo: memFree=23753016/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=2341876 CPUtime=522.21 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 397987 0 0 0 52099 122 0 0 20 0 1 0 334140412 2398081024 513985 33554432000 4194304 8395647 140736255901424 140736255896616 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 585469 513985 561 1026 0 584439 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2341876

[startup+582.3 s]
/proc/loadavg: 2.00 1.98 1.79 3/177 21289
/proc/meminfo: memFree=23752360/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=2341876 CPUtime=582.2 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 397989 0 0 0 58096 124 0 0 20 0 1 0 334140412 2398081024 514161 33554432000 4194304 8395647 140736255901424 140736255896616 7385927 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 585469 514161 561 1026 0 584439 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2341876

[startup+642.3 s]

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

/proc/meminfo: memFree=23659892/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=2341876 CPUtime=1062.13 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 397992 0 0 0 106071 142 0 0 20 0 1 0 334140412 2398081024 519483 33554432000 4194304 8395647 140736255901424 140736255896616 7385927 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 585469 519483 561 1026 0 584439 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 2341876

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/177 21294
/proc/meminfo: memFree=23659888/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=2341876 CPUtime=1122.12 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 397992 0 0 0 112069 143 0 0 20 0 1 0 334140412 2398081024 519483 33554432000 4194304 8395647 140736255901424 140736255896616 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 585469 519483 561 1026 0 584439 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 2341876

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/177 21294
/proc/meminfo: memFree=23658872/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=2341876 CPUtime=1182.11 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 397992 0 0 0 118066 145 0 0 20 0 1 0 334140412 2398081024 519765 33554432000 4194304 8395647 140736255901424 140736255896616 7385927 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 585469 519765 561 1026 0 584439 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 2341876

[startup+1242.3 s]
/proc/loadavg: 2.04 2.01 1.88 3/177 21295
/proc/meminfo: memFree=23660160/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=2341876 CPUtime=1242.1 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 397992 0 0 0 124063 147 0 0 20 0 1 0 334140412 2398081024 520289 33554432000 4194304 8395647 140736255901424 140736255896616 6440473 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 585469 520289 561 1026 0 584439 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 2341876

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 1.88 3/177 21295
/proc/meminfo: memFree=23658008/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=2341876 CPUtime=1302.1 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 397992 0 0 0 130061 149 0 0 20 0 1 0 334140412 2398081024 520498 33554432000 4194304 8395647 140736255901424 140736255896616 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 585469 520498 561 1026 0 584439 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 2341876

[startup+1362.3 s]
/proc/loadavg: 2.05 2.02 1.89 3/177 21295
/proc/meminfo: memFree=23658052/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=2341876 CPUtime=1362.09 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 397992 0 0 0 136058 151 0 0 20 0 1 0 334140412 2398081024 520498 33554432000 4194304 8395647 140736255901424 140736255896616 7385987 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 585469 520498 561 1026 0 584439 0
Current children cumulated CPU time (s) 1362.09
Current children cumulated vsize (KiB) 2341876

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 1.90 3/177 21295
/proc/meminfo: memFree=23658268/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=2341876 CPUtime=1422.08 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 397992 0 0 0 142056 152 0 0 20 0 1 0 334140412 2398081024 520499 33554432000 4194304 8395647 140736255901424 140736255896616 6440644 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 585469 520499 561 1026 0 584439 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 2341876

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.91 3/177 21295
/proc/meminfo: memFree=23658172/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=2341876 CPUtime=1482.07 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 397992 0 0 0 148053 154 0 0 20 0 1 0 334140412 2398081024 520499 33554432000 4194304 8395647 140736255901424 140736255896664 6440614 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 585469 520499 561 1026 0 584439 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 2341876

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 21299
/proc/meminfo: memFree=23658316/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=2341876 CPUtime=1542.06 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 397992 0 0 0 154051 155 0 0 20 0 1 0 334140412 2398081024 520499 33554432000 4194304 8395647 140736255901424 140736255896616 6197309 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 585469 520499 561 1026 0 584439 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 2341876

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 21322
/proc/meminfo: memFree=23614036/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=2341876 CPUtime=1602.05 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 397992 0 0 0 160047 158 0 0 20 0 1 0 334140412 2398081024 520499 33554432000 4194304 8395647 140736255901424 140736255896664 6440880 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 585469 520499 561 1026 0 584439 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 2341876

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 21322
/proc/meminfo: memFree=23612708/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=2341876 CPUtime=1662.04 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 397992 0 0 0 166044 160 0 0 20 0 1 0 334140412 2398081024 520499 33554432000 4194304 8395647 140736255901424 140736255896616 6440888 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 585469 520499 561 1026 0 584439 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 2341876

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 1.91 3/177 21322
/proc/meminfo: memFree=23612192/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=2341876 CPUtime=1722.03 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 397992 0 0 0 172041 162 0 0 20 0 1 0 334140412 2398081024 520499 33554432000 4194304 8395647 140736255901424 140736255896664 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 585469 520499 561 1026 0 584439 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 2341876

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/177 21322
/proc/meminfo: memFree=23611612/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=2341876 CPUtime=1782.02 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 397992 0 0 0 178038 164 0 0 20 0 1 0 334140412 2398081024 520499 33554432000 4194304 8395647 140736255901424 140736255896616 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 585469 520499 561 1026 0 584439 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 2341876

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

[startup+1785.5 s]
/proc/loadavg: 2.01 2.01 1.91 3/177 21322
/proc/meminfo: memFree=23611916/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=2341876 CPUtime=1785.21 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 397992 0 0 0 178357 164 0 0 20 0 1 0 334140412 2398081024 520499 33554432000 4194304 8395647 140736255901424 140736255896616 6197315 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 585469 520499 561 1026 0 584439 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 2341876

[startup+1788.7 s]
/proc/loadavg: 2.01 2.01 1.91 3/177 21322
/proc/meminfo: memFree=23611916/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=2341876 CPUtime=1788.41 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 397992 0 0 0 178677 164 0 0 20 0 1 0 334140412 2398081024 520499 33554432000 4194304 8395647 140736255901424 140736255896616 6440490 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 585469 520499 561 1026 0 584439 0
Current children cumulated CPU time (s) 1788.41
Current children cumulated vsize (KiB) 2341876

[startup+1790.3 s]
/proc/loadavg: 2.01 2.01 1.91 3/177 21322
/proc/meminfo: memFree=23611916/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=2344512 CPUtime=1790.02 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 398171 0 0 0 178837 165 0 0 20 0 1 0 334140412 2400780288 521189 33554432000 4194304 8395647 140736255901424 140736255896664 6159414 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 586128 521189 570 1026 0 585098 0
Current children cumulated CPU time (s) 1790.02
Current children cumulated vsize (KiB) 2344512

[startup+1791.1 s]
/proc/loadavg: 2.01 2.01 1.91 3/177 21322
/proc/meminfo: memFree=23609124/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=2344512 CPUtime=1790.82 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 398171 0 0 0 178917 165 0 0 20 0 1 0 334140412 2400780288 521189 33554432000 4194304 8395647 140736255901424 140736255899976 6345866 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 586128 521189 570 1026 0 585098 0
Current children cumulated CPU time (s) 1790.82
Current children cumulated vsize (KiB) 2344512

[startup+1791.5 s]
/proc/loadavg: 2.01 2.01 1.91 3/177 21322
/proc/meminfo: memFree=23609124/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=2339064 CPUtime=1791.22 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 398173 0 0 0 178957 165 0 0 20 0 1 0 334140412 2395201536 519867 33554432000 4194304 8395647 140736255901424 140736255899976 6345841 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 584766 519867 572 1026 0 583736 0
Current children cumulated CPU time (s) 1791.22
Current children cumulated vsize (KiB) 2339064

[startup+1791.7 s]
/proc/loadavg: 2.01 2.01 1.91 3/177 21322
/proc/meminfo: memFree=23609124/32873844 swapFree=7628/7628
[pid=21245] ppid=21243 vsize=1526284 CPUtime=1791.41 cores=1,3,5,7
/proc/21245/stat : 21245 (pbscip.linux.x8) R 21243 21245 20882 0 -1 4202496 398174 0 0 0 178974 167 0 0 20 0 1 0 334140412 1562914816 378765 33554432000 4194304 8395647 140736255901424 140736255900616 7435351 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21245/statm: 381314 378508 573 1026 0 380284 0
Current children cumulated CPU time (s) 1791.41
Current children cumulated vsize (KiB) 1526284

Child status: 0
Real time (s): 1791.73
CPU time (s): 1791.45
CPU user time (s): 1789.76
CPU system time (s): 1.69174
CPU usage (%): 99.9847
Max. virtual memory (cumulated for all children) (KiB): 2414820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.76
system time used= 1.69174
maximum resident set size= 2090768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 398182
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= 10
involuntary context switches= 1844

runsolver used 3.08653 second user time and 8.48571 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-03 01:35:19
IDJOB=3729934
IDBENCH=1371
IDSOLVER=2326
FILE ID=node107/3729934-1338680117
RUNJOBID= node107-1338678628-20902
PBS_JOBID= 14636706
Free space on /tmp= 70736 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/vdw/normalized-vdw_k3_l6_n1500.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-3729934-1338680117/watcher-3729934-1338680117 -o /tmp/evaluation-result-3729934-1338680117/solver-3729934-1338680117 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3729934-1338680117.opb -t 1800 -m 15500

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

MD5SUM BENCH= 03ac75ce62b4fa0384fbdccf34acdc82
RANDOM SEED=1559263019

node107.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.760
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	: 5333.52
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.760
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.760
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.760
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.760
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.760
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	: 5331.91
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.760
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.86
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.760
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:        27018772 kB
Buffers:          467452 kB
Cached:          4459152 kB
SwapCached:           76 kB
Active:          1978348 kB
Inactive:        2999332 kB
Active(anon):      42540 kB
Inactive(anon):    11072 kB
Active(file):    1935808 kB
Inactive(file):  2988260 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108780 kB
Dirty:             50568 kB
Writeback:             0 kB
AnonPages:         60428 kB
Mapped:            16812 kB
Shmem:               184 kB
Slab:             736016 kB
SReclaimable:     178144 kB
SUnreclaim:       557872 kB
KernelStack:        1456 kB
PageTables:         4052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     161052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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= 70704 MiB
End job on node107 at 2012-06-03 02:05:11