Trace number 3741960

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
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? 1796.05 1796.37

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K92.opb
MD5SUM21cc97db69195cd3dcf69a6d797764c1
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark900.986
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6256
Total number of constraints6442
Number of constraints which are clauses6350
Number of constraints which are cardinality constraints (but not clauses)92
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint92
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 93
Number of bits of the biggest sum of numbers7
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.06	c SCIP version 1.1.0.7
0.00/0.06	c LP-Solver SoPlex 1.4.1
0.00/0.06	c user parameter file <scip.set> not found - using default parameters
0.00/0.06	c read problem <HOME/instance-3741960-1338776427.opb>
0.00/0.06	c original problem has 6256 variables (6256 bin, 0 int, 0 impl, 0 cont) and 6442 constraints
0.05/0.08	c No objective function, only one solution is needed.
0.05/0.08	c start presolving problem
0.05/0.08	c presolving:
0.09/0.10	c (round 1) 2 del vars, 2 del conss, 2 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 10556 impls, 92 clqs
0.09/0.11	c (round 2) 136 del vars, 12 del conss, 136 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 10556 impls, 90 clqs
0.09/0.11	c (round 3) 212 del vars, 155 del conss, 212 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 10608 impls, 90 clqs
0.09/0.11	c (round 4) 269 del vars, 212 del conss, 269 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 10720 impls, 90 clqs
0.09/0.12	c (round 5) 315 del vars, 258 del conss, 315 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 10844 impls, 90 clqs
0.09/0.12	c (round 6) 345 del vars, 288 del conss, 345 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 10978 impls, 90 clqs
0.09/0.12	c (round 7) 356 del vars, 299 del conss, 356 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 11058 impls, 90 clqs
0.09/0.13	c (round 8) 360 del vars, 303 del conss, 360 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 11090 impls, 90 clqs
0.09/0.13	c (round 9) 362 del vars, 305 del conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 11100 impls, 90 clqs
0.09/0.17	c (round 10) 362 del vars, 395 del conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 5957 upgd conss, 11112 impls, 90 clqs
0.09/0.18	c (round 11) 362 del vars, 395 del conss, 362 chg bounds, 0 chg sides, 0 chg coeffs, 6047 upgd conss, 11112 impls, 90 clqs
0.09/0.19	c presolving (12 rounds):
0.09/0.19	c  362 deleted vars, 395 deleted constraints, 362 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  11112 implications, 90 cliques
0.09/0.19	c presolved problem has 5894 variables (5894 bin, 0 int, 0 impl, 0 cont) and 6047 constraints
0.09/0.19	c      90 constraints of type <setppc>
0.09/0.19	c    5957 constraints of type <logicor>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.09
0.09/0.19	c SATUNSAT-LIN
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.19	c separating/flowcover/freq = c -1
0.09/0.19	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.19	c separating/cmir/freq = c -1
0.09/0.19	c # additional number of allowed LP iterations
0.09/0.19	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19	c heuristics/veclendiving/maxlpiterofs = c 1500
0.09/0.19	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.09/0.19	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19	c heuristics/veclendiving/freq = c -1
0.09/0.19	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.19	c heuristics/simplerounding/freq = c -1
0.09/0.19	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19	c heuristics/shifting/freq = c -1
0.09/0.19	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.19	c heuristics/rounding/freq = c -1
0.09/0.19	c # additional number of allowed LP iterations
0.09/0.19	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.09/0.19	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.09/0.19	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.09/0.19	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.19	c heuristics/rootsoldiving/freq = c -1
0.09/0.19	c # number of nodes added to the contingent of the total nodes
0.09/0.19	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.19	c heuristics/rens/nodesofs = c 2000
0.09/0.19	c # minimum percentage of integer variables that have to be fixable 
0.09/0.19	c # [type: real, range: [0,1], default: 0.5]
0.09/0.19	c heuristics/rens/minfixingrate = c 0.3
0.09/0.19	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.19	c heuristics/rens/freq = c -1
0.09/0.19	c # additional number of allowed LP iterations
0.09/0.19	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.09/0.19	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.09/0.19	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19	c heuristics/pscostdiving/freq = c -1
0.09/0.19	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.19	c heuristics/oneopt/freq = c -1
0.09/0.19	c # additional number of allowed LP iterations
0.09/0.19	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.09/0.19	c # maximal fraction of diving LP iterations compared to total iteration number
0.09/0.19	c # [type: real, range: [0,1], default: 0.01]
0.09/0.19	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.09/0.19	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.19	c heuristics/objpscostdiving/freq = c -1
0.09/0.19	c # additional number of allowed LP iterations
0.09/0.19	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.09/0.19	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.09/0.19	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19	c heuristics/linesearchdiving/freq = c -1
0.09/0.19	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19	c heuristics/intshifting/freq = c -1
0.09/0.19	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19	c heuristics/intdiving/maxlpiterquot = c 0.075
0.09/0.19	c # additional number of allowed LP iterations
0.09/0.19	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19	c heuristics/guideddiving/maxlpiterofs = c 1500
0.09/0.19	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.09/0.19	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19	c heuristics/guideddiving/freq = c -1
0.09/0.19	c # additional number of allowed LP iterations
0.09/0.19	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19	c heuristics/fracdiving/maxlpiterofs = c 1500
0.09/0.19	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.09/0.19	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19	c heuristics/fracdiving/freq = c -1
0.09/0.19	c # additional number of allowed LP iterations
0.09/0.19	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19	c heuristics/feaspump/maxlpiterofs = c 2000
0.09/0.19	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.19	c heuristics/feaspump/freq = c -1
0.09/0.19	c # minimum percentage of integer variables that have to be fixed 
0.09/0.19	c # [type: real, range: [0,1], default: 0.666]
0.09/0.19	c heuristics/crossover/minfixingrate = c 0.5
0.09/0.19	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.09/0.19	c # [type: real, range: [0,1], default: 0.1]
0.09/0.19	c heuristics/crossover/nodesquot = c 0.15
0.09/0.19	c # number of nodes without incumbent change that heuristic should wait
0.09/0.19	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.09/0.19	c heuristics/crossover/nwaitingnodes = c 100
0.09/0.19	c # number of nodes added to the contingent of the total nodes
0.09/0.19	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.19	c heuristics/crossover/nodesofs = c 750
0.09/0.19	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 30]
0.09/0.19	c heuristics/crossover/freq = c -1
0.09/0.19	c # additional number of allowed LP iterations
0.09/0.19	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19	c heuristics/coefdiving/maxlpiterofs = c 1500
0.09/0.19	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.09/0.19	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19	c heuristics/coefdiving/freq = c -1
0.09/0.19	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c presolving/probing/maxrounds = c 0
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = c TRUE
0.09/0.19	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.09/0.19	c constraints/knapsack/disaggregation = c FALSE
0.09/0.19	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c constraints/knapsack/maxnumcardlift = c 0
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = c TRUE
0.09/0.19	c # maximal number of separation rounds in the root node (-1: unlimited)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/maxroundsroot = c 5
0.09/0.19	c # maximal number of separation rounds per node (-1: unlimited)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 5]
0.09/0.19	c separating/maxrounds = c 1
0.09/0.19	c # solving stops, if the given number of solutions were found (-1: no limit)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c limits/solutions = c 1
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = c 13950
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = c 1791
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = c 10000
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving problem
0.09/0.19	c 
1.89/1.99	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.89/1.99	c   1.9s|     1 |     0 |  3380 |  24M|   0 |1179 |5894 |6047 |6047 |5894 |6047 |   0 |   0 |   0 | 9.200000e+01 |      --      |    Inf 
3.20/3.30	c   3.2s|     1 |     0 |  4516 |  24M|   0 |1241 |5894 |6047 |6047 |5894 |6052 |   5 |   0 |   0 | 9.200000e+01 |      --      |    Inf 
4.88/4.97	c   4.9s|     1 |     0 |  5967 |  24M|   0 |1318 |5894 |6047 |6047 |5894 |6058 |  11 |   0 |   0 | 9.200000e+01 |      --      |    Inf 
6.29/6.39	c   6.3s|     1 |     0 |  7112 |  24M|   0 |1420 |5894 |6047 |6047 |5894 |6062 |  15 |   0 |   0 | 9.200000e+01 |      --      |    Inf 
8.09/8.10	c   8.0s|     1 |     0 |  8524 |  24M|   0 |1573 |5894 |6047 |6047 |5894 |6068 |  21 |   0 |   0 | 9.200000e+01 |      --      |    Inf 
9.58/9.61	c   9.5s|     1 |     0 |  9670 |  24M|   0 |1653 |5894 |6047 |6047 |5894 |6074 |  27 |   0 |   0 | 9.200000e+01 |      --      |    Inf 
28.98/29.06	c  28.9s|     1 |     2 |  9670 |  24M|   0 |1653 |5894 |6047 |6047 |5894 |6074 |  27 |   0 |  18 | 9.200000e+01 |      --      |    Inf 
1782.36/1782.77	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
1795.97/1796.33	c 
1795.97/1796.33	c SCIP Status        : solving was interrupted [time limit reached]
1795.97/1796.33	c Solving Time (sec) : 1791.55
1795.97/1796.33	c Solving Nodes      : 919
1795.97/1796.33	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1795.97/1796.33	c Dual Bound         : +9.20000000000002e+01
1795.97/1796.33	c Gap                : infinite
1795.97/1796.33	c NODE         919
1795.97/1796.33	c DUAL BOUND   92
1795.97/1796.33	c PRIMAL BOUND 1e+20
1795.97/1796.33	c GAP          1e+20
1795.97/1796.33	s UNKNOWN
1795.97/1796.33	c SCIP Status        : solving was interrupted [time limit reached]
1795.97/1796.33	c Solving Time       :    1791.55
1795.97/1796.33	c Original Problem   :
1795.97/1796.33	c   Problem name     : HOME/instance-3741960-1338776427.opb
1795.97/1796.33	c   Variables        : 6256 (6256 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.97/1796.33	c   Constraints      : 6442 initial, 6442 maximal
1795.97/1796.33	c Presolved Problem  :
1795.97/1796.33	c   Problem name     : t_HOME/instance-3741960-1338776427.opb
1795.97/1796.33	c   Variables        : 5894 (5894 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.97/1796.33	c   Constraints      : 6047 initial, 6180 maximal
1795.97/1796.33	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1795.97/1796.33	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1795.97/1796.33	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1795.97/1796.33	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1795.97/1796.33	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1795.97/1796.33	c   implics          :       0.00          0          0          0          0          0          0          0          0
1795.97/1796.33	c   probing          :       0.00          0          0          0          0          0          0          0          0
1795.97/1796.33	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1795.97/1796.33	c   linear           :       0.04        362          0          0        362          0        395          0          0
1795.97/1796.33	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1795.97/1796.33	c   root node        :          -          0          -          -          0          -          -          -          -
1795.97/1796.33	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1795.97/1796.33	c   integral         :          0          0          0        529          0          0         25          0          0       1028
1795.97/1796.33	c   setppc           :         90          5       6580          0          0          3      36269          0          0          0
1795.97/1796.33	c   logicor          :       5957+         5       5507          0          0         48      71571          0          0          0
1795.97/1796.33	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1795.97/1796.33	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1795.97/1796.33	c   integral         :     716.27       0.00       0.00     716.27       0.00
1795.97/1796.33	c   setppc           :       0.07       0.00       0.07       0.00       0.00
1795.97/1796.33	c   logicor          :       0.12       0.00       0.12       0.00       0.00
1795.97/1796.33	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1795.97/1796.33	c Propagators        :       Time      Calls    Cutoffs    DomReds
1795.97/1796.33	c   rootredcost      :       0.00          0          0          0
1795.97/1796.33	c   pseudoobj        :       0.69       6581          0          0
1795.97/1796.33	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1795.97/1796.33	c   propagation      :       0.00         51         51        138       26.1          2       11.0          -
1795.97/1796.33	c   infeasible LP    :       1.51        354         27        251      472.0          0        0.0          0
1795.97/1796.33	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1795.97/1796.33	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1795.97/1796.33	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1795.97/1796.33	c   applied globally :          -          -          -        162       49.4          -          -          -
1795.97/1796.33	c   applied locally  :          -          -          -          1     1093.0          -          -          -
1795.97/1796.33	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1795.97/1796.33	c   cut pool         :       0.00          4          -          -          0          -    (maximal pool size: 28)
1795.97/1796.33	c   redcost          :       0.03        520          0          0          0          0
1795.97/1796.33	c   impliedbounds    :       0.00          5          0          0          0          0
1795.97/1796.33	c   intobj           :       0.00          0          0          0          0          0
1795.97/1796.33	c   gomory           :       0.74          5          0          0          0          0
1795.97/1796.33	c   strongcg         :       0.72          5          0          0          0          0
1795.97/1796.33	c   cmir             :       0.00          0          0          0          0          0
1795.97/1796.33	c   flowcover        :       0.00          0          0          0          0          0
1795.97/1796.33	c   clique           :       0.18          5          0          0         28          0
1795.97/1796.33	c   zerohalf         :       0.00          0          0          0          0          0
1795.97/1796.33	c   mcf              :       0.00          1          0          0          0          0
1795.97/1796.33	c Pricers            :       Time      Calls       Vars
1795.97/1796.33	c   problem variables:       0.00          0          0
1795.97/1796.33	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1795.97/1796.33	c   relpscost        :     716.27        529          0         25          0          0       1028
1795.97/1796.33	c   pscost           :       0.00          0          0          0          0          0          0
1795.97/1796.33	c   inference        :       0.00          0          0          0          0          0          0
1795.97/1796.33	c   mostinf          :       0.00          0          0          0          0          0          0
1795.97/1796.33	c   leastinf         :       0.00          0          0          0          0          0          0
1795.97/1796.33	c   fullstrong       :       0.00          0          0          0          0          0          0
1795.97/1796.33	c   allfullstrong    :       0.00          0          0          0          0          0          0
1795.97/1796.33	c   random           :       0.00          0          0          0          0          0          0
1795.97/1796.33	c Primal Heuristics  :       Time      Calls      Found
1795.97/1796.33	c   LP solutions     :       0.00          -          0
1795.97/1796.33	c   pseudo solutions :       0.00          -          0
1795.97/1796.33	c   simplerounding   :       0.00          0          0
1795.97/1796.33	c   rounding         :       0.00          0          0
1795.97/1796.33	c   shifting         :       0.00          0          0
1795.97/1796.33	c   intshifting      :       0.00          0          0
1795.97/1796.33	c   oneopt           :       0.00          0          0
1795.97/1796.33	c   fixandinfer      :       0.00          0          0
1795.97/1796.33	c   feaspump         :       0.00          0          0
1795.97/1796.33	c   coefdiving       :       0.00          0          0
1795.97/1796.33	c   pscostdiving     :       0.00          0          0
1795.97/1796.33	c   fracdiving       :       0.00          0          0
1795.97/1796.33	c   veclendiving     :       0.00          0          0
1795.97/1796.33	c   intdiving        :       0.00          0          0
1795.97/1796.33	c   actconsdiving    :       0.00          0          0
1795.97/1796.33	c   objpscostdiving  :       0.00          0          0
1795.97/1796.33	c   rootsoldiving    :       0.00          0          0
1795.97/1796.33	c   linesearchdiving :       0.00          0          0
1795.97/1796.33	c   guideddiving     :       0.00          0          0
1795.97/1796.33	c   octane           :       0.00          0          0
1795.97/1796.33	c   rens             :       0.00          0          0
1795.97/1796.33	c   rins             :       0.00          0          0
1795.97/1796.33	c   localbranching   :       0.00          0          0
1795.97/1796.33	c   mutation         :       0.00          0          0
1795.97/1796.33	c   crossover        :       0.00          0          0
1795.97/1796.33	c   dins             :       0.00          0          0
1795.97/1796.33	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1795.97/1796.33	c   primal LP        :       0.00          0          0       0.00          -
1795.97/1796.33	c   dual LP          :    1069.80        889    1372889    1544.31    1283.31
1795.97/1796.33	c   barrier LP       :       0.00          0          0       0.00          -
1795.97/1796.33	c   diving/probing LP:       0.00          0          0       0.00          -
1795.97/1796.33	c   strong branching :     716.07        871     810080     930.06    1131.29
1795.97/1796.33	c     (at root node) :          -         18      18000    1000.00          -
1795.97/1796.33	c   conflict analysis:       0.00          0          0       0.00          -
1795.97/1796.33	c B&B Tree           :
1795.97/1796.33	c   number of runs   :          1
1795.97/1796.33	c   nodes            :        919
1795.97/1796.33	c   nodes (total)    :        919
1795.97/1796.33	c   nodes left       :        110
1795.97/1796.33	c   max depth        :         66
1795.97/1796.33	c   max depth (total):         66
1795.97/1796.33	c   backtracks       :        178 (19.4%)
1795.97/1796.33	c   delayed cutoffs  :          0
1795.97/1796.33	c   repropagations   :       1014 (1769 domain reductions, 0 cutoffs)
1795.97/1796.33	c   avg switch length:       5.03
1795.97/1796.33	c   switching time   :       0.36
1795.97/1796.33	c Solution           :
1795.97/1796.33	c   Solutions found  :          0 (0 improvements)
1795.97/1796.33	c   Primal Bound     :          -
1795.97/1796.33	c   Dual Bound       : +9.20000000000002e+01
1795.97/1796.33	c   Gap              :   infinite
1795.97/1796.33	c   Root Dual Bound  : +9.20000000000002e+01
1795.97/1796.37	c Time complete: 1796.04.

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

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: 2.00 2.00 2.00 2/177 1914
/proc/meminfo: memFree=28357348/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 1630 0 0 0 0 0 0 0 20 0 1 0 343771310 9367552 1583 33554432000 4194304 7823515 140733293221152 140736224109592 6911387 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1914/statm: 2287 1584 351 887 0 1397 0

[startup+0.069273 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 1914
/proc/meminfo: memFree=28357348/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=19644 CPUtime=0.05 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 4498 0 0 0 5 0 0 0 20 0 1 0 343771310 20115456 4098 33554432000 4194304 7823515 140733293221152 140736224109592 5878822 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/1914/statm: 4911 4123 367 887 0 4021 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 19644

[startup+0.100343 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 1914
/proc/meminfo: memFree=28357348/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=32260 CPUtime=0.09 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 7513 0 0 0 8 1 0 0 20 0 1 0 343771310 33034240 7112 33554432000 4194304 7823515 140733293221152 140736224109592 6954986 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/1914/statm: 8065 7112 418 887 0 7175 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32260

[startup+0.300311 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 1914
/proc/meminfo: memFree=28357348/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=51820 CPUtime=0.29 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 12378 0 0 0 26 3 0 0 20 0 1 0 343771310 53063680 11921 33554432000 4194304 7823515 140733293221152 140736224109592 6954986 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/1914/statm: 12955 11921 514 887 0 12065 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51820

[startup+0.700245 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 1914
/proc/meminfo: memFree=28357348/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=53284 CPUtime=0.68 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 12815 0 0 0 65 3 0 0 20 0 1 0 343771310 54562816 12343 33554432000 4194304 7823515 140733293221152 140733293216952 6954986 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/1914/statm: 13321 12343 517 887 0 12431 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 53284

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1915
/proc/meminfo: memFree=28310120/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=54448 CPUtime=1.48 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 12945 0 0 0 145 3 0 0 20 0 1 0 343771310 55754752 12473 33554432000 4194304 7823515 140733293221152 140733293216488 6954986 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/1914/statm: 13612 12473 517 887 0 12722 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 54448

[startup+3.10024 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1915
/proc/meminfo: memFree=28309748/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=55628 CPUtime=3.09 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 13396 0 0 0 304 5 0 0 20 0 1 0 343771310 56963072 12914 33554432000 4194304 7823515 140733293221152 140733293216904 6954986 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/1914/statm: 13907 12914 542 887 0 13017 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55628

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1915
/proc/meminfo: memFree=28306400/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=56008 CPUtime=6.29 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 13587 0 0 0 623 6 0 0 20 0 1 0 343771310 57352192 13105 33554432000 4194304 7823515 140733293221152 140733293216952 6954986 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/1914/statm: 14002 13105 542 887 0 13112 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56008

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1915
/proc/meminfo: memFree=28305920/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=56604 CPUtime=12.68 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 14278 0 0 0 1261 7 0 0 20 0 1 0 343771310 57962496 13216 33554432000 4194304 7823515 140733293221152 140733293216312 6954986 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/1914/statm: 14151 13216 546 887 0 13261 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 56604

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1915
/proc/meminfo: memFree=28306288/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=56472 CPUtime=25.48 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 16837 0 0 0 2539 9 0 0 20 0 1 0 343771310 57827328 13247 33554432000 4194304 7823515 140733293221152 140733293215848 6954986 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/1914/statm: 14118 13247 546 887 0 13228 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 56472

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1916
/proc/meminfo: memFree=28305200/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=56604 CPUtime=51.06 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 27619 0 0 0 5091 15 0 0 20 0 1 0 343771310 57962496 13709 33554432000 4194304 7823515 140733293221152 140733293216312 6954986 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/1914/statm: 14151 13709 547 887 0 13261 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 56604

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1917
/proc/meminfo: memFree=28304936/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=56644 CPUtime=102.26 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 47614 0 0 0 10199 27 0 0 20 0 1 0 343771310 58003456 13754 33554432000 4194304 7823515 140733293221152 140733293216312 6954986 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/1914/statm: 14161 13754 547 887 0 13271 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 56644

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1917
/proc/meminfo: memFree=28306552/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=56552 CPUtime=162.25 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 110199 0 0 0 16177 48 0 0 20 0 1 0 343771310 57909248 13619 33554432000 4194304 7823515 140733293221152 140733293215848 6954986 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/1914/statm: 14138 13619 547 887 0 13248 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 56552

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1917
/proc/meminfo: memFree=28302952/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=57536 CPUtime=222.23 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 132648 0 0 0 22162 61 0 0 20 0 1 0 343771310 58916864 13984 33554432000 4194304 7823515 140733293221152 140733293216488 6954986 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/1914/statm: 14384 13984 547 887 0 13494 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 57536

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1917
/proc/meminfo: memFree=28301152/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=59056 CPUtime=282.22 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 145695 0 0 0 28151 71 0 0 20 0 1 0 343771310 60473344 14361 33554432000 4194304 7823515 140733293221152 140733293216840 6954986 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/1914/statm: 14764 14361 553 887 0 13874 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 59056

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1918
/proc/meminfo: memFree=28300716/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=59312 CPUtime=342.21 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 151894 0 0 0 34138 83 0 0 20 0 1 0 343771310 60735488 14410 33554432000 4194304 7823515 140733293221152 140733293216952 6954986 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/1914/statm: 14828 14410 553 887 0 13938 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 59312

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1918
/proc/meminfo: memFree=28301208/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=58424 CPUtime=402.2 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 173397 0 0 0 40125 95 0 0 20 0 1 0 343771310 59826176 14121 33554432000 4194304 7823515 140733293221152 140733293216264 6954986 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/1914/statm: 14606 14122 553 887 0 13716 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 58424

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1918
/proc/meminfo: memFree=28301580/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=58936 CPUtime=462.19 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 190480 0 0 0 46112 107 0 0 20 0 1 0 343771310 60350464 14273 33554432000 4194304 7823515 140733293221152 140733293216952 6954986 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/1914/statm: 14734 14273 553 887 0 13844 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 58936

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1918
/proc/meminfo: memFree=28301144/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=59472 CPUtime=522.18 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 196035 0 0 0 52100 118 0 0 20 0 1 0 343771310 60899328 14397 33554432000 4194304 7823515 140733293221152 140733293216312 6954986 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/1914/statm: 14868 14397 553 887 0 13978 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 59472

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1959
/proc/meminfo: memFree=28309948/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=58836 CPUtime=582.17 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 203663 0 0 0 58086 131 0 0 20 0 1 0 343771310 60248064 14327 33554432000 4194304 7823515 140733293221152 140733293216488 6954986 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/1914/statm: 14709 14327 553 887 0 13819 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 58836

[startup+642.3 s]

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

/proc/meminfo: memFree=28305468/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=62112 CPUtime=1062.08 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 272497 0 0 0 105950 258 0 0 20 0 1 0 343771310 63602688 15027 33554432000 4194304 7823515 140733293221152 140733293216488 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1914/statm: 15528 15027 553 887 0 14638 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 62112

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1961
/proc/meminfo: memFree=28307140/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=60288 CPUtime=1122.07 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 276727 0 0 0 111932 275 0 0 20 0 1 0 343771310 61734912 14634 33554432000 4194304 7823515 140733293221152 140733293216488 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1914/statm: 15072 14634 553 887 0 14182 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 60288

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1964
/proc/meminfo: memFree=28305804/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=60640 CPUtime=1182.06 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 277416 0 0 0 117914 292 0 0 20 0 1 0 343771310 62095360 14740 33554432000 4194304 7823515 140733293221152 140733293215848 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1914/statm: 15160 14740 553 887 0 14270 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 60640

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1964
/proc/meminfo: memFree=28305524/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=60640 CPUtime=1242.05 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 277446 0 0 0 123898 307 0 0 20 0 1 0 343771310 62095360 14769 33554432000 4194304 7823515 140733293221152 140733293216840 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1914/statm: 15160 14769 553 887 0 14270 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 60640

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1965
/proc/meminfo: memFree=28305400/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=60788 CPUtime=1302.05 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 277447 0 0 0 129883 322 0 0 20 0 1 0 343771310 62246912 14770 33554432000 4194304 7823515 140733293221152 140733293216488 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1914/statm: 15197 14770 553 887 0 14307 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 60788

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1965
/proc/meminfo: memFree=28304408/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=62228 CPUtime=1362.03 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 291796 0 0 0 135864 339 0 0 20 0 1 0 343771310 63721472 15023 33554432000 4194304 7823515 140733293221152 140733293216488 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1914/statm: 15557 15023 553 887 0 14667 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 62228

[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 1965
/proc/meminfo: memFree=28303724/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=62120 CPUtime=1422.03 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 293227 0 0 0 141849 354 0 0 20 0 1 0 343771310 63610880 15103 33554432000 4194304 7823515 140733293221152 140733293216488 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1914/statm: 15530 15103 553 887 0 14640 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 62120

[startup+1482.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/177 1965
/proc/meminfo: memFree=28301180/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=64076 CPUtime=1482.01 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 293745 0 0 0 147835 366 0 0 20 0 1 0 343771310 65613824 15620 33554432000 4194304 7823515 140733293221152 140733293216952 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1914/statm: 16019 15620 553 887 0 15129 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 64076

[startup+1542.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/177 1965
/proc/meminfo: memFree=28300432/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=64076 CPUtime=1542 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 293746 0 0 0 153821 379 0 0 20 0 1 0 343771310 65613824 15620 33554432000 4194304 7823515 140733293221152 140733293216904 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1914/statm: 16019 15620 553 887 0 15129 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 64076

[startup+1602.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/177 1966
/proc/meminfo: memFree=28300740/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=64076 CPUtime=1602 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 293746 0 0 0 159805 395 0 0 20 0 1 0 343771310 65613824 15620 33554432000 4194304 7823515 140733293221152 140733293216488 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1914/statm: 16019 15620 553 887 0 15129 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 64076

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 1966
/proc/meminfo: memFree=28301544/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=64076 CPUtime=1661.99 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 293746 0 0 0 165790 409 0 0 20 0 1 0 343771310 65613824 15620 33554432000 4194304 7823515 140733293221152 140733293216488 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1914/statm: 16019 15620 553 887 0 15129 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 64076

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 1966
/proc/meminfo: memFree=28301356/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=64076 CPUtime=1721.97 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 293746 0 0 0 171773 424 0 0 20 0 1 0 343771310 65613824 15620 33554432000 4194304 7823515 140733293221152 140733293216488 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1914/statm: 16019 15620 553 887 0 15129 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 64076

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 1969
/proc/meminfo: memFree=28299656/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=64344 CPUtime=1781.97 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 295145 0 0 0 177760 437 0 0 20 0 1 0 343771310 65888256 15702 33554432000 4194304 7823515 140733293221152 140733293216952 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1914/statm: 16086 15702 553 887 0 15196 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 64344

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 1969
/proc/meminfo: memFree=28299656/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=64344 CPUtime=1785.17 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 295232 0 0 0 178079 438 0 0 20 0 1 0 343771310 65888256 15789 33554432000 4194304 7823515 140733293221152 140733293216488 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1914/statm: 16086 15789 640 887 0 15196 0
Current children cumulated CPU time (s) 1785.17
Current children cumulated vsize (KiB) 64344

[startup+1791.91 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 1969
/proc/meminfo: memFree=28299980/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=64344 CPUtime=1791.57 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 295232 0 0 0 178718 439 0 0 20 0 1 0 343771310 65888256 15789 33554432000 4194304 7823515 140733293221152 140733293215848 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1914/statm: 16086 15789 640 887 0 15196 0
Current children cumulated CPU time (s) 1791.57
Current children cumulated vsize (KiB) 64344

[startup+1793.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 1969
/proc/meminfo: memFree=28299980/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=64344 CPUtime=1793.17 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 295232 0 0 0 178877 440 0 0 20 0 1 0 343771310 65888256 15789 33554432000 4194304 7823515 140733293221152 140733293215848 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1914/statm: 16086 15789 640 887 0 15196 0
Current children cumulated CPU time (s) 1793.17
Current children cumulated vsize (KiB) 64344

[startup+1795.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 1969
/proc/meminfo: memFree=28299980/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=64344 CPUtime=1794.77 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 295247 0 0 0 179037 440 0 0 20 0 1 0 343771310 65888256 15804 33554432000 4194304 7823515 140733293221152 140733293215848 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1914/statm: 16086 15804 640 887 0 15196 0
Current children cumulated CPU time (s) 1794.77
Current children cumulated vsize (KiB) 64344

[startup+1795.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 1969
/proc/meminfo: memFree=28299980/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=64344 CPUtime=1795.56 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 295247 0 0 0 179116 440 0 0 20 0 1 0 343771310 65888256 15804 33554432000 4194304 7823515 140733293221152 140733293216312 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1914/statm: 16086 15804 640 887 0 15196 0
Current children cumulated CPU time (s) 1795.56
Current children cumulated vsize (KiB) 64344

[startup+1796.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 1969
/proc/meminfo: memFree=28299980/32873844 swapFree=7372/7372
[pid=1914] ppid=1912 vsize=64344 CPUtime=1795.97 cores=1,3,5,7
/proc/1914/stat : 1914 (pbscip.linux.x8) R 1912 1914 32091 0 -1 4202496 295247 0 0 0 179157 440 0 0 20 0 1 0 343771310 65888256 15804 33554432000 4194304 7823515 140733293221152 140733293216312 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1914/statm: 16086 15804 640 887 0 15196 0
Current children cumulated CPU time (s) 1795.97
Current children cumulated vsize (KiB) 64344

Child status: 0
Real time (s): 1796.37
CPU time (s): 1796.05
CPU user time (s): 1791.64
CPU system time (s): 4.40733
CPU usage (%): 99.9819
Max. virtual memory (cumulated for all children) (KiB): 64888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.64
system time used= 4.40733
maximum resident set size= 63284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 295255
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= 31
involuntary context switches= 3622

runsolver used 2.81157 second user time and 7.75582 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-04 04:20:27
IDJOB=3741960
IDBENCH=90121
IDSOLVER=2321
FILE ID=node109/3741960-1338776427
RUNJOBID= node109-1338747536-32108
PBS_JOBID= 14636780
Free space on /tmp= 70704 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K92.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741960-1338776427/watcher-3741960-1338776427 -o /tmp/evaluation-result-3741960-1338776427/solver-3741960-1338776427 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3741960-1338776427.opb

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

MD5SUM BENCH= 21cc97db69195cd3dcf69a6d797764c1
RANDOM SEED=395336222

node109.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		: 2667.264
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	: 5334.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
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		: 2667.264
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		: 2667.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28358140 kB
Buffers:         1868216 kB
Cached:          1693068 kB
SwapCached:          988 kB
Active:          2512236 kB
Inactive:        1123940 kB
Active(anon):      65584 kB
Inactive(anon):     7876 kB
Active(file):    2446652 kB
Inactive(file):  1116064 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67105540 kB
Dirty:             10232 kB
Writeback:             0 kB
AnonPages:         77224 kB
Mapped:            12696 kB
Shmem:                 4 kB
Slab:             740624 kB
SReclaimable:     182608 kB
SUnreclaim:       558016 kB
KernelStack:        1456 kB
PageTables:         4068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     187076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 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= 70696 MiB
End job on node109 at 2012-06-04 04:50:24