Trace number 3741032

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? 1793.74 1794.03

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-120.opb
MD5SUM7b80ddfff13fd2a12f867bbe09bf6414
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 variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
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-3741032-1339017746.opb>
8.19/8.25	c original problem has 48411 variables (48411 bin, 0 int, 0 impl, 0 cont) and 1121517 constraints
8.19/8.25	c problem read
8.19/8.25	c No objective function, only one solution is needed.
8.19/8.25	c presolving settings loaded
9.69/9.76	c presolving:
16.88/16.97	c (round 1) 1 del vars, 8 del conss, 0 chg bounds, 7 chg sides, 0 chg coeffs, 1121508 upgd conss, 495802 impls, 1772 clqs
18.69/18.76	c presolving (2 rounds):
18.69/18.76	c  1 deleted vars, 30 deleted constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 0 changed coefficients
18.69/18.76	c  495802 implications, 1772 cliques
18.69/18.76	c presolved problem has 48410 variables (48410 bin, 0 int, 0 impl, 0 cont) and 1121487 constraints
18.69/18.76	c  112021 constraints of type <knapsack>
18.69/18.76	c  237584 constraints of type <setppc>
18.69/18.76	c       1 constraints of type <linear>
18.69/18.76	c  771881 constraints of type <logicor>
18.69/18.76	c transformed objective value is always integral (scale: 1)
18.69/18.76	c Presolving Time: 9.10
18.69/18.76	c - non default parameters ----------------------------------------------------------------------
18.69/18.76	c # SCIP version 1.2.1.3
18.69/18.76	c 
18.69/18.76	c # frequency for displaying node information lines
18.69/18.76	c # [type: int, range: [-1,2147483647], default: 100]
18.69/18.76	c display/freq = 10000
18.69/18.76	c 
18.69/18.76	c # maximal time in seconds to run
18.69/18.76	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
18.69/18.76	c limits/time = 1781.76
18.69/18.76	c 
18.69/18.76	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
18.69/18.76	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
18.69/18.76	c limits/memory = 13950
18.69/18.76	c 
18.69/18.76	c # solving stops, if the given number of solutions were found (-1: no limit)
18.69/18.76	c # [type: int, range: [-1,2147483647], default: -1]
18.69/18.76	c limits/solutions = 1
18.69/18.76	c 
18.69/18.76	c # maximal number of separation rounds per node (-1: unlimited)
18.69/18.76	c # [type: int, range: [-1,2147483647], default: 5]
18.69/18.76	c separating/maxrounds = 1
18.69/18.76	c 
18.69/18.76	c # maximal number of separation rounds in the root node (-1: unlimited)
18.69/18.76	c # [type: int, range: [-1,2147483647], default: -1]
18.69/18.76	c separating/maxroundsroot = 5
18.69/18.76	c 
18.69/18.76	c # default clock type (1: CPU user seconds, 2: wall clock time)
18.69/18.76	c # [type: int, range: [1,2], default: 1]
18.69/18.76	c timing/clocktype = 2
18.69/18.76	c 
18.69/18.76	c # should presolving try to simplify inequalities
18.69/18.76	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
18.69/18.76	c constraints/linear/simplifyinequalities = TRUE
18.69/18.76	c 
18.69/18.76	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
18.69/18.76	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
18.69/18.76	c constraints/indicator/addCouplingCons = TRUE
18.69/18.76	c 
18.69/18.76	c # should disaggregation of knapsack constraints be allowed in preprocessing?
18.69/18.76	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
18.69/18.76	c constraints/knapsack/disaggregation = FALSE
18.69/18.76	c 
18.69/18.76	c # should presolving try to simplify knapsacks
18.69/18.76	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
18.69/18.76	c constraints/knapsack/simplifyinequalities = TRUE
18.69/18.76	c 
18.69/18.76	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
18.69/18.76	c # [type: int, range: [-1,2147483647], default: -1]
18.69/18.76	c presolving/probing/maxrounds = 0
18.69/18.76	c 
18.69/18.76	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
18.69/18.76	c # [type: int, range: [-1,2147483647], default: 10]
18.69/18.76	c heuristics/coefdiving/freq = -1
18.69/18.76	c 
18.69/18.76	c # maximal fraction of diving LP iterations compared to node LP iterations
18.69/18.76	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
18.69/18.76	c heuristics/coefdiving/maxlpiterquot = 0.075
18.69/18.76	c 
18.69/18.76	c # additional number of allowed LP iterations
18.69/18.76	c # [type: int, range: [0,2147483647], default: 1000]
18.69/18.76	c heuristics/coefdiving/maxlpiterofs = 1500
18.69/18.76	c 
18.69/18.76	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
18.69/18.76	c # [type: int, range: [-1,2147483647], default: 30]
18.69/18.76	c heuristics/crossover/freq = -1
18.69/18.76	c 
18.69/18.76	c # number of nodes added to the contingent of the total nodes
18.69/18.76	c # [type: longint, range: [0,9223372036854775807], default: 500]
18.69/18.76	c heuristics/crossover/nodesofs = 750
18.69/18.76	c 
18.69/18.76	c # number of nodes without incumbent change that heuristic should wait
18.69/18.76	c # [type: longint, range: [0,9223372036854775807], default: 200]
18.69/18.76	c heuristics/crossover/nwaitingnodes = 100
18.69/18.76	c 
18.69/18.76	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
18.69/18.76	c # [type: real, range: [0,1], default: 0.1]
18.69/18.76	c heuristics/crossover/nodesquot = 0.15
18.69/18.76	c 
18.69/18.76	c # minimum percentage of integer variables that have to be fixed 
18.69/18.76	c # [type: real, range: [0,1], default: 0.666]
18.69/18.76	c heuristics/crossover/minfixingrate = 0.5
18.69/18.76	c 
18.69/18.76	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
18.69/18.76	c # [type: int, range: [-1,2147483647], default: 20]
18.69/18.76	c heuristics/feaspump/freq = -1
18.69/18.76	c 
18.69/18.76	c # additional number of allowed LP iterations
18.69/18.76	c # [type: int, range: [0,2147483647], default: 1000]
18.69/18.76	c heuristics/feaspump/maxlpiterofs = 2000
18.69/18.76	c 
18.69/18.76	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
18.69/18.76	c # [type: int, range: [-1,2147483647], default: 10]
18.69/18.76	c heuristics/fracdiving/freq = -1
18.69/18.76	c 
18.69/18.76	c # maximal fraction of diving LP iterations compared to node LP iterations
18.69/18.76	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
18.69/18.76	c heuristics/fracdiving/maxlpiterquot = 0.075
18.69/18.76	c 
18.69/18.76	c # additional number of allowed LP iterations
18.69/18.76	c # [type: int, range: [0,2147483647], default: 1000]
18.69/18.76	c heuristics/fracdiving/maxlpiterofs = 1500
18.69/18.76	c 
18.69/18.76	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
18.69/18.76	c # [type: int, range: [-1,2147483647], default: 10]
18.69/18.76	c heuristics/guideddiving/freq = -1
18.69/18.76	c 
18.69/18.76	c # maximal fraction of diving LP iterations compared to node LP iterations
18.69/18.76	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
18.69/18.76	c heuristics/guideddiving/maxlpiterquot = 0.075
18.69/18.76	c 
18.69/18.76	c # additional number of allowed LP iterations
18.69/18.76	c # [type: int, range: [0,2147483647], default: 1000]
18.69/18.76	c heuristics/guideddiving/maxlpiterofs = 1500
18.69/18.76	c 
18.69/18.76	c # maximal fraction of diving LP iterations compared to node LP iterations
18.69/18.76	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
18.69/18.76	c heuristics/intdiving/maxlpiterquot = 0.075
18.69/18.76	c 
18.69/18.76	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
18.69/18.76	c # [type: int, range: [-1,2147483647], default: 10]
18.69/18.76	c heuristics/intshifting/freq = -1
18.69/18.76	c 
18.69/18.76	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
18.69/18.76	c # [type: int, range: [-1,2147483647], default: 10]
18.69/18.76	c heuristics/linesearchdiving/freq = -1
18.69/18.76	c 
18.69/18.76	c # maximal fraction of diving LP iterations compared to node LP iterations
18.69/18.76	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
18.69/18.76	c heuristics/linesearchdiving/maxlpiterquot = 0.075
18.69/18.76	c 
18.69/18.76	c # additional number of allowed LP iterations
18.69/18.76	c # [type: int, range: [0,2147483647], default: 1000]
18.69/18.76	c heuristics/linesearchdiving/maxlpiterofs = 1500
18.69/18.76	c 
18.69/18.76	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
18.69/18.76	c # [type: int, range: [-1,2147483647], default: 1]
18.69/18.76	c heuristics/nlp/freq = -1
18.69/18.76	c 
18.69/18.76	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
18.69/18.76	c # [type: int, range: [-1,2147483647], default: 20]
18.69/18.76	c heuristics/objpscostdiving/freq = -1
18.69/18.76	c 
18.69/18.76	c # maximal fraction of diving LP iterations compared to total iteration number
18.69/18.76	c # [type: real, range: [0,1], default: 0.01]
18.69/18.76	c heuristics/objpscostdiving/maxlpiterquot = 0.015
18.69/18.76	c 
18.69/18.76	c # additional number of allowed LP iterations
18.69/18.76	c # [type: int, range: [0,2147483647], default: 1000]
18.69/18.76	c heuristics/objpscostdiving/maxlpiterofs = 1500
18.69/18.76	c 
18.69/18.76	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
18.69/18.76	c # [type: int, range: [-1,2147483647], default: 1]
18.69/18.76	c heuristics/oneopt/freq = -1
18.69/18.76	c 
18.69/18.76	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
18.69/18.76	c # [type: int, range: [-1,2147483647], default: 10]
18.69/18.76	c heuristics/pscostdiving/freq = -1
18.69/18.76	c 
18.69/18.76	c # maximal fraction of diving LP iterations compared to node LP iterations
18.69/18.76	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
18.69/18.76	c heuristics/pscostdiving/maxlpiterquot = 0.075
18.69/18.76	c 
18.69/18.76	c # additional number of allowed LP iterations
18.69/18.76	c # [type: int, range: [0,2147483647], default: 1000]
18.69/18.76	c heuristics/pscostdiving/maxlpiterofs = 1500
18.69/18.76	c 
18.69/18.76	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
18.69/18.76	c # [type: int, range: [-1,2147483647], default: 0]
18.69/18.76	c heuristics/rens/freq = -1
18.69/18.76	c 
18.69/18.76	c # minimum percentage of integer variables that have to be fixable 
18.69/18.76	c # [type: real, range: [0,1], default: 0.5]
18.69/18.76	c heuristics/rens/minfixingrate = 0.3
18.69/18.76	c 
18.69/18.76	c # number of nodes added to the contingent of the total nodes
18.69/18.76	c # [type: longint, range: [0,9223372036854775807], default: 500]
18.69/18.76	c heuristics/rens/nodesofs = 2000
18.69/18.76	c 
18.69/18.76	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
18.69/18.76	c # [type: int, range: [-1,2147483647], default: 20]
18.69/18.76	c heuristics/rootsoldiving/freq = -1
18.69/18.76	c 
18.69/18.76	c # maximal fraction of diving LP iterations compared to node LP iterations
18.69/18.76	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
18.69/18.76	c heuristics/rootsoldiving/maxlpiterquot = 0.015
18.69/18.76	c 
18.69/18.76	c # additional number of allowed LP iterations
18.69/18.76	c # [type: int, range: [0,2147483647], default: 1000]
18.69/18.76	c heuristics/rootsoldiving/maxlpiterofs = 1500
18.69/18.76	c 
18.69/18.76	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
18.69/18.76	c # [type: int, range: [-1,2147483647], default: 1]
18.69/18.76	c heuristics/rounding/freq = -1
18.69/18.76	c 
18.69/18.76	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
18.69/18.76	c # [type: int, range: [-1,2147483647], default: 10]
18.69/18.76	c heuristics/shifting/freq = -1
18.69/18.76	c 
18.69/18.76	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
18.69/18.76	c # [type: int, range: [-1,2147483647], default: 1]
18.69/18.76	c heuristics/simplerounding/freq = -1
18.69/18.76	c 
18.69/18.76	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
18.69/18.76	c # [type: int, range: [-1,2147483647], default: 0]
18.69/18.76	c heuristics/trivial/freq = -1
18.69/18.76	c 
18.69/18.76	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
18.69/18.76	c # [type: int, range: [-1,2147483647], default: 1]
18.69/18.76	c heuristics/trysol/freq = -1
18.69/18.76	c 
18.69/18.76	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
18.69/18.76	c # [type: int, range: [-1,2147483647], default: 10]
18.69/18.76	c heuristics/veclendiving/freq = -1
18.69/18.76	c 
18.69/18.76	c # maximal fraction of diving LP iterations compared to node LP iterations
18.69/18.76	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
18.69/18.76	c heuristics/veclendiving/maxlpiterquot = 0.075
18.69/18.76	c 
18.69/18.76	c # additional number of allowed LP iterations
18.69/18.76	c # [type: int, range: [0,2147483647], default: 1000]
18.69/18.76	c heuristics/veclendiving/maxlpiterofs = 1500
18.69/18.76	c 
18.69/18.76	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
18.69/18.76	c # [type: int, range: [-1,2147483647], default: 1]
18.69/18.76	c heuristics/zirounding/freq = -1
18.69/18.76	c 
18.69/18.76	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
18.69/18.76	c # [type: int, range: [-1,2147483647], default: 0]
18.69/18.76	c separating/cmir/freq = -1
18.69/18.76	c 
18.69/18.76	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
18.69/18.76	c # [type: int, range: [-1,2147483647], default: 0]
18.69/18.76	c separating/flowcover/freq = -1
18.69/18.76	c 
18.69/18.76	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
18.69/18.76	c # [type: int, range: [-1,2147483647], default: -1]
18.69/18.76	c separating/rapidlearning/freq = 0
18.69/18.76	c 
18.69/18.76	c -----------------------------------------------------------------------------------------------
18.69/18.76	c start solving
18.69/18.79	c 
244.85/244.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
244.85/244.98	c   237s|     1 |     0 |  9252 |     - |1504M|   0 |4482 |  48k|1121k|  48k|1121k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
570.30/570.45	c   562s|     1 |     0 | 17177 |     - |1505M|   0 |5658 |  48k|1121k|  48k|1121k|   9 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1167.60/1167.83	c  1160s|     1 |     0 | 29439 |     - |1507M|   0 |5452 |  48k|1121k|  48k|1121k|  47 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1790.61/1790.91	c  1783s|     1 |     0 | 38547 |     - |1510M|   0 |   - |  48k|1121k|  48k|1121k| 134 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1790.70/1791.01	c  1783s|     1 |     2 | 38547 |     - |1510M|   0 |   - |  48k|1121k|  48k|1121k| 134 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1790.70/1791.01	c 
1790.70/1791.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.70/1791.01	c Solving Time (sec) : 1782.76
1790.70/1791.01	c Solving Nodes      : 1
1790.70/1791.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1790.70/1791.01	c Dual Bound         : +0.00000000000000e+00
1790.70/1791.01	c Gap                : infinite
1790.70/1791.01	s UNKNOWN
1790.70/1791.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.70/1791.01	c Solving Time       :    1782.76
1790.70/1791.01	c Original Problem   :
1790.70/1791.01	c   Problem name     : HOME/instance-3741032-1339017746.opb
1790.70/1791.01	c   Variables        : 48411 (48411 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.70/1791.01	c   Constraints      : 1121517 initial, 1121517 maximal
1790.70/1791.01	c Presolved Problem  :
1790.70/1791.01	c   Problem name     : t_HOME/instance-3741032-1339017746.opb
1790.70/1791.01	c   Variables        : 48410 (48410 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.70/1791.01	c   Constraints      : 1121487 initial, 1121487 maximal
1790.70/1791.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.70/1791.01	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1790.70/1791.01	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1790.70/1791.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.70/1791.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.70/1791.01	c   implics          :       0.01          0          0          0          0          0          0          0          0
1790.70/1791.01	c   probing          :       0.00          0          0          0          0          0          0          0          0
1790.70/1791.01	c   knapsack         :       0.47          0          0          0          0          0          0          0          0
1790.70/1791.01	c   setppc           :       0.48          0          0          0          0          0          0          0          0
1790.70/1791.01	c   linear           :       6.32          0          1          0          0          0          8          7          0
1790.70/1791.01	c   logicor          :       0.83          0          0          0          0          0         22          0          0
1790.70/1791.01	c   root node        :          -          0          -          -          0          -          -          -          -
1790.70/1791.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.70/1791.01	c   integral         :          0          0          0          0          0          0          0          0          0          0
1790.70/1791.01	c   knapsack         :     112021          3          1          0          1          0          0        202          0          0
1790.70/1791.01	c   setppc           :     237584          3          1          0          1          0          0          0          0          0
1790.70/1791.01	c   linear           :          1          3          1          0          1          0          0          0          0          0
1790.70/1791.01	c   logicor          :     771881          3          1          0          1          0          0          0          0          0
1790.70/1791.01	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1790.70/1791.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.70/1791.01	c   integral         :       0.00       0.00       0.00       0.00       0.00
1790.70/1791.01	c   knapsack         :       0.42       0.39       0.00       0.00       0.02
1790.70/1791.01	c   setppc           :       0.08       0.05       0.01       0.00       0.03
1790.70/1791.01	c   linear           :       0.00       0.00       0.00       0.00       0.00
1790.70/1791.01	c   logicor          :       0.40       0.14       0.22       0.00       0.05
1790.70/1791.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.70/1791.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.70/1791.01	c   vbounds          :       0.00          1          0          0
1790.70/1791.01	c   rootredcost      :       0.00          0          0          0
1790.70/1791.01	c   pseudoobj        :       0.00          0          0          0
1790.70/1791.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.70/1791.01	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1790.70/1791.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1790.70/1791.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.70/1791.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.70/1791.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.70/1791.01	c   applied globally :          -          -          -          0        0.0          -          -          -
1790.70/1791.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.70/1791.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.70/1791.01	c   cut pool         :       0.00          2          -          -         24          -    (maximal pool size: 924)
1790.70/1791.01	c   redcost          :       0.01          3          0          0          0          0
1790.70/1791.01	c   impliedbounds    :       0.02          3          0          0          0          0
1790.70/1791.01	c   intobj           :       0.00          0          0          0          0          0
1790.70/1791.01	c   cgmip            :       0.00          0          0          0          0          0
1790.70/1791.01	c   gomory           :     108.11          3          0          0       1500          0
1790.70/1791.01	c   strongcg         :      42.75          3          0          0       1500          0
1790.70/1791.01	c   cmir             :       0.00          0          0          0          0          0
1790.70/1791.01	c   flowcover        :       0.00          0          0          0          0          0
1790.70/1791.01	c   clique           :       1.51          3          0          0         27          0
1790.70/1791.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.70/1791.01	c   mcf              :       5.09          1          0          0          0          0
1790.70/1791.01	c   rapidlearning    :       0.00          0          0          0          0          0
1790.70/1791.01	c Pricers            :       Time      Calls       Vars
1790.70/1791.01	c   problem variables:       0.00          0          0
1790.70/1791.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.70/1791.01	c   relpscost        :       0.00          0          0          0          0          0          0
1790.70/1791.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.70/1791.01	c   inference        :       0.01          1          0          0          0          0          2
1790.70/1791.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.70/1791.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.70/1791.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.70/1791.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.70/1791.01	c   random           :       0.00          0          0          0          0          0          0
1790.70/1791.01	c Primal Heuristics  :       Time      Calls      Found
1790.70/1791.01	c   LP solutions     :       0.00          -          0
1790.70/1791.01	c   pseudo solutions :       0.00          -          0
1790.70/1791.01	c   trivial          :       0.03          1          0
1790.70/1791.01	c   simplerounding   :       0.00          0          0
1790.70/1791.01	c   zirounding       :       0.00          0          0
1790.70/1791.01	c   rounding         :       0.00          0          0
1790.70/1791.01	c   shifting         :       0.00          0          0
1790.70/1791.01	c   intshifting      :       0.00          0          0
1790.70/1791.01	c   oneopt           :       0.00          0          0
1790.70/1791.01	c   twoopt           :       0.00          0          0
1790.70/1791.01	c   fixandinfer      :       0.00          0          0
1790.70/1791.01	c   feaspump         :       0.00          0          0
1790.70/1791.01	c   coefdiving       :       0.00          0          0
1790.70/1791.01	c   pscostdiving     :       0.00          0          0
1790.70/1791.01	c   fracdiving       :       0.00          0          0
1790.70/1791.01	c   veclendiving     :       0.00          0          0
1790.70/1791.01	c   intdiving        :       0.00          0          0
1790.70/1791.01	c   actconsdiving    :       0.00          0          0
1790.70/1791.01	c   objpscostdiving  :       0.00          0          0
1790.70/1791.01	c   rootsoldiving    :       0.00          0          0
1790.70/1791.01	c   linesearchdiving :       0.00          0          0
1790.70/1791.01	c   guideddiving     :       0.00          0          0
1790.70/1791.01	c   octane           :       0.00          0          0
1790.70/1791.01	c   rens             :       0.00          0          0
1790.70/1791.01	c   rins             :       0.00          0          0
1790.70/1791.01	c   localbranching   :       0.00          0          0
1790.70/1791.01	c   mutation         :       0.00          0          0
1790.70/1791.01	c   crossover        :       0.00          0          0
1790.70/1791.01	c   dins             :       0.00          0          0
1790.70/1791.01	c   undercover       :       0.00          0          0
1790.70/1791.01	c   nlp              :       0.00          0          0
1790.70/1791.01	c   trysol           :       0.00          0          0
1790.70/1791.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.70/1791.01	c   primal LP        :       0.00          0          0       0.00          -
1790.70/1791.01	c   dual LP          :    1610.86          4      38547    9636.75      23.93
1790.70/1791.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.70/1791.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.70/1791.01	c   diving/probing LP:       0.00          0          0       0.00          -
1790.70/1791.01	c   strong branching :       0.00          0          0       0.00          -
1790.70/1791.01	c     (at root node) :          -          0          0       0.00          -
1790.70/1791.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.70/1791.01	c B&B Tree           :
1790.70/1791.01	c   number of runs   :          1
1790.70/1791.01	c   nodes            :          1
1790.70/1791.01	c   nodes (total)    :          1
1790.70/1791.01	c   nodes left       :          2
1790.70/1791.01	c   max depth        :          0
1790.70/1791.01	c   max depth (total):          0
1790.70/1791.01	c   backtracks       :          0 (0.0%)
1790.70/1791.01	c   delayed cutoffs  :          0
1790.70/1791.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1790.70/1791.01	c   avg switch length:       1.00
1790.70/1791.01	c   switching time   :       0.00
1790.70/1791.01	c Solution           :
1790.70/1791.01	c   Solutions found  :          0 (0 improvements)
1790.70/1791.01	c   Primal Bound     :          -
1790.70/1791.01	c   Dual Bound       : +0.00000000000000e+00
1790.70/1791.01	c   Gap              :   infinite
1790.70/1791.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.70/1791.01	c   Root Iterations  :      38547
1793.71/1794.02	c Time complete: 1793.73.

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-3741032-1339017746/watcher-3741032-1339017746 -o /tmp/evaluation-result-3741032-1339017746/solver-3741032-1339017746 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3741032-1339017746.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: 0.16 0.03 0.01 3/173 20117
/proc/meminfo: memFree=29113276/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=9972 CPUtime=0 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 1581 0 0 0 0 0 0 0 20 0 1 0 367899700 10211328 1527 33554432000 4194304 8395647 140736955744400 140733723678760 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 2493 1536 374 1026 0 1463 0

[startup+0.0272759 s]
/proc/loadavg: 0.16 0.03 0.01 3/173 20117
/proc/meminfo: memFree=29113276/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=12320 CPUtime=0.02 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 2319 0 0 0 2 0 0 0 20 0 1 0 367899700 12615680 2265 33554432000 4194304 8395647 140736955744400 140733723678760 5754383 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 3080 2265 390 1026 0 2050 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12320

[startup+0.21989 s]
/proc/loadavg: 0.16 0.03 0.01 3/173 20117
/proc/meminfo: memFree=29113276/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=24092 CPUtime=0.21 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 5257 0 0 0 21 0 0 0 20 0 1 0 367899700 24670208 5203 33554432000 4194304 8395647 140736955744400 140733723678760 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 6023 5203 390 1026 0 4993 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 24092

[startup+0.300308 s]
/proc/loadavg: 0.16 0.03 0.01 3/173 20117
/proc/meminfo: memFree=29113276/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=28312 CPUtime=0.29 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 6307 0 0 0 29 0 0 0 20 0 1 0 367899700 28991488 6253 33554432000 4194304 8395647 140736955744400 140733723678760 6345902 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 7078 6253 390 1026 0 6048 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28312

[startup+0.700288 s]
/proc/loadavg: 0.16 0.03 0.01 3/173 20117
/proc/meminfo: memFree=29113276/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=51512 CPUtime=0.69 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 12101 0 0 0 67 2 0 0 20 0 1 0 367899700 52748288 12047 33554432000 4194304 8395647 140736955744400 140736955609608 7382041 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 12878 12047 390 1026 0 11848 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51512

[startup+1.50027 s]
/proc/loadavg: 0.16 0.03 0.01 3/172 20118
/proc/meminfo: memFree=29000276/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=95772 CPUtime=1.49 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 23161 0 0 0 146 3 0 0 20 0 1 0 367899700 98070528 23107 33554432000 4194304 8395647 140736955744400 140736955609608 5755180 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 23943 23107 390 1026 0 22913 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95772

[startup+3.10026 s]
/proc/loadavg: 0.16 0.03 0.01 3/177 20128
/proc/meminfo: memFree=28876344/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=182528 CPUtime=3.09 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 44765 0 0 0 301 8 0 0 20 0 1 0 367899700 186908672 44711 33554432000 4194304 8395647 140736955744400 140736955609608 4245985 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 45632 44711 390 1026 0 44602 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 182528

[startup+6.30027 s]
/proc/loadavg: 0.31 0.07 0.02 3/177 20128
/proc/meminfo: memFree=28528160/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=354288 CPUtime=6.29 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 87556 0 0 0 614 15 0 0 20 0 1 0 367899700 362790912 87502 33554432000 4194304 8395647 140736955744400 140736955609608 5758126 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 88572 87502 390 1026 0 87542 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 354288

[startup+12.7003 s]
/proc/loadavg: 0.44 0.10 0.03 3/177 20129
/proc/meminfo: memFree=27263888/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=1267432 CPUtime=12.68 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 311583 0 0 0 1219 49 0 0 20 0 1 0 367899700 1297850368 311276 33554432000 4194304 8395647 140736955744400 140736955741880 18446744073699066235 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 316858 311276 472 1026 0 315828 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1267432

[startup+25.5004 s]
/proc/loadavg: 0.79 0.19 0.06 3/177 20129
/proc/meminfo: memFree=23988344/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=2570008 CPUtime=25.48 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 471143 0 0 0 2458 90 0 0 20 0 1 0 367899700 2631688192 599208 33554432000 4194304 8395647 140736955744400 140736955739864 6585941 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 642502 599208 572 1026 0 641472 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2570008

[startup+51.1004 s]
/proc/loadavg: 1.20 0.33 0.11 3/177 20129
/proc/meminfo: memFree=23368704/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=2647144 CPUtime=51.08 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 476799 0 0 0 5014 94 0 0 20 0 1 0 367899700 2710675456 617076 33554432000 4194304 8395647 140736955744400 140736955739528 6697614 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 661786 617076 577 1026 0 660756 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2647144

[startup+102.3 s]
/proc/loadavg: 1.65 0.59 0.21 3/177 20129
/proc/meminfo: memFree=21785760/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=2732316 CPUtime=102.28 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 486860 0 0 0 10119 109 0 0 20 0 1 0 367899700 2797891584 633008 33554432000 4194304 8395647 140736955744400 140736955739528 6636339 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 683079 633008 578 1026 0 682049 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2732316

[startup+162.3 s]
/proc/loadavg: 1.87 0.84 0.32 3/177 20129
/proc/meminfo: memFree=21662368/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=2770848 CPUtime=162.26 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 493599 0 0 0 16099 127 0 0 20 0 1 0 367899700 2837348352 638469 33554432000 4194304 8395647 140736955744400 140736955739960 6698068 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 692712 638469 578 1026 0 691682 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 2770848

[startup+222.308 s]
/proc/loadavg: 1.95 1.05 0.42 3/177 20129
/proc/meminfo: memFree=21611828/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=2797700 CPUtime=222.26 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 497561 0 0 0 22089 137 0 0 20 0 1 0 367899700 2864844800 642628 33554432000 4194304 8395647 140736955744400 140736955739528 6697955 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 699425 642628 578 1026 0 698395 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 2797700

[startup+282.3 s]
/proc/loadavg: 1.98 1.22 0.52 3/177 20129
/proc/meminfo: memFree=21424576/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=2879360 CPUtime=282.24 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 508705 0 0 0 28075 149 0 0 20 0 1 0 367899700 2948464640 675733 33554432000 4194304 8395647 140736955744400 140736955739528 7382116 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 719840 675733 611 1026 0 718810 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 2879360

[startup+342.3 s]
/proc/loadavg: 1.99 1.36 0.61 3/177 20130
/proc/meminfo: memFree=21264092/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=2887480 CPUtime=342.24 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 513289 0 0 0 34061 163 0 0 20 0 1 0 367899700 2956779520 676589 33554432000 4194304 8395647 140736955744400 140736955739528 6697970 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 721870 676589 611 1026 0 720840 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 2887480

[startup+402.3 s]
/proc/loadavg: 1.99 1.47 0.69 3/176 20130
/proc/meminfo: memFree=21187040/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=2924548 CPUtime=402.23 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 518811 0 0 0 40047 176 0 0 20 0 1 0 367899700 2994737152 683820 33554432000 4194304 8395647 140736955744400 140736955739528 7382116 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 731137 683820 611 1026 0 730107 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2924548

[startup+462.3 s]
/proc/loadavg: 2.12 1.61 0.79 3/178 20134
/proc/meminfo: memFree=21287072/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=2958588 CPUtime=462.21 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 521057 0 0 0 46032 189 0 0 20 0 1 0 367899700 3029594112 685540 33554432000 4194304 8395647 140736955744400 140736955739528 6697983 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 739647 685540 611 1026 0 738617 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 2958588

[startup+522.3 s]
/proc/loadavg: 2.04 1.68 0.86 3/177 20134
/proc/meminfo: memFree=21288040/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=2965356 CPUtime=522.2 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 523696 0 0 0 52016 204 0 0 20 0 1 0 367899700 3036524544 686385 33554432000 4194304 8395647 140736955744400 140736955739528 6697938 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 741339 686385 611 1026 0 740309 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 2965356

[startup+582.3 s]
/proc/loadavg: 2.01 1.74 0.93 3/177 20134
/proc/meminfo: memFree=21285460/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=2967908 CPUtime=582.19 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 526116 0 0 0 58001 218 0 0 20 0 1 0 367899700 3039137792 686927 33554432000 4194304 8395647 140736955744400 140736955739640 6440880 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 741977 686927 611 1026 0 740947 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 2967908

[startup+642.3 s]

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

/proc/meminfo: memFree=21122776/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=3010592 CPUtime=1062.11 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 544524 0 0 0 105893 318 0 0 20 0 1 0 367899700 3082846208 687885 33554432000 4194304 8395647 140736955744400 140736955739528 6698051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 752648 687885 611 1026 0 751618 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 3010592

[startup+1122.3 s]
/proc/loadavg: 2.00 1.95 1.38 3/177 20140
/proc/meminfo: memFree=21127296/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=3010592 CPUtime=1122.11 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 546799 0 0 0 111879 332 0 0 20 0 1 0 367899700 3082846208 687970 33554432000 4194304 8395647 140736955744400 140736955739528 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 752648 687970 611 1026 0 751618 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 3010592

[startup+1182.3 s]
/proc/loadavg: 2.00 1.95 1.42 3/177 20140
/proc/meminfo: memFree=21124720/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=3010592 CPUtime=1182.1 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 548810 0 0 0 117866 344 0 0 20 0 1 0 367899700 3082846208 688015 33554432000 4194304 8395647 140736955744400 140736955739592 6197330 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 752648 688015 611 1026 0 751618 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 3010592

[startup+1242.3 s]
/proc/loadavg: 2.05 1.97 1.46 3/177 20141
/proc/meminfo: memFree=21124280/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=3010592 CPUtime=1242.09 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 548810 0 0 0 123863 346 0 0 20 0 1 0 367899700 3082846208 688015 33554432000 4194304 8395647 140736955744400 140736955739592 6440894 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 752648 688015 611 1026 0 751618 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 3010592

[startup+1302.3 s]
/proc/loadavg: 2.02 1.97 1.49 3/177 20141
/proc/meminfo: memFree=21072756/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=3068960 CPUtime=1302.08 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 551395 0 0 0 129854 354 0 0 20 0 1 0 367899700 3142615040 700737 33554432000 4194304 8395647 140736955744400 140736955739528 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 767240 700737 611 1026 0 766210 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 3068960

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.52 3/177 20141
/proc/meminfo: memFree=21066296/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=3075828 CPUtime=1362.07 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 553337 0 0 0 135844 363 0 0 20 0 1 0 367899700 3149647872 702353 33554432000 4194304 8395647 140736955744400 140736955739528 6721240 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 768957 702353 611 1026 0 767927 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 3075828

[startup+1422.3 s]
/proc/loadavg: 2.00 1.97 1.55 3/177 20141
/proc/meminfo: memFree=21064224/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=3078400 CPUtime=1422.07 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 554991 0 0 0 141834 373 0 0 20 0 1 0 367899700 3152281600 702945 33554432000 4194304 8395647 140736955744400 140736955739528 6669563 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 769600 702945 611 1026 0 768570 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 3078400

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.57 3/177 20141
/proc/meminfo: memFree=21058180/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=3080960 CPUtime=1482.05 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 557297 0 0 0 147824 381 0 0 20 0 1 0 367899700 3154903040 703893 33554432000 4194304 8395647 140736955744400 140736955739528 6698194 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 770240 703893 611 1026 0 769210 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 3080960

[startup+1542.31 s]
/proc/loadavg: 2.00 1.97 1.59 3/177 20142
/proc/meminfo: memFree=21057428/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=3082320 CPUtime=1542.05 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 559200 0 0 0 153816 389 0 0 20 0 1 0 367899700 3156295680 704418 33554432000 4194304 8395647 140736955744400 140736955739528 6698051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 770580 704418 611 1026 0 769550 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 3082320

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.62 3/177 20142
/proc/meminfo: memFree=21055284/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=3087508 CPUtime=1602.03 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 560570 0 0 0 159806 397 0 0 20 0 1 0 367899700 3161608192 704994 33554432000 4194304 8395647 140736955744400 140736955739960 6697938 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 771877 704994 611 1026 0 770847 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 3087508

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.64 3/178 20145
/proc/meminfo: memFree=21058880/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=3088968 CPUtime=1662.03 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 561732 0 0 0 165799 404 0 0 20 0 1 0 367899700 3163103232 705164 33554432000 4194304 8395647 140736955744400 140736955739528 6635667 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 772242 705164 611 1026 0 771212 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 3088968

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.66 3/177 20145
/proc/meminfo: memFree=21021984/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=3093600 CPUtime=1722.02 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 563567 0 0 0 171790 412 0 0 20 0 1 0 367899700 3167846400 705701 33554432000 4194304 8395647 140736955744400 140736955739528 6696991 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 773400 705701 611 1026 0 772370 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 3093600

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.67 3/177 20145
/proc/meminfo: memFree=21012844/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=3097808 CPUtime=1782.01 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 565635 0 0 0 177779 422 0 0 20 0 1 0 367899700 3172155392 707242 33554432000 4194304 8395647 140736955744400 140736955739528 6698051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 774452 707242 611 1026 0 773422 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 3097808

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

[startup+1785.6 s]
/proc/loadavg: 2.00 1.97 1.68 3/177 20145
/proc/meminfo: memFree=21012968/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=3097808 CPUtime=1785.31 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 565809 0 0 0 178108 423 0 0 20 0 1 0 367899700 3172155392 706751 33554432000 4194304 8395647 140736955744400 140736955738808 6440880 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 774452 706751 611 1026 0 773422 0
Current children cumulated CPU time (s) 1785.31
Current children cumulated vsize (KiB) 3097808

[startup+1788.8 s]
/proc/loadavg: 2.00 1.97 1.68 3/177 20145
/proc/meminfo: memFree=21015016/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=3097808 CPUtime=1788.51 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 565809 0 0 0 178428 423 0 0 20 0 1 0 367899700 3172155392 706751 33554432000 4194304 8395647 140736955744400 140736955739864 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 774452 706751 611 1026 0 773422 0
Current children cumulated CPU time (s) 1788.51
Current children cumulated vsize (KiB) 3097808

[startup+1792.01 s]
/proc/loadavg: 2.00 1.97 1.68 3/177 20145
/proc/meminfo: memFree=21014876/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=3097808 CPUtime=1791.71 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 565816 0 0 0 178748 423 0 0 20 0 1 0 367899700 3172155392 706758 33554432000 4194304 8395647 140736955744400 140736955740232 6150548 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 774452 706758 618 1026 0 773422 0
Current children cumulated CPU time (s) 1791.71
Current children cumulated vsize (KiB) 3097808

[startup+1792.8 s]
/proc/loadavg: 2.00 1.97 1.68 3/177 20145
/proc/meminfo: memFree=21014876/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=3097808 CPUtime=1792.5 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 565818 0 0 0 178827 423 0 0 20 0 1 0 367899700 3172155392 706760 33554432000 4194304 8395647 140736955744400 140736955740232 6063821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 774452 706760 620 1026 0 773422 0
Current children cumulated CPU time (s) 1792.5
Current children cumulated vsize (KiB) 3097808

[startup+1793.6 s]
/proc/loadavg: 2.00 1.97 1.68 3/177 20145
/proc/meminfo: memFree=21014876/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=3088392 CPUtime=1793.3 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 565818 0 0 0 178907 423 0 0 20 0 1 0 367899700 3162513408 704497 33554432000 4194304 8395647 140736955744400 140736955740232 6345173 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 772098 704497 620 1026 0 771068 0
Current children cumulated CPU time (s) 1793.3
Current children cumulated vsize (KiB) 3088392

[startup+1794 s]
/proc/loadavg: 2.00 1.97 1.68 3/177 20145
/proc/meminfo: memFree=21014876/32873844 swapFree=7120/7120
[pid=20117] ppid=20115 vsize=1871196 CPUtime=1793.71 cores=1,3,5,7
/proc/20117/stat : 20117 (pbscip.linux.x8) R 20115 20117 20083 0 -1 4202496 565818 0 0 0 178943 428 0 0 20 0 1 0 367899700 1916104704 464495 33554432000 4194304 8395647 140736955744400 140736955743640 6345797 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20117/statm: 467799 464495 620 1026 0 466769 0
Current children cumulated CPU time (s) 1793.71
Current children cumulated vsize (KiB) 1871196

Child status: 0
Real time (s): 1794.03
CPU time (s): 1793.74
CPU user time (s): 1789.45
CPU system time (s): 4.29335
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 3207544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.45
system time used= 4.29335
maximum resident set size= 2862112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 565825
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= 18
involuntary context switches= 1844

runsolver used 7.58885 second user time and 15.9206 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-06 23:22:28
IDJOB=3741032
IDBENCH=89735
IDSOLVER=2326
FILE ID=node142/3741032-1339017746
RUNJOBID= node142-1339017746-20100
PBS_JOBID= 14643273
Free space on /tmp= 71084 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-120.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-3741032-1339017746/watcher-3741032-1339017746 -o /tmp/evaluation-result-3741032-1339017746/solver-3741032-1339017746 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3741032-1339017746.opb -t 1800 -m 15500

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

MD5SUM BENCH= 7b80ddfff13fd2a12f867bbe09bf6414
RANDOM SEED=141507972

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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:        29115036 kB
Buffers:          354468 kB
Cached:          2559328 kB
SwapCached:          112 kB
Active:          1464200 kB
Inactive:        1463768 kB
Active(anon):       5704 kB
Inactive(anon):    11168 kB
Active(file):    1458496 kB
Inactive(file):  1452600 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108744 kB
Dirty:            128712 kB
Writeback:             0 kB
AnonPages:         21368 kB
Mapped:             9972 kB
Shmem:               188 kB
Slab:             694704 kB
SReclaimable:     136364 kB
SUnreclaim:       558340 kB
KernelStack:        1424 kB
PageTables:         4040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71004 MiB
End job on node142 at 2012-06-06 23:52:22