Trace number 3740876

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? 1795.62 1795.91

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-116.opb
MD5SUMf3a33f6abe76a69a8be60a1cc6635095
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables44846
Total number of constraints988104
Number of constraints which are clauses884812
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints99769
Minimum length of a constraint2
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
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-3740876-1338745168.opb>
7.19/7.23	c original problem has 44846 variables (44846 bin, 0 int, 0 impl, 0 cont) and 988104 constraints
7.19/7.23	c problem read
7.19/7.23	c No objective function, only one solution is needed.
7.19/7.23	c presolving settings loaded
8.39/8.47	c presolving:
12.39/12.45	c (round 1) 1 del vars, 8 del conss, 0 chg bounds, 7 chg sides, 0 chg coeffs, 988095 upgd conss, 415364 impls, 1772 clqs
13.29/13.30	c presolving (2 rounds):
13.29/13.30	c  1 deleted vars, 22 deleted constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 0 changed coefficients
13.29/13.30	c  415364 implications, 1772 cliques
13.29/13.30	c presolved problem has 44845 variables (44845 bin, 0 int, 0 impl, 0 cont) and 988082 constraints
13.29/13.30	c  101519 constraints of type <knapsack>
13.29/13.30	c  198683 constraints of type <setppc>
13.29/13.30	c       1 constraints of type <linear>
13.29/13.30	c  687879 constraints of type <logicor>
13.29/13.30	c transformed objective value is always integral (scale: 1)
13.29/13.30	c Presolving Time: 4.93
13.29/13.30	c - non default parameters ----------------------------------------------------------------------
13.29/13.30	c # SCIP version 1.2.1.3
13.29/13.30	c 
13.29/13.30	c # frequency for displaying node information lines
13.29/13.30	c # [type: int, range: [-1,2147483647], default: 100]
13.29/13.30	c display/freq = 10000
13.29/13.30	c 
13.29/13.30	c # maximal time in seconds to run
13.29/13.30	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
13.29/13.30	c limits/time = 1782.78
13.29/13.30	c 
13.29/13.30	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
13.29/13.30	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
13.29/13.30	c limits/memory = 13950
13.29/13.30	c 
13.29/13.30	c # solving stops, if the given number of solutions were found (-1: no limit)
13.29/13.30	c # [type: int, range: [-1,2147483647], default: -1]
13.29/13.30	c limits/solutions = 1
13.29/13.30	c 
13.29/13.30	c # maximal number of separation rounds per node (-1: unlimited)
13.29/13.30	c # [type: int, range: [-1,2147483647], default: 5]
13.29/13.30	c separating/maxrounds = 1
13.29/13.30	c 
13.29/13.30	c # maximal number of separation rounds in the root node (-1: unlimited)
13.29/13.30	c # [type: int, range: [-1,2147483647], default: -1]
13.29/13.30	c separating/maxroundsroot = 5
13.29/13.30	c 
13.29/13.30	c # default clock type (1: CPU user seconds, 2: wall clock time)
13.29/13.30	c # [type: int, range: [1,2], default: 1]
13.29/13.30	c timing/clocktype = 2
13.29/13.30	c 
13.29/13.30	c # should presolving try to simplify inequalities
13.29/13.30	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.29/13.30	c constraints/linear/simplifyinequalities = TRUE
13.29/13.30	c 
13.29/13.30	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
13.29/13.30	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.29/13.30	c constraints/indicator/addCouplingCons = TRUE
13.29/13.30	c 
13.29/13.30	c # should disaggregation of knapsack constraints be allowed in preprocessing?
13.29/13.30	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
13.29/13.30	c constraints/knapsack/disaggregation = FALSE
13.29/13.30	c 
13.29/13.30	c # should presolving try to simplify knapsacks
13.29/13.30	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.29/13.30	c constraints/knapsack/simplifyinequalities = TRUE
13.29/13.30	c 
13.29/13.30	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
13.29/13.30	c # [type: int, range: [-1,2147483647], default: -1]
13.29/13.30	c presolving/probing/maxrounds = 0
13.29/13.30	c 
13.29/13.30	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
13.29/13.30	c # [type: int, range: [-1,2147483647], default: 10]
13.29/13.30	c heuristics/coefdiving/freq = -1
13.29/13.30	c 
13.29/13.30	c # maximal fraction of diving LP iterations compared to node LP iterations
13.29/13.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.29/13.30	c heuristics/coefdiving/maxlpiterquot = 0.075
13.29/13.30	c 
13.29/13.30	c # additional number of allowed LP iterations
13.29/13.30	c # [type: int, range: [0,2147483647], default: 1000]
13.29/13.30	c heuristics/coefdiving/maxlpiterofs = 1500
13.29/13.30	c 
13.29/13.30	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
13.29/13.30	c # [type: int, range: [-1,2147483647], default: 30]
13.29/13.30	c heuristics/crossover/freq = -1
13.29/13.30	c 
13.29/13.30	c # number of nodes added to the contingent of the total nodes
13.29/13.30	c # [type: longint, range: [0,9223372036854775807], default: 500]
13.29/13.30	c heuristics/crossover/nodesofs = 750
13.29/13.30	c 
13.29/13.30	c # number of nodes without incumbent change that heuristic should wait
13.29/13.30	c # [type: longint, range: [0,9223372036854775807], default: 200]
13.29/13.30	c heuristics/crossover/nwaitingnodes = 100
13.29/13.30	c 
13.29/13.30	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
13.29/13.30	c # [type: real, range: [0,1], default: 0.1]
13.29/13.30	c heuristics/crossover/nodesquot = 0.15
13.29/13.30	c 
13.29/13.30	c # minimum percentage of integer variables that have to be fixed 
13.29/13.30	c # [type: real, range: [0,1], default: 0.666]
13.29/13.30	c heuristics/crossover/minfixingrate = 0.5
13.29/13.30	c 
13.29/13.30	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
13.29/13.30	c # [type: int, range: [-1,2147483647], default: 20]
13.29/13.30	c heuristics/feaspump/freq = -1
13.29/13.30	c 
13.29/13.30	c # additional number of allowed LP iterations
13.29/13.30	c # [type: int, range: [0,2147483647], default: 1000]
13.29/13.30	c heuristics/feaspump/maxlpiterofs = 2000
13.29/13.30	c 
13.29/13.30	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
13.29/13.30	c # [type: int, range: [-1,2147483647], default: 10]
13.29/13.30	c heuristics/fracdiving/freq = -1
13.29/13.30	c 
13.29/13.30	c # maximal fraction of diving LP iterations compared to node LP iterations
13.29/13.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.29/13.30	c heuristics/fracdiving/maxlpiterquot = 0.075
13.29/13.30	c 
13.29/13.30	c # additional number of allowed LP iterations
13.29/13.30	c # [type: int, range: [0,2147483647], default: 1000]
13.29/13.30	c heuristics/fracdiving/maxlpiterofs = 1500
13.29/13.30	c 
13.29/13.30	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
13.29/13.30	c # [type: int, range: [-1,2147483647], default: 10]
13.29/13.30	c heuristics/guideddiving/freq = -1
13.29/13.30	c 
13.29/13.30	c # maximal fraction of diving LP iterations compared to node LP iterations
13.29/13.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.29/13.30	c heuristics/guideddiving/maxlpiterquot = 0.075
13.29/13.30	c 
13.29/13.30	c # additional number of allowed LP iterations
13.29/13.30	c # [type: int, range: [0,2147483647], default: 1000]
13.29/13.30	c heuristics/guideddiving/maxlpiterofs = 1500
13.29/13.30	c 
13.29/13.30	c # maximal fraction of diving LP iterations compared to node LP iterations
13.29/13.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.29/13.30	c heuristics/intdiving/maxlpiterquot = 0.075
13.29/13.30	c 
13.29/13.30	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
13.29/13.30	c # [type: int, range: [-1,2147483647], default: 10]
13.29/13.30	c heuristics/intshifting/freq = -1
13.29/13.30	c 
13.29/13.30	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
13.29/13.30	c # [type: int, range: [-1,2147483647], default: 10]
13.29/13.30	c heuristics/linesearchdiving/freq = -1
13.29/13.30	c 
13.29/13.30	c # maximal fraction of diving LP iterations compared to node LP iterations
13.29/13.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.29/13.30	c heuristics/linesearchdiving/maxlpiterquot = 0.075
13.29/13.30	c 
13.29/13.30	c # additional number of allowed LP iterations
13.29/13.30	c # [type: int, range: [0,2147483647], default: 1000]
13.29/13.30	c heuristics/linesearchdiving/maxlpiterofs = 1500
13.29/13.30	c 
13.29/13.30	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
13.29/13.30	c # [type: int, range: [-1,2147483647], default: 1]
13.29/13.30	c heuristics/nlp/freq = -1
13.29/13.30	c 
13.29/13.30	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
13.29/13.30	c # [type: int, range: [-1,2147483647], default: 20]
13.29/13.30	c heuristics/objpscostdiving/freq = -1
13.29/13.30	c 
13.29/13.30	c # maximal fraction of diving LP iterations compared to total iteration number
13.29/13.30	c # [type: real, range: [0,1], default: 0.01]
13.29/13.30	c heuristics/objpscostdiving/maxlpiterquot = 0.015
13.29/13.30	c 
13.29/13.30	c # additional number of allowed LP iterations
13.29/13.30	c # [type: int, range: [0,2147483647], default: 1000]
13.29/13.30	c heuristics/objpscostdiving/maxlpiterofs = 1500
13.29/13.30	c 
13.29/13.30	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
13.29/13.30	c # [type: int, range: [-1,2147483647], default: 1]
13.29/13.30	c heuristics/oneopt/freq = -1
13.29/13.30	c 
13.29/13.30	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
13.29/13.30	c # [type: int, range: [-1,2147483647], default: 10]
13.29/13.30	c heuristics/pscostdiving/freq = -1
13.29/13.30	c 
13.29/13.30	c # maximal fraction of diving LP iterations compared to node LP iterations
13.29/13.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.29/13.30	c heuristics/pscostdiving/maxlpiterquot = 0.075
13.29/13.30	c 
13.29/13.30	c # additional number of allowed LP iterations
13.29/13.30	c # [type: int, range: [0,2147483647], default: 1000]
13.29/13.30	c heuristics/pscostdiving/maxlpiterofs = 1500
13.29/13.30	c 
13.29/13.30	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
13.29/13.30	c # [type: int, range: [-1,2147483647], default: 0]
13.29/13.30	c heuristics/rens/freq = -1
13.29/13.30	c 
13.29/13.30	c # minimum percentage of integer variables that have to be fixable 
13.29/13.30	c # [type: real, range: [0,1], default: 0.5]
13.29/13.30	c heuristics/rens/minfixingrate = 0.3
13.29/13.30	c 
13.29/13.30	c # number of nodes added to the contingent of the total nodes
13.29/13.30	c # [type: longint, range: [0,9223372036854775807], default: 500]
13.29/13.30	c heuristics/rens/nodesofs = 2000
13.29/13.30	c 
13.29/13.30	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
13.29/13.30	c # [type: int, range: [-1,2147483647], default: 20]
13.29/13.30	c heuristics/rootsoldiving/freq = -1
13.29/13.30	c 
13.29/13.30	c # maximal fraction of diving LP iterations compared to node LP iterations
13.29/13.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
13.29/13.30	c heuristics/rootsoldiving/maxlpiterquot = 0.015
13.29/13.30	c 
13.29/13.30	c # additional number of allowed LP iterations
13.29/13.30	c # [type: int, range: [0,2147483647], default: 1000]
13.29/13.30	c heuristics/rootsoldiving/maxlpiterofs = 1500
13.29/13.30	c 
13.29/13.30	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
13.29/13.30	c # [type: int, range: [-1,2147483647], default: 1]
13.29/13.30	c heuristics/rounding/freq = -1
13.29/13.30	c 
13.29/13.30	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
13.29/13.30	c # [type: int, range: [-1,2147483647], default: 10]
13.29/13.30	c heuristics/shifting/freq = -1
13.29/13.30	c 
13.29/13.30	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
13.29/13.30	c # [type: int, range: [-1,2147483647], default: 1]
13.29/13.30	c heuristics/simplerounding/freq = -1
13.29/13.30	c 
13.29/13.30	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
13.29/13.30	c # [type: int, range: [-1,2147483647], default: 0]
13.29/13.30	c heuristics/trivial/freq = -1
13.29/13.30	c 
13.29/13.30	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
13.29/13.30	c # [type: int, range: [-1,2147483647], default: 1]
13.29/13.30	c heuristics/trysol/freq = -1
13.29/13.30	c 
13.29/13.30	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
13.29/13.30	c # [type: int, range: [-1,2147483647], default: 10]
13.29/13.30	c heuristics/veclendiving/freq = -1
13.29/13.30	c 
13.29/13.30	c # maximal fraction of diving LP iterations compared to node LP iterations
13.29/13.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
13.29/13.30	c heuristics/veclendiving/maxlpiterquot = 0.075
13.29/13.30	c 
13.29/13.30	c # additional number of allowed LP iterations
13.29/13.30	c # [type: int, range: [0,2147483647], default: 1000]
13.29/13.30	c heuristics/veclendiving/maxlpiterofs = 1500
13.29/13.30	c 
13.29/13.30	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
13.29/13.30	c # [type: int, range: [-1,2147483647], default: 1]
13.29/13.30	c heuristics/zirounding/freq = -1
13.29/13.30	c 
13.29/13.30	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
13.29/13.30	c # [type: int, range: [-1,2147483647], default: 0]
13.29/13.30	c separating/cmir/freq = -1
13.29/13.30	c 
13.29/13.30	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
13.29/13.30	c # [type: int, range: [-1,2147483647], default: 0]
13.29/13.30	c separating/flowcover/freq = -1
13.29/13.30	c 
13.29/13.30	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
13.29/13.30	c # [type: int, range: [-1,2147483647], default: -1]
13.29/13.30	c separating/rapidlearning/freq = 0
13.29/13.30	c 
13.29/13.30	c -----------------------------------------------------------------------------------------------
13.29/13.30	c start solving
13.29/13.33	c 
95.68/95.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
95.68/95.73	c  88.5s|     1 |     0 |  5499 |     - |1338M|   0 |1271 |  44k| 988k|  44k| 988k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
222.75/222.85	c   216s|     1 |     0 | 11111 |     - |1338M|   0 |3075 |  44k| 988k|  44k| 988k|  12 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
456.62/456.79	c   450s|     1 |     0 | 18562 |     - |1338M|   0 |4948 |  44k| 988k|  44k| 988k|  24 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1793.31/1793.67	c  1786s|     1 |     0 | 42962 |     - |1340M|   0 |   - |  44k| 988k|  44k| 988k|  80 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1793.41/1793.74	c  1787s|     1 |     2 | 42962 |     - |1340M|   0 |   - |  44k| 988k|  44k| 988k|  80 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1793.41/1793.74	c 
1793.41/1793.74	c SCIP Status        : solving was interrupted [time limit reached]
1793.41/1793.74	c Solving Time (sec) : 1786.51
1793.41/1793.74	c Solving Nodes      : 1
1793.41/1793.74	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1793.41/1793.74	c Dual Bound         : +0.00000000000000e+00
1793.41/1793.74	c Gap                : infinite
1793.41/1793.74	s UNKNOWN
1793.41/1793.74	c SCIP Status        : solving was interrupted [time limit reached]
1793.41/1793.74	c Solving Time       :    1786.51
1793.41/1793.74	c Original Problem   :
1793.41/1793.74	c   Problem name     : HOME/instance-3740876-1338745168.opb
1793.41/1793.74	c   Variables        : 44846 (44846 binary, 0 integer, 0 implicit integer, 0 continuous)
1793.41/1793.74	c   Constraints      : 988104 initial, 988104 maximal
1793.41/1793.74	c Presolved Problem  :
1793.41/1793.74	c   Problem name     : t_HOME/instance-3740876-1338745168.opb
1793.41/1793.74	c   Variables        : 44845 (44845 binary, 0 integer, 0 implicit integer, 0 continuous)
1793.41/1793.74	c   Constraints      : 988082 initial, 988082 maximal
1793.41/1793.74	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1793.41/1793.74	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1793.41/1793.74	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1793.41/1793.74	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1793.41/1793.74	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1793.41/1793.74	c   implics          :       0.00          0          0          0          0          0          0          0          0
1793.41/1793.74	c   probing          :       0.00          0          0          0          0          0          0          0          0
1793.41/1793.74	c   knapsack         :       0.36          0          0          0          0          0          0          0          0
1793.41/1793.74	c   setppc           :       0.16          0          0          0          0          0          0          0          0
1793.41/1793.74	c   linear           :       3.34          0          1          0          0          0          8          7          0
1793.41/1793.74	c   logicor          :       0.32          0          0          0          0          0         14          0          0
1793.41/1793.74	c   root node        :          -          0          -          -          0          -          -          -          -
1793.41/1793.74	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1793.41/1793.74	c   integral         :          0          0          0          0          0          0          0          0          0          0
1793.41/1793.74	c   knapsack         :     101519          3          1          0          1          0          0         94          0          0
1793.41/1793.74	c   setppc           :     198683          3          1          0          1          0          0          0          0          0
1793.41/1793.74	c   linear           :          1          3          1          0          1          0          0          0          0          0
1793.41/1793.74	c   logicor          :     687879          3          1          0          1          0          0          0          0          0
1793.41/1793.74	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1793.41/1793.74	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1793.41/1793.74	c   integral         :       0.00       0.00       0.00       0.00       0.00
1793.41/1793.74	c   knapsack         :       0.19       0.17       0.00       0.00       0.02
1793.41/1793.74	c   setppc           :       0.05       0.03       0.01       0.00       0.02
1793.41/1793.74	c   linear           :       0.00       0.00       0.00       0.00       0.00
1793.41/1793.74	c   logicor          :       0.28       0.09       0.16       0.00       0.04
1793.41/1793.74	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1793.41/1793.74	c Propagators        :       Time      Calls    Cutoffs    DomReds
1793.41/1793.74	c   vbounds          :       0.00          1          0          0
1793.41/1793.74	c   rootredcost      :       0.00          0          0          0
1793.41/1793.74	c   pseudoobj        :       0.00          0          0          0
1793.41/1793.74	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1793.41/1793.74	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1793.41/1793.74	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1793.41/1793.74	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1793.41/1793.74	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1793.41/1793.74	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1793.41/1793.74	c   applied globally :          -          -          -          0        0.0          -          -          -
1793.41/1793.74	c   applied locally  :          -          -          -          0        0.0          -          -          -
1793.41/1793.74	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1793.41/1793.74	c   cut pool         :       0.00          2          -          -         23          -    (maximal pool size: 642)
1793.41/1793.74	c   redcost          :       0.01          3          0          0          0          0
1793.41/1793.74	c   impliedbounds    :       0.01          3          0          0          0          0
1793.41/1793.74	c   intobj           :       0.00          0          0          0          0          0
1793.41/1793.74	c   cgmip            :       0.00          0          0          0          0          0
1793.41/1793.74	c   gomory           :      33.71          3          0          0       1500          0
1793.41/1793.74	c   strongcg         :      15.74          3          0          0       1500          0
1793.41/1793.74	c   cmir             :       0.00          0          0          0          0          0
1793.41/1793.74	c   flowcover        :       0.00          0          0          0          0          0
1793.41/1793.74	c   clique           :       0.76          3          0          0         23          0
1793.41/1793.74	c   zerohalf         :       0.00          0          0          0          0          0
1793.41/1793.74	c   mcf              :       2.20          1          0          0          0          0
1793.41/1793.74	c   rapidlearning    :       0.00          0          0          0          0          0
1793.41/1793.74	c Pricers            :       Time      Calls       Vars
1793.41/1793.74	c   problem variables:       0.00          0          0
1793.41/1793.74	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1793.41/1793.74	c   relpscost        :       0.00          0          0          0          0          0          0
1793.41/1793.74	c   pscost           :       0.00          0          0          0          0          0          0
1793.41/1793.74	c   inference        :       0.00          1          0          0          0          0          2
1793.41/1793.74	c   mostinf          :       0.00          0          0          0          0          0          0
1793.41/1793.74	c   leastinf         :       0.00          0          0          0          0          0          0
1793.41/1793.74	c   fullstrong       :       0.00          0          0          0          0          0          0
1793.41/1793.74	c   allfullstrong    :       0.00          0          0          0          0          0          0
1793.41/1793.74	c   random           :       0.00          0          0          0          0          0          0
1793.41/1793.74	c Primal Heuristics  :       Time      Calls      Found
1793.41/1793.74	c   LP solutions     :       0.00          -          0
1793.41/1793.74	c   pseudo solutions :       0.00          -          0
1793.41/1793.74	c   trivial          :       0.03          1          0
1793.41/1793.74	c   simplerounding   :       0.00          0          0
1793.41/1793.74	c   zirounding       :       0.00          0          0
1793.41/1793.74	c   rounding         :       0.00          0          0
1793.41/1793.74	c   shifting         :       0.00          0          0
1793.41/1793.74	c   intshifting      :       0.00          0          0
1793.41/1793.74	c   oneopt           :       0.00          0          0
1793.41/1793.74	c   twoopt           :       0.00          0          0
1793.41/1793.74	c   fixandinfer      :       0.00          0          0
1793.41/1793.74	c   feaspump         :       0.00          0          0
1793.41/1793.74	c   coefdiving       :       0.00          0          0
1793.41/1793.74	c   pscostdiving     :       0.00          0          0
1793.41/1793.74	c   fracdiving       :       0.00          0          0
1793.41/1793.74	c   veclendiving     :       0.00          0          0
1793.41/1793.74	c   intdiving        :       0.00          0          0
1793.41/1793.74	c   actconsdiving    :       0.00          0          0
1793.41/1793.74	c   objpscostdiving  :       0.00          0          0
1793.41/1793.74	c   rootsoldiving    :       0.00          0          0
1793.41/1793.74	c   linesearchdiving :       0.00          0          0
1793.41/1793.74	c   guideddiving     :       0.00          0          0
1793.41/1793.74	c   octane           :       0.00          0          0
1793.41/1793.74	c   rens             :       0.00          0          0
1793.41/1793.74	c   rins             :       0.00          0          0
1793.41/1793.74	c   localbranching   :       0.00          0          0
1793.41/1793.74	c   mutation         :       0.00          0          0
1793.41/1793.74	c   crossover        :       0.00          0          0
1793.41/1793.74	c   dins             :       0.00          0          0
1793.41/1793.74	c   undercover       :       0.00          0          0
1793.41/1793.74	c   nlp              :       0.00          0          0
1793.41/1793.74	c   trysol           :       0.00          0          0
1793.41/1793.74	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1793.41/1793.74	c   primal LP        :       0.00          0          0       0.00          -
1793.41/1793.74	c   dual LP          :    1725.17          4      42962   10740.50      24.90
1793.41/1793.74	c   lex dual LP      :       0.00          0          0       0.00          -
1793.41/1793.74	c   barrier LP       :       0.00          0          0       0.00          -
1793.41/1793.74	c   diving/probing LP:       0.00          0          0       0.00          -
1793.41/1793.74	c   strong branching :       0.00          0          0       0.00          -
1793.41/1793.74	c     (at root node) :          -          0          0       0.00          -
1793.41/1793.74	c   conflict analysis:       0.00          0          0       0.00          -
1793.41/1793.74	c B&B Tree           :
1793.41/1793.74	c   number of runs   :          1
1793.41/1793.74	c   nodes            :          1
1793.41/1793.74	c   nodes (total)    :          1
1793.41/1793.74	c   nodes left       :          2
1793.41/1793.74	c   max depth        :          0
1793.41/1793.74	c   max depth (total):          0
1793.41/1793.74	c   backtracks       :          0 (0.0%)
1793.41/1793.74	c   delayed cutoffs  :          0
1793.41/1793.74	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1793.41/1793.74	c   avg switch length:       1.00
1793.41/1793.74	c   switching time   :       0.00
1793.41/1793.74	c Solution           :
1793.41/1793.74	c   Solutions found  :          0 (0 improvements)
1793.41/1793.74	c   Primal Bound     :          -
1793.41/1793.74	c   Dual Bound       : +0.00000000000000e+00
1793.41/1793.74	c   Gap              :   infinite
1793.41/1793.74	c   Root Dual Bound  : +0.00000000000000e+00
1793.41/1793.74	c   Root Iterations  :      42962
1795.60/1795.91	c Time complete: 1795.61.

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 5764
/proc/meminfo: memFree=25789168/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=8944 CPUtime=0 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 1475 0 0 0 0 0 0 0 20 0 1 0 340642591 9158656 1422 33554432000 4194304 8395647 140734942674144 140735686723368 7382157 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 2236 1432 374 1026 0 1206 0

