Trace number 3737764

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)? (TO) 1800.26 1800.62

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_5_40.opb
MD5SUMc1794605d16cd8196553c490f5507fd9
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12452
Sum of products size (including duplicates)24904
Number of different products6226
Sum of products size12452

Solver Data

0.00/0.03	c SCIP version 1.1.0.7
0.00/0.03	c LP-Solver SoPlex 1.4.1
0.00/0.03	c user parameter file <scip.set> not found - using default parameters
0.00/0.03	c read problem <HOME/instance-3737764-1338751037.opb>
0.00/0.03	c original problem has 6626 variables (6626 bin, 0 int, 0 impl, 0 cont) and 6828 constraints
0.00/0.05	c No objective function, only one solution is needed.
0.00/0.05	c start presolving problem
0.00/0.05	c presolving:
0.09/0.14	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 601 upgd conss, 50208 impls, 400 clqs
0.19/0.20	c presolving (2 rounds):
0.19/0.20	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.20	c  50208 implications, 400 cliques
0.19/0.20	c presolved problem has 6626 variables (6626 bin, 0 int, 0 impl, 0 cont) and 6828 constraints
0.19/0.20	c       1 constraints of type <knapsack>
0.19/0.20	c     400 constraints of type <setppc>
0.19/0.20	c    6226 constraints of type <and>
0.19/0.20	c       1 constraints of type <linear>
0.19/0.20	c     200 constraints of type <logicor>
0.19/0.20	c transformed objective value is always integral (scale: 1)
0.19/0.20	c Presolving Time: 0.08
0.19/0.20	c SATUNSAT-NLC
0.19/0.20	c -----------------------------------------------------------------------------------------------
0.19/0.20	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.20	c separating/flowcover/freq = c -1
0.19/0.20	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.20	c separating/cmir/freq = c -1
0.19/0.20	c # additional number of allowed LP iterations
0.19/0.20	c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.20	c heuristics/veclendiving/maxlpiterofs = c 1500
0.19/0.20	c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.20	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.19/0.20	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.20	c heuristics/veclendiving/freq = c -1
0.19/0.20	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.20	c heuristics/simplerounding/freq = c -1
0.19/0.20	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.20	c heuristics/shifting/freq = c -1
0.19/0.20	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.20	c heuristics/rounding/freq = c -1
0.19/0.20	c # additional number of allowed LP iterations
0.19/0.20	c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.20	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.19/0.20	c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.19/0.20	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.19/0.20	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 20]
0.19/0.20	c heuristics/rootsoldiving/freq = c -1
0.19/0.20	c # number of nodes added to the contingent of the total nodes
0.19/0.20	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.19/0.20	c heuristics/rens/nodesofs = c 2000
0.19/0.20	c # minimum percentage of integer variables that have to be fixable 
0.19/0.20	c # [type: real, range: [0,1], default: 0.5]
0.19/0.20	c heuristics/rens/minfixingrate = c 0.3
0.19/0.20	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.20	c heuristics/rens/freq = c -1
0.19/0.20	c # additional number of allowed LP iterations
0.19/0.20	c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.20	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.19/0.20	c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.20	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.19/0.20	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.20	c heuristics/pscostdiving/freq = c -1
0.19/0.20	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.20	c heuristics/oneopt/freq = c -1
0.19/0.20	c # additional number of allowed LP iterations
0.19/0.20	c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.20	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.19/0.20	c # maximal fraction of diving LP iterations compared to total iteration number
0.19/0.20	c # [type: real, range: [0,1], default: 0.01]
0.19/0.20	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.19/0.20	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 20]
0.19/0.20	c heuristics/objpscostdiving/freq = c -1
0.19/0.20	c # additional number of allowed LP iterations
0.19/0.20	c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.20	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.19/0.20	c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.20	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.19/0.20	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.20	c heuristics/linesearchdiving/freq = c -1
0.19/0.20	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.20	c heuristics/intshifting/freq = c -1
0.19/0.20	c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.20	c heuristics/intdiving/maxlpiterquot = c 0.075
0.19/0.20	c # additional number of allowed LP iterations
0.19/0.20	c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.20	c heuristics/guideddiving/maxlpiterofs = c 1500
0.19/0.20	c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.20	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.19/0.20	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.20	c heuristics/guideddiving/freq = c -1
0.19/0.20	c # additional number of allowed LP iterations
0.19/0.20	c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.20	c heuristics/fracdiving/maxlpiterofs = c 1500
0.19/0.20	c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.20	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.19/0.20	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.20	c heuristics/fracdiving/freq = c -1
0.19/0.20	c # additional number of allowed LP iterations
0.19/0.20	c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.20	c heuristics/feaspump/maxlpiterofs = c 2000
0.19/0.20	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 20]
0.19/0.20	c heuristics/feaspump/freq = c -1
0.19/0.20	c # minimum percentage of integer variables that have to be fixed 
0.19/0.20	c # [type: real, range: [0,1], default: 0.666]
0.19/0.20	c heuristics/crossover/minfixingrate = c 0.5
0.19/0.20	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.19/0.20	c # [type: real, range: [0,1], default: 0.1]
0.19/0.20	c heuristics/crossover/nodesquot = c 0.15
0.19/0.20	c # number of nodes without incumbent change that heuristic should wait
0.19/0.20	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.19/0.20	c heuristics/crossover/nwaitingnodes = c 100
0.19/0.20	c # number of nodes added to the contingent of the total nodes
0.19/0.20	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.19/0.20	c heuristics/crossover/nodesofs = c 750
0.19/0.20	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 30]
0.19/0.20	c heuristics/crossover/freq = c -1
0.19/0.20	c # additional number of allowed LP iterations
0.19/0.20	c # [type: int, range: [0,2147483647], default: 1000]
0.19/0.20	c heuristics/coefdiving/maxlpiterofs = c 1500
0.19/0.20	c # maximal fraction of diving LP iterations compared to node LP iterations
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.19/0.20	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.19/0.20	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 10]
0.19/0.20	c heuristics/coefdiving/freq = c -1
0.19/0.20	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.20	c presolving/probing/maxrounds = c 0
0.19/0.20	c # should presolving try to simplify knapsacks
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/knapsack/simplifyinequalities = c TRUE
0.19/0.20	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.19/0.20	c constraints/knapsack/disaggregation = c FALSE
0.19/0.20	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.20	c constraints/knapsack/maxnumcardlift = c 0
0.19/0.20	c # should presolving try to simplify inequalities
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c constraints/linear/simplifyinequalities = c TRUE
0.19/0.21	c # maximal number of separation rounds in the root node (-1: unlimited)
0.19/0.21	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.21	c separating/maxroundsroot = c 5
0.19/0.21	c # maximal number of separation rounds per node (-1: unlimited)
0.19/0.21	c # [type: int, range: [-1,2147483647], default: 5]
0.19/0.21	c separating/maxrounds = c 1
0.19/0.21	c # solving stops, if the given number of solutions were found (-1: no limit)
0.19/0.21	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.21	c limits/solutions = c 1
0.19/0.21	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.21	c limits/memory = c 13950
0.19/0.21	c # maximal time in seconds to run
0.19/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.21	c limits/time = c 1791
0.19/0.21	c # frequency for displaying node information lines
0.19/0.21	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.21	c display/freq = c 10000
0.19/0.21	c -----------------------------------------------------------------------------------------------
0.19/0.21	c start solving problem
0.19/0.21	c 
0.29/0.32	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.32	c   0.2s|     1 |     0 |   306 |  29M|   0 | 161 |6626 |6828 |6828 |6626 |  13k|   0 |   0 |   0 | 8.000000e+01 |      --      |    Inf 
0.68/0.71	c   0.6s|     1 |     0 |   408 |  29M|   0 | 162 |6626 |6828 |6828 |6626 |  13k|   2 |   0 |   0 | 8.000000e+01 |      --      |    Inf 
1.00/1.04	c   0.9s|     1 |     0 |   519 |  29M|   0 | 163 |6626 |6828 |6828 |6626 |  13k|   4 |   0 |   0 | 8.000000e+01 |      --      |    Inf 
4.39/4.42	c   4.3s|     1 |     0 |   542 |  29M|   0 | 163 |6626 |6828 |6828 |6626 |  13k|   5 |   0 |   0 | 8.000000e+01 |      --      |    Inf 
16.28/16.34	c  16.2s|     1 |     2 |   542 |  29M|   0 | 163 |6626 |6828 |6828 |6626 |  13k|   5 |   0 |  33 | 8.000000e+01 |      --      |    Inf 
331.00/331.15	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
332.49/332.69	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
666.03/666.21	c   662s| 10000 |  5153 |  1510k| 131M|  77 |  59 |6626 |7627 |5600 |6626 |1390 | 808k|5529 |  13k| 8.000000e+01 |      --      |    Inf 
802.60/802.90	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
1218.13/1218.49	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
1257.23/1257.54	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
1268.92/1269.28	c  1262s| 20000 |  9603 |  3160k| 230M|  77 | 105 |6626 |7945 |5629 |6626 |1386 |1626k|  11k|  20k| 8.000000e+01 |      --      |    Inf 
1413.89/1414.25	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
1519.97/1520.30	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
1701.26/1701.63	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
1798.42/1798.83	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
1800.04/1800.42	c 
1800.04/1800.42	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.42	c Solving Time (sec) : 1790.47
1800.04/1800.42	c Solving Nodes      : 28707
1800.04/1800.42	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.42	c Dual Bound         : +8.00000000000001e+01
1800.04/1800.42	c Gap                : infinite
1800.04/1800.42	c NODE         28707
1800.04/1800.42	c DUAL BOUND   80
1800.04/1800.42	c PRIMAL BOUND 1e+20
1800.04/1800.42	c GAP          1e+20
1800.04/1800.42	s UNKNOWN
1800.04/1800.42	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.42	c Solving Time       :    1790.47
1800.04/1800.42	c Original Problem   :
1800.04/1800.42	c   Problem name     : HOME/instance-3737764-1338751037.opb
1800.04/1800.42	c   Variables        : 6626 (6626 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.42	c   Constraints      : 6828 initial, 6828 maximal
1800.04/1800.42	c Presolved Problem  :
1800.04/1800.42	c   Problem name     : t_HOME/instance-3737764-1338751037.opb
1800.04/1800.42	c   Variables        : 6626 (6626 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.42	c   Constraints      : 6828 initial, 8425 maximal
1800.04/1800.42	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.42	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.42	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.42	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.42	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.42	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.42	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.42	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.42	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.42	c   and              :       0.05          0          0          0          0          0          0          0          0
1800.04/1800.42	c   linear           :       0.03          0          0          0          0          0          0          0          0
1800.04/1800.42	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.42	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.42	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.42	c   integral         :          0          0          0      21596          0        110        868          0          0      41882
1800.04/1800.42	c   knapsack         :          1          4     103029        191          0          0          0          0          0          0
1800.04/1800.42	c   setppc           :        400          4     103029        191          0        144     425835          0          0          0
1800.04/1800.42	c   and              :       6226      24783     102885        191          0        300    9964583    3839130          0          0
1800.04/1800.42	c   linear           :          1          4     102585          0          0          0          0          0          0          0
1800.04/1800.42	c   logicor          :        200+         4      36582          0          0          2      59146          0          0          0
1800.04/1800.42	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.42	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.42	c   integral         :     454.84       0.00       0.00     454.84       0.00
1800.04/1800.42	c   knapsack         :       0.08       0.00       0.08       0.00       0.00
1800.04/1800.42	c   setppc           :       1.59       0.00       1.59       0.00       0.00
1800.04/1800.42	c   and              :      75.53      50.21      25.07       0.25       0.00
1800.04/1800.42	c   linear           :       1.24       0.00       1.24       0.00       0.00
1800.04/1800.42	c   logicor          :       1.07       0.00       1.07       0.00       0.00
1800.04/1800.42	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.42	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.42	c   rootredcost      :       0.03          0          0          0
1800.04/1800.42	c   pseudoobj        :      13.44     103030          0          0
1800.04/1800.42	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.42	c   propagation      :       0.00        446        444        444        2.3          0        0.0          -
1800.04/1800.42	c   infeasible LP    :       9.29       6261       5726      78661       55.5          4        2.0          0
1800.04/1800.42	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.42	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.42	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.42	c   applied globally :          -          -          -      18117       75.7          -          -          -
1800.04/1800.42	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.42	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.42	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 13)
1800.04/1800.42	c   redcost          :       4.20      24783          0          0          0          0
1800.04/1800.42	c   impliedbounds    :       0.00          4          0          0          0          0
1800.04/1800.42	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.42	c   gomory           :       3.94          4          0          0       1000          0
1800.04/1800.42	c   strongcg         :       3.23          4          0          0       1000          0
1800.04/1800.42	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.42	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.42	c   clique           :       0.03          4          0          0          0          0
1800.04/1800.42	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.42	c   mcf              :       0.11          2          0          0          0          0
1800.04/1800.42	c Pricers            :       Time      Calls       Vars
1800.04/1800.42	c   problem variables:       0.00          0          0
1800.04/1800.42	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.42	c   relpscost        :     454.78      21405        110        868          0          0      41882
1800.04/1800.42	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.42	c   inference        :       0.00          0          0          0          0          0          0
1800.04/1800.42	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.42	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.42	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.42	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.42	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.42	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.42	c   LP solutions     :       0.00          -          0
1800.04/1800.42	c   pseudo solutions :       0.00          -          0
1800.04/1800.42	c   simplerounding   :       0.00          0          0
1800.04/1800.42	c   rounding         :       0.00          0          0
1800.04/1800.42	c   shifting         :       0.00          0          0
1800.04/1800.42	c   intshifting      :       0.00          0          0
1800.04/1800.42	c   oneopt           :       0.00          0          0
1800.04/1800.42	c   fixandinfer      :       0.00          0          0
1800.04/1800.42	c   feaspump         :       0.00          0          0
1800.04/1800.42	c   coefdiving       :       0.00          0          0
1800.04/1800.42	c   pscostdiving     :       0.00          0          0
1800.04/1800.42	c   fracdiving       :       0.00          0          0
1800.04/1800.42	c   veclendiving     :       0.00          0          0
1800.04/1800.42	c   intdiving        :       0.00          0          0
1800.04/1800.42	c   actconsdiving    :       0.00          0          0
1800.04/1800.42	c   objpscostdiving  :       0.00          0          0
1800.04/1800.42	c   rootsoldiving    :       0.00          0          0
1800.04/1800.42	c   linesearchdiving :       0.00          0          0
1800.04/1800.42	c   guideddiving     :       0.00          0          0
1800.04/1800.42	c   octane           :       0.00          0          0
1800.04/1800.42	c   rens             :       0.00          0          0
1800.04/1800.42	c   rins             :       0.00          0          0
1800.04/1800.42	c   localbranching   :       0.00          0          0
1800.04/1800.42	c   mutation         :       0.00          0          0
1800.04/1800.42	c   crossover        :       0.00          0          0
1800.04/1800.42	c   dins             :       0.00          0          0
1800.04/1800.42	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.42	c   primal LP        :      23.01          0          0       0.00       0.00
1800.04/1800.42	c   dual LP          :    1115.73      53550    4683396      87.46    4197.61
1800.04/1800.42	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.42	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.42	c   strong branching :     453.03      24786    1643428      66.30    3627.64
1800.04/1800.42	c     (at root node) :          -         33      12170     368.79          -
1800.04/1800.42	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.42	c B&B Tree           :
1800.04/1800.42	c   number of runs   :          1
1800.04/1800.42	c   nodes            :      28707
1800.04/1800.42	c   nodes (total)    :      28707
1800.04/1800.42	c   nodes left       :      13134
1800.04/1800.42	c   max depth        :         77
1800.04/1800.42	c   max depth (total):         77
1800.04/1800.42	c   backtracks       :       2220 (7.7%)
1800.04/1800.42	c   delayed cutoffs  :         42
1800.04/1800.42	c   repropagations   :      15148 (61261 domain reductions, 4 cutoffs)
1800.04/1800.42	c   avg switch length:       3.74
1800.04/1800.42	c   switching time   :      43.78
1800.04/1800.42	c Solution           :
1800.04/1800.42	c   Solutions found  :          0 (0 improvements)
1800.04/1800.42	c   Primal Bound     :          -
1800.04/1800.42	c   Dual Bound       : +8.00000000000001e+01
1800.04/1800.42	c   Gap              :   infinite
1800.04/1800.42	c   Root Dual Bound  : +8.00000000000000e+01
1800.24/1800.62	c Time complete: 1800.25.

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-3737764-1338751037/watcher-3737764-1338751037 -o /tmp/evaluation-result-3737764-1338751037/solver-3737764-1338751037 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3737764-1338751037.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.01 2.00 3/178 21773
/proc/meminfo: memFree=28537880/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=9252 CPUtime=0 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 1660 0 0 0 0 0 0 0 20 0 1 0 341228485 9474048 1612 33554432000 4194304 7823515 140736537280672 140735704214696 6883856 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 2313 1612 351 887 0 1423 0

[startup+0.0673371 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 21773
/proc/meminfo: memFree=28537880/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=29128 CPUtime=0.05 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 6725 0 0 0 5 0 0 0 20 0 1 0 341228485 29827072 6323 33554432000 4194304 7823515 140736537280672 140735704214696 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 7282 6323 404 887 0 6392 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29128

[startup+0.100334 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 21773
/proc/meminfo: memFree=28537880/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=31488 CPUtime=0.09 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 7317 0 0 0 7 2 0 0 20 0 1 0 341228485 32243712 6915 33554432000 4194304 7823515 140736537280672 140735704214696 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 7872 6915 404 887 0 6982 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31488

[startup+0.300321 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 21773
/proc/meminfo: memFree=28537880/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=61648 CPUtime=0.29 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 14654 0 0 0 21 8 0 0 20 0 1 0 341228485 63127552 13911 33554432000 4194304 7823515 140736537280672 140735704214696 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 15412 13911 517 887 0 14522 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61648

[startup+0.700292 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 21773
/proc/meminfo: memFree=28537880/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=74064 CPUtime=0.68 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 18244 0 0 0 59 9 0 0 20 0 1 0 341228485 75841536 17460 33554432000 4194304 7823515 140736537280672 140735704214696 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 18516 17460 555 887 0 17626 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 74064

[startup+1.50021 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 21774
/proc/meminfo: memFree=28467348/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=78152 CPUtime=1.49 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 18892 0 0 0 139 10 0 0 20 0 1 0 341228485 80027648 18108 33554432000 4194304 7823515 140736537280672 140736537275768 4339117 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 19538 18108 555 887 0 18648 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 78152

[startup+3.10021 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 21774
/proc/meminfo: memFree=28466728/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=78152 CPUtime=3.08 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 18892 0 0 0 298 10 0 0 20 0 1 0 341228485 80027648 18108 33554432000 4194304 7823515 140736537280672 140736537275816 4273510 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 19538 18108 555 887 0 18648 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 78152

[startup+6.30021 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 21774
/proc/meminfo: memFree=28466008/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=78152 CPUtime=6.29 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 18953 0 0 0 617 12 0 0 20 0 1 0 341228485 80027648 18169 33554432000 4194304 7823515 140736537280672 140736537275816 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 19538 18169 555 887 0 18648 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 78152

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 21774
/proc/meminfo: memFree=28463552/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=78152 CPUtime=12.68 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 19260 0 0 0 1255 13 0 0 20 0 1 0 341228485 80027648 18476 33554432000 4194304 7823515 140736537280672 140736537275368 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 19538 18476 558 887 0 18648 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 78152

[startup+25.5003 s]
/proc/loadavg: 2.07 2.03 2.00 3/179 21774
/proc/meminfo: memFree=28461564/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=80636 CPUtime=25.49 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 20047 0 0 0 2529 20 0 0 20 0 1 0 341228485 82571264 19009 33554432000 4194304 7823515 140736537280672 140736537275000 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 20159 19009 568 887 0 19269 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 80636

[startup+51.1002 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 21850
/proc/meminfo: memFree=28530448/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=80636 CPUtime=51.09 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 20048 0 0 0 5075 34 0 0 20 0 1 0 341228485 82571264 19269 33554432000 4194304 7823515 140736537280672 140736537275720 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 20159 19269 568 887 0 19269 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 80636

[startup+102.307 s]
/proc/loadavg: 2.10 2.05 2.01 3/179 21850
/proc/meminfo: memFree=28505540/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=89936 CPUtime=102.25 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 22638 0 0 0 10160 65 0 0 20 0 1 0 341228485 92094464 21988 33554432000 4194304 7823515 140736537280672 140736537277752 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 22484 21988 568 887 0 21594 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 89936

[startup+162.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/179 21851
/proc/meminfo: memFree=28468988/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=109044 CPUtime=162.24 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 27472 0 0 0 16130 94 0 0 20 0 1 0 341228485 111661056 26805 33554432000 4194304 7823515 140736537280672 140736537275720 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 27261 26805 568 887 0 26371 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 109044

[startup+222.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/180 21854
/proc/meminfo: memFree=28435904/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=128348 CPUtime=222.21 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 32123 0 0 0 22094 127 0 0 20 0 1 0 341228485 131428352 31520 33554432000 4194304 7823515 140736537280672 140736537277752 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 32087 31520 568 887 0 31197 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 128348

[startup+282.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/179 21854
/proc/meminfo: memFree=28407736/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=143888 CPUtime=282.21 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 36020 0 0 0 28064 157 0 0 20 0 1 0 341228485 147341312 35415 33554432000 4194304 7823515 140736537280672 140736537275832 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 35972 35415 568 887 0 35082 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 143888

[startup+342.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 21854
/proc/meminfo: memFree=28386312/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=158428 CPUtime=342.19 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 39816 0 0 0 34030 189 0 0 20 0 1 0 341228485 162230272 39282 33554432000 4194304 7823515 140736537280672 140736537276472 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 39607 39282 656 887 0 38717 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 158428

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 21854
/proc/meminfo: memFree=28363972/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=174148 CPUtime=402.18 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 43608 0 0 0 40000 218 0 0 20 0 1 0 341228485 178327552 43072 33554432000 4194304 7823515 140736537280672 140736537276472 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 43537 43072 656 887 0 42647 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 174148

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 21854
/proc/meminfo: memFree=28342216/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=191004 CPUtime=462.17 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 47759 0 0 0 45966 251 0 0 20 0 1 0 341228485 195588096 47217 33554432000 4194304 7823515 140736537280672 140736537275336 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 47751 47217 656 887 0 46861 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 191004

[startup+522.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 21855
/proc/meminfo: memFree=28323068/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=204468 CPUtime=522.15 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 51123 0 0 0 51930 285 0 0 20 0 1 0 341228485 209375232 50820 33554432000 4194304 7823515 140736537280672 140736537275368 6100162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 51117 50820 656 887 0 50227 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 204468

[startup+582.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 21855
/proc/meminfo: memFree=28299312/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=218444 CPUtime=582.14 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 54537 0 0 0 57892 322 0 0 20 0 1 0 341228485 223686656 54213 33554432000 4194304 7823515 140736537280672 140736537275048 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 54611 54213 656 887 0 53721 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 218444

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/179 21859
/proc/meminfo: memFree=28208144/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=283492 CPUtime=882.09 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 70183 0 0 0 87717 492 0 0 20 0 1 0 341228485 290295808 70396 33554432000 4194304 7823515 140736537280672 140736537276008 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 70873 70396 656 887 0 69983 0
Current children cumulated CPU time (s) 882.09
Current children cumulated vsize (KiB) 283492

[startup+942.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 21859
/proc/meminfo: memFree=28187560/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=299764 CPUtime=942.08 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 74074 0 0 0 93687 521 0 0 20 0 1 0 341228485 306958336 74285 33554432000 4194304 7823515 140736537280672 140736537278504 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 74941 74285 656 887 0 74051 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 299764

[startup+1002.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/179 21859
/proc/meminfo: memFree=28163780/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=316984 CPUtime=1002.07 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 78069 0 0 0 99653 554 0 0 20 0 1 0 341228485 324591616 78435 33554432000 4194304 7823515 140736537280672 140736537275832 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 79246 78435 656 887 0 78356 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 316984

[startup+1062.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 21859
/proc/meminfo: memFree=28144536/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=331652 CPUtime=1062.05 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 81625 0 0 0 105619 586 0 0 20 0 1 0 341228485 339611648 82408 33554432000 4194304 7823515 140736537280672 140736537276424 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 82913 82408 656 887 0 82023 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 331652

[startup+1122.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/180 21861
/proc/meminfo: memFree=28126164/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=345288 CPUtime=1122.04 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 84830 0 0 0 111585 619 0 0 20 0 1 0 341228485 353574912 85613 33554432000 4194304 7823515 140736537280672 140736537275720 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 86322 85613 656 887 0 85432 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 345288

[startup+1182.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/179 21861
/proc/meminfo: memFree=28111592/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=356812 CPUtime=1182.04 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 87634 0 0 0 117556 648 0 0 20 0 1 0 341228485 365375488 88417 33554432000 4194304 7823515 140736537280672 140736537276360 6234850 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 89203 88417 656 887 0 88313 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 356812

[startup+1242.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/179 21861
/proc/meminfo: memFree=28091008/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=371576 CPUtime=1242.03 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 91160 0 0 0 123525 678 0 0 20 0 1 0 341228485 380493824 91943 33554432000 4194304 7823515 140736537280672 140736537276472 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 92894 91943 656 887 0 92004 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 371576

[startup+1302.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/179 21861
/proc/meminfo: memFree=28071848/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=388340 CPUtime=1302.02 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 95043 0 0 0 129499 703 0 0 20 0 1 0 341228485 397660160 95829 33554432000 4194304 7823515 140736537280672 140736537276008 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 97085 95829 656 887 0 96195 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 388340

[startup+1362.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 21861
/proc/meminfo: memFree=28048336/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=403352 CPUtime=1362 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 98533 0 0 0 135464 736 0 0 20 0 1 0 341228485 413032448 100306 33554432000 4194304 7823515 140736537280672 140736537276360 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 100838 100306 656 887 0 99948 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 403352

[startup+1422.31 s]
/proc/loadavg: 2.00 2.03 2.00 3/180 21865
/proc/meminfo: memFree=28031520/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=416308 CPUtime=1421.99 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 101554 0 0 0 141432 767 0 0 20 0 1 0 341228485 426299392 103528 33554432000 4194304 7823515 140736537280672 140736537276008 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 104077 103528 656 887 0 103187 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 416308

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 21865
/proc/meminfo: memFree=28017876/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=425184 CPUtime=1481.99 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 103724 0 0 0 147401 798 0 0 20 0 1 0 341228485 435388416 105698 33554432000 4194304 7823515 140736537280672 140736537275368 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 106296 105698 656 887 0 105406 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 425184

[startup+1542.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 21865
/proc/meminfo: memFree=28002048/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=437176 CPUtime=1541.98 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 106634 0 0 0 153371 827 0 0 20 0 1 0 341228485 447668224 108607 33554432000 4194304 7823515 140736537280672 140736537276472 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 109294 108607 656 887 0 108404 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 437176

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 21865
/proc/meminfo: memFree=27986052/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=449152 CPUtime=1601.97 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 109604 0 0 0 159342 855 0 0 20 0 1 0 341228485 459931648 111576 33554432000 4194304 7823515 140736537280672 140736537276360 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 112288 111576 656 887 0 111398 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 449152

[startup+1662.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 21865
/proc/meminfo: memFree=27971668/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=460240 CPUtime=1661.95 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 112117 0 0 0 165312 883 0 0 20 0 1 0 341228485 471285760 114087 33554432000 4194304 7823515 140736537280672 140736537277368 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 115060 114087 656 887 0 114170 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 460240

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 21866
/proc/meminfo: memFree=27951084/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=473728 CPUtime=1721.95 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 115366 0 0 0 171280 915 0 0 20 0 1 0 341228485 485097472 117336 33554432000 4194304 7823515 140736537280672 140736537276360 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 118432 117336 656 887 0 117542 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 473728

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 21866
/proc/meminfo: memFree=27932344/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=486920 CPUtime=1781.93 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 117951 0 0 0 177248 945 0 0 20 0 1 0 341228485 498606080 121195 33554432000 4194304 7823515 140736537280672 140736537276008 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 121730 121195 656 887 0 120840 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 486920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.10 2.04 2.00 3/179 21866
/proc/meminfo: memFree=27924904/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=492024 CPUtime=1800.04 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 119105 0 0 0 179048 956 0 0 20 0 1 0 341228485 503832576 122349 33554432000 4194304 7823515 140736537280672 140736537276296 6119040 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 123006 122349 656 887 0 122116 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 492024

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.6 s]
/proc/loadavg: 2.10 2.04 2.00 3/180 21867
/proc/meminfo: memFree=27924904/32873844 swapFree=7380/7380
[pid=21773] ppid=21771 vsize=492024 CPUtime=1800.24 cores=1,3,5,7
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21332 0 -1 4202496 119109 0 0 0 179068 956 0 0 20 0 1 0 341228485 503832576 122353 33554432000 4194304 7823515 140736537280672 140736537276296 5875129 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21773/statm: 123006 122353 660 887 0 122116 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 492024

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.26
CPU user time (s): 1790.69
CPU system time (s): 9.56554
CPU usage (%): 99.9798
Max. virtual memory (cumulated for all children) (KiB): 492024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.69
system time used= 9.56555
maximum resident set size= 489412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119111
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= 105
involuntary context switches= 1843

runsolver used 3.54246 second user time and 9.34358 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-03 21:17:17
IDJOB=3737764
IDBENCH=48313
IDSOLVER=2321
FILE ID=node133/3737764-1338751037
RUNJOBID= node133-1338747083-21349
PBS_JOBID= 14636776
Free space on /tmp= 70476 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_5_40.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-3737764-1338751037/watcher-3737764-1338751037 -o /tmp/evaluation-result-3737764-1338751037/solver-3737764-1338751037 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3737764-1338751037.opb

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

MD5SUM BENCH= c1794605d16cd8196553c490f5507fd9
RANDOM SEED=251304131

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.540
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.90
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.540
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.540
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:        28537772 kB
Buffers:          489288 kB
Cached:          2845372 kB
SwapCached:          676 kB
Active:          1618048 kB
Inactive:        1817700 kB
Active(anon):      92000 kB
Inactive(anon):    10220 kB
Active(file):    1526048 kB
Inactive(file):  1807480 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67107040 kB
Dirty:             20008 kB
Writeback:             0 kB
AnonPages:        106200 kB
Mapped:            12556 kB
Shmem:                 0 kB
Slab:             760204 kB
SReclaimable:     201500 kB
SUnreclaim:       558704 kB
KernelStack:        1504 kB
PageTables:         3940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     217944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70464 MiB
End job on node133 at 2012-06-03 21:47:19