Trace number 3730774

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.37 1796.67

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-dlx1c.rwmem1.ucl.opb
MD5SUM35e445ac209f1522afc5b57d4ebf6731
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.097985
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables7578
Total number of constraints21401
Number of constraints which are clauses20501
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints900
Minimum length of a constraint1
Maximum length of a constraint11
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
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.08/0.13	c SCIP version 1.1.0.7
0.08/0.13	c LP-Solver SoPlex 1.4.1
0.08/0.13	c user parameter file <scip.set> not found - using default parameters
0.08/0.13	c read problem <HOME/instance-3730774-1338684281.opb>
0.08/0.13	c original problem has 7578 variables (7578 bin, 0 int, 0 impl, 0 cont) and 21401 constraints
0.08/0.17	c No objective function, only one solution is needed.
0.08/0.17	c start presolving problem
0.08/0.17	c presolving:
0.29/0.34	c (round 1) 1249 del vars, 1916 del conss, 530 chg bounds, 450 chg sides, 932 chg coeffs, 0 upgd conss, 420742 impls, 0 clqs
0.29/0.36	c (round 2) 1252 del vars, 3420 del conss, 533 chg bounds, 450 chg sides, 932 chg coeffs, 0 upgd conss, 420894 impls, 0 clqs
0.39/0.44	c (round 3) 1252 del vars, 3426 del conss, 533 chg bounds, 450 chg sides, 932 chg coeffs, 17975 upgd conss, 420894 impls, 0 clqs
0.39/0.48	c presolving (4 rounds):
0.39/0.48	c  1252 deleted vars, 3426 deleted constraints, 533 tightened bounds, 0 added holes, 450 changed sides, 932 changed coefficients
0.39/0.48	c  420894 implications, 0 cliques
0.39/0.48	c presolved problem has 6326 variables (6326 bin, 0 int, 0 impl, 0 cont) and 17975 constraints
0.39/0.48	c     900 constraints of type <knapsack>
0.39/0.48	c   17075 constraints of type <logicor>
0.39/0.48	c transformed objective value is always integral (scale: 1)
0.39/0.48	c Presolving Time: 0.28
0.39/0.48	c SATUNSAT-LIN
0.39/0.48	c -----------------------------------------------------------------------------------------------
0.39/0.48	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.39/0.48	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.48	c separating/flowcover/freq = c -1
0.39/0.48	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.39/0.48	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.48	c separating/cmir/freq = c -1
0.39/0.48	c # additional number of allowed LP iterations
0.39/0.48	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.48	c heuristics/veclendiving/maxlpiterofs = c 1500
0.39/0.48	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.48	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.48	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.39/0.48	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.39/0.48	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.48	c heuristics/veclendiving/freq = c -1
0.39/0.48	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.39/0.48	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.48	c heuristics/simplerounding/freq = c -1
0.39/0.48	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.39/0.48	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.48	c heuristics/shifting/freq = c -1
0.39/0.48	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.39/0.48	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.48	c heuristics/rounding/freq = c -1
0.39/0.48	c # additional number of allowed LP iterations
0.39/0.48	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.48	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.39/0.48	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.48	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.39/0.48	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.39/0.48	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.39/0.48	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.48	c heuristics/rootsoldiving/freq = c -1
0.39/0.48	c # number of nodes added to the contingent of the total nodes
0.39/0.48	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.48	c heuristics/rens/nodesofs = c 2000
0.39/0.48	c # minimum percentage of integer variables that have to be fixable 
0.39/0.48	c # [type: real, range: [0,1], default: 0.5]
0.39/0.48	c heuristics/rens/minfixingrate = c 0.3
0.39/0.48	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.39/0.48	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.48	c heuristics/rens/freq = c -1
0.39/0.48	c # additional number of allowed LP iterations
0.39/0.48	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.48	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.39/0.48	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.48	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.48	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.39/0.48	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.48	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.48	c heuristics/pscostdiving/freq = c -1
0.39/0.48	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.39/0.48	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.48	c heuristics/oneopt/freq = c -1
0.39/0.48	c # additional number of allowed LP iterations
0.39/0.48	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.48	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.39/0.48	c # maximal fraction of diving LP iterations compared to total iteration number
0.39/0.48	c # [type: real, range: [0,1], default: 0.01]
0.39/0.48	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.39/0.48	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.48	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.48	c heuristics/objpscostdiving/freq = c -1
0.39/0.48	c # additional number of allowed LP iterations
0.39/0.48	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.48	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.39/0.48	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.48	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.48	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.39/0.48	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.39/0.48	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.48	c heuristics/linesearchdiving/freq = c -1
0.39/0.48	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.39/0.48	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.48	c heuristics/intshifting/freq = c -1
0.39/0.48	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.48	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.48	c heuristics/intdiving/maxlpiterquot = c 0.075
0.39/0.48	c # additional number of allowed LP iterations
0.39/0.48	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.48	c heuristics/guideddiving/maxlpiterofs = c 1500
0.39/0.48	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.48	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.48	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.39/0.48	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.39/0.48	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.48	c heuristics/guideddiving/freq = c -1
0.39/0.48	c # additional number of allowed LP iterations
0.39/0.48	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.48	c heuristics/fracdiving/maxlpiterofs = c 1500
0.39/0.48	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.48	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.48	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.39/0.48	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.39/0.48	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.48	c heuristics/fracdiving/freq = c -1
0.39/0.48	c # additional number of allowed LP iterations
0.39/0.48	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.48	c heuristics/feaspump/maxlpiterofs = c 2000
0.39/0.48	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.39/0.48	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.48	c heuristics/feaspump/freq = c -1
0.39/0.48	c # minimum percentage of integer variables that have to be fixed 
0.39/0.48	c # [type: real, range: [0,1], default: 0.666]
0.39/0.48	c heuristics/crossover/minfixingrate = c 0.5
0.39/0.48	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.39/0.48	c # [type: real, range: [0,1], default: 0.1]
0.39/0.48	c heuristics/crossover/nodesquot = c 0.15
0.39/0.48	c # number of nodes without incumbent change that heuristic should wait
0.39/0.48	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.39/0.48	c heuristics/crossover/nwaitingnodes = c 100
0.39/0.48	c # number of nodes added to the contingent of the total nodes
0.39/0.48	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.48	c heuristics/crossover/nodesofs = c 750
0.39/0.48	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.39/0.48	c # [type: int, range: [-1,2147483647], default: 30]
0.39/0.48	c heuristics/crossover/freq = c -1
0.39/0.48	c # additional number of allowed LP iterations
0.39/0.48	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.48	c heuristics/coefdiving/maxlpiterofs = c 1500
0.39/0.48	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.48	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.48	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.39/0.48	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.39/0.48	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.48	c heuristics/coefdiving/freq = c -1
0.39/0.48	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.39/0.48	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.48	c presolving/probing/maxrounds = c 0
0.39/0.48	c # should presolving try to simplify knapsacks
0.39/0.48	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.48	c constraints/knapsack/simplifyinequalities = c TRUE
0.39/0.48	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.39/0.48	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.39/0.48	c constraints/knapsack/disaggregation = c FALSE
0.39/0.48	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.39/0.48	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.48	c constraints/knapsack/maxnumcardlift = c 0
0.39/0.48	c # should presolving try to simplify inequalities
0.39/0.48	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.48	c constraints/linear/simplifyinequalities = c TRUE
0.39/0.48	c # maximal number of separation rounds in the root node (-1: unlimited)
0.39/0.48	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.48	c separating/maxroundsroot = c 5
0.39/0.48	c # maximal number of separation rounds per node (-1: unlimited)
0.39/0.48	c # [type: int, range: [-1,2147483647], default: 5]
0.39/0.48	c separating/maxrounds = c 1
0.39/0.48	c # solving stops, if the given number of solutions were found (-1: no limit)
0.39/0.48	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.48	c limits/solutions = c 1
0.39/0.48	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.48	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.48	c limits/memory = c 13950
0.39/0.48	c # maximal time in seconds to run
0.39/0.48	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.48	c limits/time = c 1791
0.39/0.48	c # frequency for displaying node information lines
0.39/0.48	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.48	c display/freq = c 10000
0.39/0.48	c -----------------------------------------------------------------------------------------------
0.39/0.48	c start solving problem
0.39/0.48	c 
1.39/1.44	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.39/1.44	c   1.3s|     1 |     0 |  2156 |  49M|   0 |1326 |6326 |  17k|  17k|6326 |  17k|   0 |   0 |   0 | 4.670329e+02 |      --      |    Inf 
2.69/2.70	c   2.5s|     1 |     0 |  2997 |  50M|   0 |1344 |6326 |  17k|  17k|6326 |  18k|  97 |   0 |   0 | 5.103848e+02 |      --      |    Inf 
4.59/4.62	c   4.4s|     1 |     0 |  4113 |  51M|   0 |1371 |6326 |  17k|  17k|6326 |  18k| 345 |   0 |   0 | 6.047563e+02 |      --      |    Inf 
7.48/7.51	c   7.3s|     1 |     0 |  5077 |  53M|   0 |1335 |6326 |  17k|  17k|6326 |  18k| 463 |   0 |   0 | 6.248756e+02 |      --      |    Inf 
10.69/10.74	c  10.5s|     1 |     0 |  6136 |  56M|   0 |1382 |6326 |  17k|  17k|6326 |  18k| 538 |   0 |   0 | 6.312250e+02 |      --      |    Inf 
13.49/13.59	c  13.3s|     1 |     0 |  7474 |  57M|   0 |1392 |6326 |  17k|  17k|6326 |  18k| 610 |   0 |   0 | 6.381313e+02 |      --      |    Inf 
22.28/22.31	c  22.0s|     1 |     2 |  7474 |  57M|   0 |1392 |6326 |  17k|  17k|6326 |  18k| 610 |   0 |  17 | 6.381313e+02 |      --      |    Inf 
1334.56/1334.80	c  1331s| 10000 |  1124 |  1151k|  86M|  85 | 958 |6326 |  20k|8202 |6326 |  18k| 610 |  14k|2809 | 7.650105e+02 |      --      |    Inf 
1796.29/1796.60	c 
1796.29/1796.60	c SCIP Status        : solving was interrupted [time limit reached]
1796.29/1796.60	c Solving Time (sec) : 1791.00
1796.29/1796.60	c Solving Nodes      : 13965
1796.29/1796.60	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.29/1796.60	c Dual Bound         : +7.70634229004973e+02
1796.29/1796.60	c Gap                : infinite
1796.29/1796.60	c NODE         13965
1796.29/1796.60	c DUAL BOUND   770.634
1796.29/1796.60	c PRIMAL BOUND 1e+20
1796.29/1796.60	c GAP          1e+20
1796.29/1796.60	s UNKNOWN
1796.29/1796.60	c SCIP Status        : solving was interrupted [time limit reached]
1796.29/1796.60	c Solving Time       :    1791.00
1796.29/1796.60	c Original Problem   :
1796.29/1796.60	c   Problem name     : HOME/instance-3730774-1338684281.opb
1796.29/1796.60	c   Variables        : 7578 (7578 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.29/1796.60	c   Constraints      : 21401 initial, 21401 maximal
1796.29/1796.60	c Presolved Problem  :
1796.29/1796.60	c   Problem name     : t_HOME/instance-3730774-1338684281.opb
1796.29/1796.60	c   Variables        : 6326 (6326 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.29/1796.60	c   Constraints      : 17975 initial, 21040 maximal
1796.29/1796.60	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.29/1796.60	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1796.29/1796.60	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1796.29/1796.60	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.29/1796.60	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.29/1796.60	c   implics          :       0.02          0        716          0          0          0          0          0          0
1796.29/1796.60	c   probing          :       0.00          0          0          0          0          0          0          0          0
1796.29/1796.60	c   knapsack         :       0.02          0          0          0          0          0          0          0          0
1796.29/1796.60	c   linear           :       0.19        533          3          0        533          0       3426        450        932
1796.29/1796.60	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1796.29/1796.60	c   root node        :          -          0          -          -          0          -          -          -          -
1796.29/1796.60	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.29/1796.60	c   integral         :          0          0          0      10844          0         26        314          0          0      21454
1796.29/1796.60	c   knapsack         :        900          5     304739          0          0          1        627       1000          0          0
1796.29/1796.60	c   logicor          :      17075+         5     299032          0          0       5642    2478231          0          0          0
1796.29/1796.60	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1796.29/1796.60	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.29/1796.60	c   integral         :     652.20       0.00       0.00     652.20       0.00
1796.29/1796.60	c   knapsack         :       4.23       0.01       4.22       0.00       0.00
1796.29/1796.60	c   logicor          :       7.33       0.00       7.33       0.00       0.00
1796.29/1796.60	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.29/1796.60	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.29/1796.60	c   rootredcost      :       0.06          0          0          0
1796.29/1796.60	c   pseudoobj        :      28.71     304964          0          0
1796.29/1796.60	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.29/1796.60	c   propagation      :       1.01       5643       5536      57975       51.6       1137       16.7          -
1796.29/1796.60	c   infeasible LP    :       0.07         50         50        119        9.6         15        5.3          0
1796.29/1796.60	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.29/1796.60	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.29/1796.60	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.29/1796.60	c   applied globally :          -          -          -      19091       38.7          -          -          -
1796.29/1796.60	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.29/1796.60	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.29/1796.60	c   cut pool         :       0.00          4          -          -        562          -    (maximal pool size: 2664)
1796.29/1796.60	c   redcost          :       1.71      10768          0          0          0          0
1796.29/1796.60	c   impliedbounds    :       0.03          5          0          0          0          0
1796.29/1796.60	c   intobj           :       0.00          0          0          0          0          0
1796.29/1796.60	c   gomory           :       5.22          5          0          0       2211          0
1796.29/1796.60	c   strongcg         :       1.64          5          0          0       2500          0
1796.29/1796.60	c   cmir             :       0.00          0          0          0          0          0
1796.29/1796.60	c   flowcover        :       0.00          0          0          0          0          0
1796.29/1796.60	c   clique           :       0.34          5          0          0         41          0
1796.29/1796.60	c   zerohalf         :       0.00          0          0          0          0          0
1796.29/1796.60	c   mcf              :       0.05          1          0          0          0          0
1796.29/1796.60	c Pricers            :       Time      Calls       Vars
1796.29/1796.60	c   problem variables:       0.00          0          0
1796.29/1796.60	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.29/1796.60	c   relpscost        :     652.16      10844         26        314          0          0      21454
1796.29/1796.60	c   pscost           :       0.00          0          0          0          0          0          0
1796.29/1796.60	c   inference        :       0.00          0          0          0          0          0          0
1796.29/1796.60	c   mostinf          :       0.00          0          0          0          0          0          0
1796.29/1796.60	c   leastinf         :       0.00          0          0          0          0          0          0
1796.29/1796.60	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.29/1796.60	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.29/1796.60	c   random           :       0.00          0          0          0          0          0          0
1796.29/1796.60	c Primal Heuristics  :       Time      Calls      Found
1796.29/1796.60	c   LP solutions     :       0.00          -          0
1796.29/1796.60	c   pseudo solutions :       0.00          -          0
1796.29/1796.60	c   simplerounding   :       0.00          0          0
1796.29/1796.60	c   rounding         :       0.00          0          0
1796.29/1796.60	c   shifting         :       0.00          0          0
1796.29/1796.60	c   intshifting      :       0.00          0          0
1796.29/1796.60	c   oneopt           :       0.00          0          0
1796.29/1796.60	c   fixandinfer      :       0.00          0          0
1796.29/1796.60	c   feaspump         :       0.00          0          0
1796.29/1796.60	c   coefdiving       :       0.00          0          0
1796.29/1796.60	c   pscostdiving     :       0.00          0          0
1796.29/1796.60	c   fracdiving       :       0.00          0          0
1796.29/1796.60	c   veclendiving     :       0.00          0          0
1796.29/1796.60	c   intdiving        :       0.00          0          0
1796.29/1796.60	c   actconsdiving    :       0.00          0          0
1796.29/1796.60	c   objpscostdiving  :       0.00          0          0
1796.29/1796.60	c   rootsoldiving    :       0.00          0          0
1796.29/1796.60	c   linesearchdiving :       0.00          0          0
1796.29/1796.60	c   guideddiving     :       0.00          0          0
1796.29/1796.60	c   octane           :       0.00          0          0
1796.29/1796.60	c   rens             :       0.00          0          0
1796.29/1796.60	c   rins             :       0.00          0          0
1796.29/1796.60	c   localbranching   :       0.00          0          0
1796.29/1796.60	c   mutation         :       0.00          0          0
1796.29/1796.60	c   crossover        :       0.00          0          0
1796.29/1796.60	c   dins             :       0.00          0          0
1796.29/1796.60	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.29/1796.60	c   primal LP        :       0.00          0          0       0.00          -
1796.29/1796.60	c   dual LP          :    1050.45      10896    1582074     145.20    1506.09
1796.29/1796.60	c   barrier LP       :       0.00          0          0       0.00          -
1796.29/1796.60	c   diving/probing LP:       0.00          0          0       0.00          -
1796.29/1796.60	c   strong branching :     649.75       3927     901447     229.55    1387.38
1796.29/1796.60	c     (at root node) :          -         17       9619     565.82          -
1796.29/1796.60	c   conflict analysis:       0.00          0          0       0.00          -
1796.29/1796.60	c B&B Tree           :
1796.29/1796.60	c   number of runs   :          1
1796.29/1796.60	c   nodes            :      13965
1796.29/1796.60	c   nodes (total)    :      13965
1796.29/1796.60	c   nodes left       :       1338
1796.29/1796.60	c   max depth        :         85
1796.29/1796.60	c   max depth (total):         85
1796.29/1796.60	c   backtracks       :       2789 (20.0%)
1796.29/1796.60	c   delayed cutoffs  :       6152
1796.29/1796.60	c   repropagations   :      12776 (709765 domain reductions, 2481 cutoffs)
1796.29/1796.60	c   avg switch length:       4.38
1796.29/1796.60	c   switching time   :       9.01
1796.29/1796.60	c Solution           :
1796.29/1796.60	c   Solutions found  :          0 (0 improvements)
1796.29/1796.60	c   Primal Bound     :          -
1796.29/1796.60	c   Dual Bound       : +7.70634229004973e+02
1796.29/1796.60	c   Gap              :   infinite
1796.29/1796.60	c   Root Dual Bound  : +6.38131274322188e+02
1796.29/1796.66	c Time complete: 1796.36.

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-3730774-1338684281/watcher-3730774-1338684281 -o /tmp/evaluation-result-3730774-1338684281/solver-3730774-1338684281 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3730774-1338684281.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.03 2.01 1.95 3/176 14069
/proc/meminfo: memFree=28350408/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=8180 CPUtime=0 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 1399 0 0 0 0 0 0 0 20 0 1 0 334553991 8376320 1351 33554432000 4194304 7823515 140736714845840 140737447402936 4402248 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 2045 1365 335 887 0 1155 0

[startup+0.059559 s]
/proc/loadavg: 2.03 2.01 1.95 3/176 14069
/proc/meminfo: memFree=28350408/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=14716 CPUtime=0.05 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 3031 0 0 0 5 0 0 0 20 0 1 0 334553991 15069184 2983 33554432000 4194304 7823515 140736714845840 140737447402936 6896425 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 3679 2983 351 887 0 2789 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 14716

[startup+0.100526 s]
/proc/loadavg: 2.03 2.01 1.95 3/176 14069
/proc/meminfo: memFree=28350408/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=20244 CPUtime=0.08 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 4392 0 0 0 8 0 0 0 20 0 1 0 334553991 20729856 4344 33554432000 4194304 7823515 140736714845840 140737447402936 4511625 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 5061 4344 351 887 0 4171 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20244

[startup+0.301107 s]
/proc/loadavg: 2.03 2.01 1.95 3/176 14069
/proc/meminfo: memFree=28350408/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=62760 CPUtime=0.29 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 15126 0 0 0 27 2 0 0 20 0 1 0 334553991 64266240 14724 33554432000 4194304 7823515 140736714845840 140737447402936 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 15690 14724 432 887 0 14800 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62760

[startup+0.700229 s]
/proc/loadavg: 2.03 2.01 1.95 3/176 14069
/proc/meminfo: memFree=28350408/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=95160 CPUtime=0.68 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 22857 0 0 0 64 4 0 0 20 0 1 0 334553991 97443840 22073 33554432000 4194304 7823515 140736714845840 140737447402936 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 23790 22073 519 887 0 22900 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 95160

[startup+1.50108 s]
/proc/loadavg: 2.03 2.01 1.95 3/177 14070
/proc/meminfo: memFree=28261872/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=97620 CPUtime=1.49 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 23924 0 0 0 144 5 0 0 20 0 1 0 334553991 99962880 23051 33554432000 4194304 7823515 140736714845840 140736714841176 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 24405 23051 539 887 0 23515 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 97620

[startup+3.10102 s]
/proc/loadavg: 2.03 2.01 1.95 3/177 14070
/proc/meminfo: memFree=28254920/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=104536 CPUtime=3.09 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 25842 0 0 0 302 7 0 0 20 0 1 0 334553991 107044864 24899 33554432000 4194304 7823515 140736714845840 140736714840984 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 26134 24899 552 887 0 25244 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 104536

[startup+6.30108 s]
/proc/loadavg: 2.03 2.01 1.95 3/177 14070
/proc/meminfo: memFree=28247264/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=109144 CPUtime=6.29 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 27423 0 0 0 620 9 0 0 20 0 1 0 334553991 111763456 26212 33554432000 4194304 7823515 140736714845840 140736714840936 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 27286 26212 553 887 0 26396 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 109144

[startup+12.7003 s]
/proc/loadavg: 2.02 2.01 1.95 3/177 14070
/proc/meminfo: memFree=28233052/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=123852 CPUtime=12.68 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 31109 0 0 0 1256 12 0 0 20 0 1 0 334553991 126824448 29895 33554432000 4194304 7823515 140736714845840 140736714840936 6109403 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 30963 29895 553 887 0 30073 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 123852

[startup+25.5003 s]
/proc/loadavg: 2.02 2.01 1.95 3/177 14070
/proc/meminfo: memFree=28174584/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=124256 CPUtime=25.49 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 31273 0 0 0 2532 17 0 0 20 0 1 0 334553991 127238144 30059 33554432000 4194304 7823515 140736714845840 140736714840536 6110625 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 31064 30059 558 887 0 30174 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 124256

[startup+51.1011 s]
/proc/loadavg: 2.01 2.01 1.95 3/177 14070
/proc/meminfo: memFree=28174768/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=124256 CPUtime=51.08 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 31274 0 0 0 5085 23 0 0 20 0 1 0 334553991 127238144 30060 33554432000 4194304 7823515 140736714845840 140736714840552 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 31064 30060 558 887 0 30174 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 124256

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 14070
/proc/meminfo: memFree=28176428/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=124256 CPUtime=102.27 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 31286 0 0 0 10190 37 0 0 20 0 1 0 334553991 127238144 30072 33554432000 4194304 7823515 140736714845840 140736714840952 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 31064 30072 558 887 0 30174 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 124256

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 14071
/proc/meminfo: memFree=28185148/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=130904 CPUtime=162.26 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 38464 0 0 0 16170 56 0 0 20 0 1 0 334553991 134045696 31645 33554432000 4194304 7823515 140736714845840 140736714841528 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 32726 31645 564 887 0 31836 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 130904

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 14071
/proc/meminfo: memFree=28179600/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=136384 CPUtime=222.25 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 46952 0 0 0 22150 75 0 0 20 0 1 0 334553991 139657216 33092 33554432000 4194304 7823515 140736714845840 140736714841528 6110604 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 34096 33092 564 887 0 33206 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 136384

[startup+282.301 s]
/proc/loadavg: 2.07 2.02 1.96 3/177 14071
/proc/meminfo: memFree=28177148/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=139360 CPUtime=282.25 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 55455 0 0 0 28130 95 0 0 20 0 1 0 334553991 142704640 33758 33554432000 4194304 7823515 140736714845840 140736714841640 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 34840 33758 564 887 0 33950 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 139360

[startup+342.301 s]
/proc/loadavg: 2.02 2.01 1.96 2/176 14113
/proc/meminfo: memFree=30433524/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=142928 CPUtime=342.23 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 62388 0 0 0 34113 110 0 0 20 0 1 0 334553991 146358272 34694 33554432000 4194304 7823515 140736714845840 140736714840888 6237396 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 35732 34696 564 887 0 34842 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 142928

[startup+402.3 s]
/proc/loadavg: 2.01 2.00 1.96 3/177 14151
/proc/meminfo: memFree=30383856/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=148644 CPUtime=402.22 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 68315 0 0 0 40095 127 0 0 20 0 1 0 334553991 152211456 36466 33554432000 4194304 7823515 140736714845840 140736714841176 6237106 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 37161 36466 564 887 0 36271 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 148644

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 14152
/proc/meminfo: memFree=30368592/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=151768 CPUtime=462.2 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 76849 0 0 0 46074 146 0 0 20 0 1 0 334553991 155410432 37454 33554432000 4194304 7823515 140736714845840 140736714841176 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 37942 37454 564 887 0 37052 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 151768

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 14152
/proc/meminfo: memFree=30355368/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=153252 CPUtime=522.19 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 86399 0 0 0 52057 162 0 0 20 0 1 0 334553991 156930048 37302 33554432000 4194304 7823515 140736714845840 140736714841528 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 38313 37302 564 887 0 37423 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 153252

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 14152
/proc/meminfo: memFree=30339980/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=157540 CPUtime=582.19 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 104815 0 0 0 58039 180 0 0 20 0 1 0 334553991 161320960 38816 33554432000 4194304 7823515 140736714845840 140736714840216 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 39385 38816 564 887 0 38495 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 157540

[startup+642.3 s]

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

/proc/meminfo: memFree=30229792/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=177304 CPUtime=1122.1 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 252732 0 0 0 111871 339 0 0 20 0 1 0 334553991 181559296 43706 33554432000 4194304 7823515 140736714845840 140736714840536 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 44326 43706 564 887 0 43436 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 177304

[startup+1182.3 s]
/proc/loadavg: 2.06 2.01 1.97 3/178 14218
/proc/meminfo: memFree=30225452/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=181616 CPUtime=1182.1 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 264462 0 0 0 117856 354 0 0 20 0 1 0 334553991 185974784 44868 33554432000 4194304 7823515 140736714845840 140736714840536 6211327 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 45404 44868 564 887 0 44514 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 181616

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/178 14218
/proc/meminfo: memFree=30221844/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=185008 CPUtime=1242.08 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 267279 0 0 0 123841 367 0 0 20 0 1 0 334553991 189448192 45660 33554432000 4194304 7823515 140736714845840 140736714840168 6109403 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 46252 45660 564 887 0 45362 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 185008

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 14218
/proc/meminfo: memFree=30219860/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=187552 CPUtime=1302.07 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 272437 0 0 0 129824 383 0 0 20 0 1 0 334553991 192053248 46195 33554432000 4194304 7823515 140736714845840 140736714840888 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 46888 46195 564 887 0 45998 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 187552

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 14219
/proc/meminfo: memFree=30220108/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=186592 CPUtime=1362.06 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 279900 0 0 0 135809 397 0 0 20 0 1 0 334553991 191070208 46117 33554432000 4194304 7823515 140736714845840 140736714840888 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 46648 46117 564 887 0 45758 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 186592

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 14219
/proc/meminfo: memFree=30218868/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=187696 CPUtime=1422.06 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 299069 0 0 0 141791 415 0 0 20 0 1 0 334553991 192200704 46347 33554432000 4194304 7823515 140736714845840 140736714840504 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 46924 46347 564 887 0 46034 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 187696

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 14219
/proc/meminfo: memFree=30215388/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=190472 CPUtime=1482.04 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 300953 0 0 0 147777 427 0 0 20 0 1 0 334553991 195043328 47086 33554432000 4194304 7823515 140736714845840 140736714840888 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 47618 47086 564 887 0 46728 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 190472

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 14222
/proc/meminfo: memFree=30213040/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=193244 CPUtime=1542.03 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 322659 0 0 0 153759 444 0 0 20 0 1 0 334553991 197881856 47696 33554432000 4194304 7823515 140736714845840 140736714840504 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 48311 47696 564 887 0 47421 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 193244

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 14222
/proc/meminfo: memFree=30212676/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=193588 CPUtime=1602.02 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 363137 0 0 0 159737 465 0 0 20 0 1 0 334553991 198234112 47777 33554432000 4194304 7823515 140736714845840 140736714841176 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 48397 47777 564 887 0 47507 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 193588

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 1.98 3/178 14223
/proc/meminfo: memFree=30210080/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=195536 CPUtime=1662.02 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 369979 0 0 0 165722 480 0 0 20 0 1 0 334553991 200228864 48251 33554432000 4194304 7823515 140736714845840 140736714841176 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 48884 48251 564 887 0 47994 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 195536

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/178 14223
/proc/meminfo: memFree=30206348/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=198292 CPUtime=1722 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 371775 0 0 0 171707 493 0 0 20 0 1 0 334553991 203051008 49010 33554432000 4194304 7823515 140736714845840 140736714841528 6109407 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 49573 49010 564 887 0 48683 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 198292

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.98 3/178 14223
/proc/meminfo: memFree=30204984/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=199788 CPUtime=1782 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 394750 0 0 0 177686 514 0 0 20 0 1 0 334553991 204582912 49348 33554432000 4194304 7823515 140736714845840 140736714841528 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 49947 49348 564 887 0 49057 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 199788

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 14223
/proc/meminfo: memFree=30205480/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=199120 CPUtime=1785.19 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 397616 0 0 0 178004 515 0 0 20 0 1 0 334553991 203898880 49205 33554432000 4194304 7823515 140736714845840 140736714841528 6036409 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 49780 49205 564 887 0 48890 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 199120

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 14223
/proc/meminfo: memFree=30204984/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=199632 CPUtime=1791.6 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 398656 0 0 0 178643 517 0 0 20 0 1 0 334553991 204423168 49313 33554432000 4194304 7823515 140736714845840 140736714841176 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 49908 49313 564 887 0 49018 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 199632

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 14223
/proc/meminfo: memFree=30206720/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=198892 CPUtime=1794.8 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 400417 0 0 0 178962 518 0 0 20 0 1 0 334553991 203665408 48921 33554432000 4194304 7823515 140736714845840 140736714841176 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 49723 48921 564 887 0 48833 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 198892

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 14223
/proc/meminfo: memFree=30206720/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=198892 CPUtime=1795.59 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 400544 0 0 0 179041 518 0 0 20 0 1 0 334553991 203665408 49048 33554432000 4194304 7823515 140736714845840 140736714840952 6212306 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 49723 49048 564 887 0 48833 0
Current children cumulated CPU time (s) 1795.59
Current children cumulated vsize (KiB) 198892

[startup+1796.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 14223
/proc/meminfo: memFree=30205976/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=198892 CPUtime=1796 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 400561 0 0 0 179082 518 0 0 20 0 1 0 334553991 203665408 49065 33554432000 4194304 7823515 140736714845840 140736714840952 6954986 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 49723 49065 564 887 0 48833 0
Current children cumulated CPU time (s) 1796
Current children cumulated vsize (KiB) 198892

[startup+1796.5 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 14223
/proc/meminfo: memFree=30205976/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=198892 CPUtime=1796.19 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 400664 0 0 0 179101 518 0 0 20 0 1 0 334553991 203665408 49168 33554432000 4194304 7823515 140736714845840 140736714840952 4266257 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 49723 49168 564 887 0 48833 0
Current children cumulated CPU time (s) 1796.19
Current children cumulated vsize (KiB) 198892

[startup+1796.6 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 14223
/proc/meminfo: memFree=30205976/32873648 swapFree=6860/6860
[pid=14069] ppid=14067 vsize=198892 CPUtime=1796.29 cores=1,3,5,7
/proc/14069/stat : 14069 (pbscip.linux.x8) R 14067 14069 4790 0 -1 4202496 400664 0 0 0 179111 518 0 0 20 0 1 0 334553991 203665408 49168 33554432000 4194304 7823515 140736714845840 140736714840952 6110649 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/14069/statm: 49723 49168 564 887 0 48833 0
Current children cumulated CPU time (s) 1796.29
Current children cumulated vsize (KiB) 198892

Child status: 0
Real time (s): 1796.67
CPU time (s): 1796.37
CPU user time (s): 1791.19
CPU system time (s): 5.18621
CPU usage (%): 99.9834
Max. virtual memory (cumulated for all children) (KiB): 199788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.19
system time used= 5.18621
maximum resident set size= 197408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 400673
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= 45
involuntary context switches= 1965

runsolver used 4.21536 second user time and 10.8384 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-03 02:44:41
IDJOB=3730774
IDBENCH=1476
IDSOLVER=2321
FILE ID=node124/3730774-1338684281
RUNJOBID= node124-1338679211-13480
PBS_JOBID= 14636689
Free space on /tmp= 70668 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-dlx1c.rwmem1.ucl.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-3730774-1338684281/watcher-3730774-1338684281 -o /tmp/evaluation-result-3730774-1338684281/solver-3730774-1338684281 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3730774-1338684281.opb

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

MD5SUM BENCH= 35e445ac209f1522afc5b57d4ebf6731
RANDOM SEED=597919828

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28351316 kB
Buffers:          173304 kB
Cached:          1384764 kB
SwapCached:         8192 kB
Active:          2605456 kB
Inactive:        1142776 kB
Active(anon):    2182624 kB
Inactive(anon):    10060 kB
Active(file):     422832 kB
Inactive(file):  1132716 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091440 kB
Dirty:             10516 kB
Writeback:             8 kB
AnonPages:       2189240 kB
Mapped:            11032 kB
Shmem:                 0 kB
Slab:             628628 kB
SReclaimable:      73088 kB
SUnreclaim:       555540 kB
KernelStack:        1456 kB
PageTables:         8336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2405668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    608256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70688 MiB
End job on node124 at 2012-06-03 03:14:38