[startup+0.0907299 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 5764
/proc/meminfo: memFree=25789168/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=16952 CPUtime=0.08 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 3473 0 0 0 8 0 0 0 20 0 1 0 340642591 17358848 3420 33554432000 4194304 8395647 140734942674144 140735686723368 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 4238 3420 390 1026 0 3208 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16952

[startup+0.100282 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 5764
/proc/meminfo: memFree=25789168/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=17276 CPUtime=0.09 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 3582 0 0 0 9 0 0 0 20 0 1 0 340642591 17690624 3529 33554432000 4194304 8395647 140734942674144 140735686723368 6344855 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 4319 3529 390 1026 0 3289 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17276

[startup+0.300291 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 5764
/proc/meminfo: memFree=25789168/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=29036 CPUtime=0.29 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 6503 0 0 0 28 1 0 0 20 0 1 0 340642591 29732864 6450 33554432000 4194304 8395647 140734942674144 140735686723368 5753574 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 7259 6450 390 1026 0 6229 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29036

[startup+0.700293 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 5764
/proc/meminfo: memFree=25789168/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=51544 CPUtime=0.69 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 12109 0 0 0 67 2 0 0 20 0 1 0 340642591 52781056 12056 33554432000 4194304 8395647 140734942674144 140735686723368 7301457 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 12886 12056 390 1026 0 11856 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51544

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5765
/proc/meminfo: memFree=25726524/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=97224 CPUtime=1.48 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 23494 0 0 0 145 3 0 0 20 0 1 0 340642591 99557376 23441 33554432000 4194304 8395647 140734942674144 140734942539352 6765598 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 24306 23441 390 1026 0 23276 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 97224

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5765
/proc/meminfo: memFree=25664028/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=183468 CPUtime=3.09 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 45004 0 0 0 302 7 0 0 20 0 1 0 340642591 187871232 44951 33554432000 4194304 8395647 140734942674144 140734942539016 4245985 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 45867 44951 390 1026 0 44837 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 183468

[startup+6.30022 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5765
/proc/meminfo: memFree=25486196/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=356452 CPUtime=6.29 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 88092 0 0 0 615 14 0 0 20 0 1 0 340642591 365006848 88039 33554432000 4194304 8395647 140734942674144 140734942538088 4245998 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 89113 88039 390 1026 0 88083 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 356452

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5765
/proc/meminfo: memFree=24276528/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=1478684 CPUtime=12.69 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 366770 0 0 0 1214 55 0 0 20 0 1 0 340642591 1514172416 365381 33554432000 4194304 8395647 140734942674144 140734942670136 4957889 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 369671 365381 490 1026 0 368641 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1478684

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5765
/proc/meminfo: memFree=23551464/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=2336040 CPUtime=25.49 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 436376 0 0 0 2472 77 0 0 20 0 1 0 340642591 2392104960 546940 33554432000 4194304 8395647 140734942674144 140734942669608 7382142 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 584010 546940 576 1026 0 582980 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2336040

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5768
/proc/meminfo: memFree=23484772/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=2395800 CPUtime=51.08 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 442387 0 0 0 5026 82 0 0 20 0 1 0 340642591 2453299200 563488 33554432000 4194304 8395647 140734942674144 140734942669272 6697727 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 598950 563488 578 1026 0 597920 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2395800

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5768
/proc/meminfo: memFree=23426356/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=2450572 CPUtime=102.27 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 448793 0 0 0 10132 95 0 0 20 0 1 0 340642591 2509385728 572614 33554432000 4194304 8395647 140734942674144 140734942669384 7386002 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 612643 572614 598 1026 0 611613 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2450572

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5768
/proc/meminfo: memFree=23264448/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=2554776 CPUtime=162.27 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 460091 0 0 0 16117 110 0 0 20 0 1 0 340642591 2616090624 599826 33554432000 4194304 8395647 140734942674144 140734942669272 6697959 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 638694 599826 611 1026 0 637664 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2554776

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5768
/proc/meminfo: memFree=23236116/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=2601168 CPUtime=222.25 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 465024 0 0 0 22103 122 0 0 20 0 1 0 340642591 2663596032 606690 33554432000 4194304 8395647 140734942674144 140734942669272 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 650292 606690 611 1026 0 649262 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 2601168

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5769
/proc/meminfo: memFree=23246108/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=2613200 CPUtime=282.25 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 470866 0 0 0 28089 136 0 0 20 0 1 0 340642591 2675916800 603691 33554432000 4194304 8395647 140734942674144 140734942669272 6697941 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 653300 603691 611 1026 0 652270 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 2613200

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5769
/proc/meminfo: memFree=23237884/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=2598008 CPUtime=342.24 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 476827 0 0 0 34074 150 0 0 20 0 1 0 340642591 2660360192 597307 33554432000 4194304 8395647 140734942674144 140734942668312 6746548 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 649502 597307 611 1026 0 648472 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 2598008

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5769
/proc/meminfo: memFree=23166920/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=2666508 CPUtime=402.23 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 483336 0 0 0 40057 166 0 0 20 0 1 0 340642591 2730504192 613581 33554432000 4194304 8395647 140734942674144 140734942669272 6698214 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 666627 613581 611 1026 0 665597 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2666508

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5769
/proc/meminfo: memFree=23006036/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=2860640 CPUtime=462.22 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 486491 0 0 0 46050 172 0 0 20 0 1 0 340642591 2929295360 651928 33554432000 4194304 8395647 140734942674144 140734942669384 6197315 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 715160 651928 611 1026 0 714130 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 2860640

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5769
/proc/meminfo: memFree=23160452/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=2689920 CPUtime=522.21 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 490896 0 0 0 52037 184 0 0 20 0 1 0 340642591 2754478080 612902 33554432000 4194304 8395647 140734942674144 140734942669272 6697974 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 672480 612902 611 1026 0 671450 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2689920

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5770
/proc/meminfo: memFree=23154708/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=2704280 CPUtime=582.2 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 494357 0 0 0 58023 197 0 0 20 0 1 0 340642591 2769182720 613884 33554432000 4194304 8395647 140734942674144 140734942669272 6636387 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 676070 613884 611 1026 0 675040 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2704280

[startup+642.3 s]

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

/proc/meminfo: memFree=23199612/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=2738384 CPUtime=1062.12 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 521431 0 0 0 105929 283 0 0 20 0 1 0 340642591 2804105216 618157 33554432000 4194304 8395647 140734942674144 140734942669272 6697262 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 684596 618157 611 1026 0 683566 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 2738384

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5775
/proc/meminfo: memFree=23198116/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=2740808 CPUtime=1122.12 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 525016 0 0 0 111918 294 0 0 20 0 1 0 340642591 2806587392 618471 33554432000 4194304 8395647 140734942674144 140734942669272 6636369 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 685202 618471 611 1026 0 684172 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 2740808

[startup+1182.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 5776
/proc/meminfo: memFree=23197172/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=2743832 CPUtime=1182.11 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 529624 0 0 0 117903 308 0 0 20 0 1 0 340642591 2809683968 618625 33554432000 4194304 8395647 140734942674144 140734942669272 6698030 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 685958 618625 611 1026 0 684928 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 2743832

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 5779
/proc/meminfo: memFree=23196152/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=2746520 CPUtime=1242.1 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 533677 0 0 0 123891 319 0 0 20 0 1 0 340642591 2812436480 619474 33554432000 4194304 8395647 140734942674144 140734942668312 6698001 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 686630 619474 611 1026 0 685600 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 2746520

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5801
/proc/meminfo: memFree=23195776/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=2748656 CPUtime=1302.1 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 536538 0 0 0 129881 329 0 0 20 0 1 0 340642591 2814623744 618514 33554432000 4194304 8395647 140734942674144 140734942669272 6390518 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 687164 618514 611 1026 0 686134 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 2748656

[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 5801
/proc/meminfo: memFree=23187064/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=2750856 CPUtime=1362.08 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 540282 0 0 0 135868 340 0 0 20 0 1 0 340642591 2816876544 619662 33554432000 4194304 8395647 140734942674144 140734942669272 6697232 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 687714 619662 611 1026 0 686684 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 2750856

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 5801
/proc/meminfo: memFree=23184872/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=2752248 CPUtime=1422.08 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 544580 0 0 0 141855 353 0 0 20 0 1 0 340642591 2818301952 619456 33554432000 4194304 8395647 140734942674144 140734942669272 6390518 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 688062 619456 611 1026 0 687032 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 2752248

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5802
/proc/meminfo: memFree=23184592/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=2754704 CPUtime=1482.06 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 547846 0 0 0 147842 364 0 0 20 0 1 0 340642591 2820816896 619529 33554432000 4194304 8395647 140734942674144 140734942669272 6391404 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 688676 619529 611 1026 0 687646 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 2754704

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5802
/proc/meminfo: memFree=23181624/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=2757192 CPUtime=1542.06 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 552221 0 0 0 153830 376 0 0 20 0 1 0 340642591 2823364608 619693 33554432000 4194304 8395647 140734942674144 140734942669272 6636391 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 689298 619693 611 1026 0 688268 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 2757192

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5840
/proc/meminfo: memFree=25344808/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=2758096 CPUtime=1602.05 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 556860 0 0 0 159818 387 0 0 20 0 1 0 340642591 2824290304 619704 33554432000 4194304 8395647 140734942674144 140734942669272 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 689524 619704 611 1026 0 688494 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 2758096

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5840
/proc/meminfo: memFree=25293584/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=2758592 CPUtime=1662.04 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 560718 0 0 0 165805 399 0 0 20 0 1 0 340642591 2824798208 620495 33554432000 4194304 8395647 140734942674144 140734942669272 6697359 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 689648 620495 611 1026 0 688618 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 2758592

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5840
/proc/meminfo: memFree=25288400/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=2760264 CPUtime=1722.01 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 564854 0 0 0 171790 411 0 0 20 0 1 0 340642591 2826510336 621564 33554432000 4194304 8395647 140734942674144 140734942669272 6698051 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 690066 621564 611 1026 0 689036 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 2760264

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5841
/proc/meminfo: memFree=25288180/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=2760264 CPUtime=1782.01 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 567880 0 0 0 177780 421 0 0 20 0 1 0 340642591 2826510336 621562 33554432000 4194304 8395647 140734942674144 140734942669608 6698214 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 690066 621562 611 1026 0 689036 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 2760264

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5841
/proc/meminfo: memFree=25288180/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=2760264 CPUtime=1785.2 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 567880 0 0 0 178099 421 0 0 20 0 1 0 340642591 2826510336 621562 33554432000 4194304 8395647 140734942674144 140734942669272 6697359 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 690066 621562 611 1026 0 689036 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 2760264

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5841
/proc/meminfo: memFree=25288164/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=2761148 CPUtime=1791.61 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 567880 0 0 0 178740 421 0 0 20 0 1 0 340642591 2827415552 621562 33554432000 4194304 8395647 140734942674144 140734942668312 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 690287 621562 611 1026 0 689257 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 2761148

[startup+1793.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5841
/proc/meminfo: memFree=25290336/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=2761592 CPUtime=1793.21 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 568524 0 0 0 178898 423 0 0 20 0 1 0 340642591 2827870208 621085 33554432000 4194304 8395647 140734942674144 140734942668552 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 690398 621085 611 1026 0 689368 0
Current children cumulated CPU time (s) 1793.21
Current children cumulated vsize (KiB) 2761592

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5841
/proc/meminfo: memFree=25288288/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=2761592 CPUtime=1794.81 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 569183 0 0 0 179056 425 0 0 20 0 1 0 340642591 2827870208 621611 33554432000 4194304 8395647 140734942674144 140734942669976 6063821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 690398 621611 620 1026 0 689368 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 2761592

[startup+1795.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5841
/proc/meminfo: memFree=25288288/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=2753744 CPUtime=1795.21 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 569183 0 0 0 179096 425 0 0 20 0 1 0 340642591 2819833856 619681 33554432000 4194304 8395647 140734942674144 140734942669976 6345879 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 688436 619681 620 1026 0 687406 0
Current children cumulated CPU time (s) 1795.21
Current children cumulated vsize (KiB) 2753744

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5841
/proc/meminfo: memFree=25288288/32873844 swapFree=7112/7112
[pid=5764] ppid=5762 vsize=987580 CPUtime=1795.6 cores=0,2,4,6
/proc/5764/stat : 5764 (pbscip.linux.x8) R 5762 5764 2459 0 -1 4202496 569183 0 0 0 179127 433 0 0 20 0 1 0 340642591 1011281920 73721 33554432000 4194304 8395647 140734942674144 140734942673336 7602442 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5764/statm: 246895 73721 620 1026 0 245865 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 987580

Child status: 0
Real time (s): 1795.91
CPU time (s): 1795.62
CPU user time (s): 1791.28
CPU system time (s): 4.34434
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 2884668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.28
system time used= 4.34434
maximum resident set size= 2612548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 569190
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= 16
involuntary context switches= 1850

runsolver used 4.14937 second user time and 10.9043 second system time

The end

Launcher Data

Begin job on node119 at 2012-06-03 19:39:29
IDJOB=3740876
IDBENCH=89654
IDSOLVER=2326
FILE ID=node119/3740876-1338745168
RUNJOBID= node119-1338714114-2475
PBS_JOBID= 14636753
Free space on /tmp= 70800 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= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-116.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-3740876-1338745168/watcher-3740876-1338745168 -o /tmp/evaluation-result-3740876-1338745168/solver-3740876-1338745168 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3740876-1338745168.opb -t 1800 -m 15500

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

MD5SUM BENCH= f3a33f6abe76a69a8be60a1cc6635095
RANDOM SEED=84015968

node119.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.943
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.88
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.943
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.943
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.93
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.943
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.943
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.93
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.943
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.92
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.943
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.90
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.943
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:        25789424 kB
Buffers:          409992 kB
Cached:          3158300 kB
SwapCached:         1936 kB
Active:          4233188 kB
Inactive:        2015152 kB
Active(anon):    2640796 kB
Inactive(anon):    41372 kB
Active(file):    1592392 kB
Inactive(file):  1973780 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67100224 kB
Dirty:             54612 kB
Writeback:             0 kB
AnonPages:       2685288 kB
Mapped:            14248 kB
Shmem:                 0 kB
Slab:             692160 kB
SReclaimable:     134048 kB
SUnreclaim:       558112 kB
KernelStack:        1448 kB
PageTables:         9380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2980068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    663552 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= 70828 MiB
End job on node119 at 2012-06-03 20:09:25