Trace number 3730137

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.98 1801.26

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v30_e350_d15_mw10_9.opb.PB06.opb
MD5SUM513c9c3498927a8710f266699385db2b
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.875866
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1600
Total number of constraints328901
Number of constraints which are clauses327070
Number of constraints which are cardinality constraints (but not clauses)61
Number of constraints which are nor clauses,nor cardinality constraints1770
Minimum length of a constraint2
Maximum length of a constraint700
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 302
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 891
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.99/2.00	c SCIP version 1.1.0.7
1.99/2.00	c LP-Solver SoPlex 1.4.1
1.99/2.00	c user parameter file <scip.set> not found - using default parameters
1.99/2.00	c read problem <HOME/instance-3730137-1338682627.opb>
1.99/2.00	c original problem has 1600 variables (1600 bin, 0 int, 0 impl, 0 cont) and 328901 constraints
2.29/2.36	c No objective function, only one solution is needed.
2.29/2.36	c start presolving problem
2.29/2.36	c presolving:
3.59/3.65	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 328900 upgd conss, 1400 impls, 60 clqs
3.79/3.89	c (round 2) 0 del vars, 1400 del conss, 0 chg bounds, 0 chg sides, 1816 chg coeffs, 328900 upgd conss, 1400 impls, 60 clqs
4.08/4.14	c presolving (3 rounds):
4.08/4.14	c  0 deleted vars, 1400 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 1924 changed coefficients
4.08/4.14	c  3140 implications, 60 cliques
4.08/4.14	c presolved problem has 1600 variables (1600 bin, 0 int, 0 impl, 0 cont) and 327501 constraints
4.08/4.14	c    1770 constraints of type <knapsack>
4.08/4.14	c      60 constraints of type <setppc>
4.08/4.14	c       1 constraints of type <linear>
4.08/4.14	c  325670 constraints of type <logicor>
4.08/4.14	c transformed objective value is always integral (scale: 1)
4.08/4.14	c Presolving Time: 1.55
4.08/4.14	c SATUNSAT-LIN
4.08/4.14	c -----------------------------------------------------------------------------------------------
4.08/4.14	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
4.08/4.14	c # [type: int, range: [-1,2147483647], default: 0]
4.08/4.14	c separating/flowcover/freq = c -1
4.08/4.14	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
4.08/4.14	c # [type: int, range: [-1,2147483647], default: 0]
4.08/4.14	c separating/cmir/freq = c -1
4.08/4.14	c # additional number of allowed LP iterations
4.08/4.14	c # [type: int, range: [0,2147483647], default: 1000]
4.08/4.14	c heuristics/veclendiving/maxlpiterofs = c 1500
4.08/4.14	c # maximal fraction of diving LP iterations compared to node LP iterations
4.08/4.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.08/4.14	c heuristics/veclendiving/maxlpiterquot = c 0.075
4.08/4.14	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
4.08/4.14	c # [type: int, range: [-1,2147483647], default: 10]
4.08/4.14	c heuristics/veclendiving/freq = c -1
4.08/4.14	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
4.08/4.14	c # [type: int, range: [-1,2147483647], default: 1]
4.08/4.14	c heuristics/simplerounding/freq = c -1
4.08/4.14	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
4.08/4.14	c # [type: int, range: [-1,2147483647], default: 10]
4.08/4.14	c heuristics/shifting/freq = c -1
4.08/4.14	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
4.08/4.14	c # [type: int, range: [-1,2147483647], default: 1]
4.08/4.14	c heuristics/rounding/freq = c -1
4.08/4.14	c # additional number of allowed LP iterations
4.08/4.14	c # [type: int, range: [0,2147483647], default: 1000]
4.08/4.14	c heuristics/rootsoldiving/maxlpiterofs = c 1500
4.08/4.14	c # maximal fraction of diving LP iterations compared to node LP iterations
4.08/4.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
4.08/4.14	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
4.08/4.14	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
4.08/4.14	c # [type: int, range: [-1,2147483647], default: 20]
4.08/4.14	c heuristics/rootsoldiving/freq = c -1
4.08/4.14	c # number of nodes added to the contingent of the total nodes
4.08/4.14	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.08/4.14	c heuristics/rens/nodesofs = c 2000
4.08/4.14	c # minimum percentage of integer variables that have to be fixable 
4.08/4.14	c # [type: real, range: [0,1], default: 0.5]
4.08/4.14	c heuristics/rens/minfixingrate = c 0.3
4.08/4.14	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
4.08/4.14	c # [type: int, range: [-1,2147483647], default: 0]
4.08/4.14	c heuristics/rens/freq = c -1
4.08/4.14	c # additional number of allowed LP iterations
4.08/4.14	c # [type: int, range: [0,2147483647], default: 1000]
4.08/4.14	c heuristics/pscostdiving/maxlpiterofs = c 1500
4.08/4.14	c # maximal fraction of diving LP iterations compared to node LP iterations
4.08/4.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.08/4.14	c heuristics/pscostdiving/maxlpiterquot = c 0.075
4.08/4.14	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
4.08/4.14	c # [type: int, range: [-1,2147483647], default: 10]
4.08/4.14	c heuristics/pscostdiving/freq = c -1
4.08/4.14	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
4.08/4.14	c # [type: int, range: [-1,2147483647], default: 1]
4.08/4.14	c heuristics/oneopt/freq = c -1
4.08/4.14	c # additional number of allowed LP iterations
4.08/4.14	c # [type: int, range: [0,2147483647], default: 1000]
4.08/4.14	c heuristics/objpscostdiving/maxlpiterofs = c 1500
4.08/4.14	c # maximal fraction of diving LP iterations compared to total iteration number
4.08/4.14	c # [type: real, range: [0,1], default: 0.01]
4.08/4.14	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
4.08/4.14	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
4.08/4.14	c # [type: int, range: [-1,2147483647], default: 20]
4.08/4.14	c heuristics/objpscostdiving/freq = c -1
4.08/4.14	c # additional number of allowed LP iterations
4.08/4.14	c # [type: int, range: [0,2147483647], default: 1000]
4.08/4.14	c heuristics/linesearchdiving/maxlpiterofs = c 1500
4.08/4.14	c # maximal fraction of diving LP iterations compared to node LP iterations
4.08/4.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.08/4.14	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
4.08/4.14	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
4.08/4.14	c # [type: int, range: [-1,2147483647], default: 10]
4.08/4.14	c heuristics/linesearchdiving/freq = c -1
4.08/4.14	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
4.08/4.14	c # [type: int, range: [-1,2147483647], default: 10]
4.08/4.14	c heuristics/intshifting/freq = c -1
4.08/4.14	c # maximal fraction of diving LP iterations compared to node LP iterations
4.08/4.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.08/4.14	c heuristics/intdiving/maxlpiterquot = c 0.075
4.08/4.14	c # additional number of allowed LP iterations
4.08/4.14	c # [type: int, range: [0,2147483647], default: 1000]
4.08/4.14	c heuristics/guideddiving/maxlpiterofs = c 1500
4.08/4.14	c # maximal fraction of diving LP iterations compared to node LP iterations
4.08/4.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.08/4.14	c heuristics/guideddiving/maxlpiterquot = c 0.075
4.08/4.14	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
4.08/4.14	c # [type: int, range: [-1,2147483647], default: 10]
4.08/4.14	c heuristics/guideddiving/freq = c -1
4.08/4.14	c # additional number of allowed LP iterations
4.08/4.14	c # [type: int, range: [0,2147483647], default: 1000]
4.08/4.14	c heuristics/fracdiving/maxlpiterofs = c 1500
4.08/4.14	c # maximal fraction of diving LP iterations compared to node LP iterations
4.08/4.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.08/4.14	c heuristics/fracdiving/maxlpiterquot = c 0.075
4.08/4.14	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
4.08/4.14	c # [type: int, range: [-1,2147483647], default: 10]
4.08/4.14	c heuristics/fracdiving/freq = c -1
4.08/4.14	c # additional number of allowed LP iterations
4.08/4.14	c # [type: int, range: [0,2147483647], default: 1000]
4.08/4.14	c heuristics/feaspump/maxlpiterofs = c 2000
4.08/4.14	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
4.08/4.14	c # [type: int, range: [-1,2147483647], default: 20]
4.08/4.14	c heuristics/feaspump/freq = c -1
4.08/4.14	c # minimum percentage of integer variables that have to be fixed 
4.08/4.14	c # [type: real, range: [0,1], default: 0.666]
4.08/4.14	c heuristics/crossover/minfixingrate = c 0.5
4.08/4.14	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
4.08/4.14	c # [type: real, range: [0,1], default: 0.1]
4.08/4.14	c heuristics/crossover/nodesquot = c 0.15
4.08/4.14	c # number of nodes without incumbent change that heuristic should wait
4.08/4.14	c # [type: longint, range: [0,9223372036854775807], default: 200]
4.08/4.14	c heuristics/crossover/nwaitingnodes = c 100
4.08/4.14	c # number of nodes added to the contingent of the total nodes
4.08/4.14	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.08/4.14	c heuristics/crossover/nodesofs = c 750
4.08/4.14	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
4.08/4.14	c # [type: int, range: [-1,2147483647], default: 30]
4.08/4.14	c heuristics/crossover/freq = c -1
4.08/4.14	c # additional number of allowed LP iterations
4.08/4.14	c # [type: int, range: [0,2147483647], default: 1000]
4.08/4.14	c heuristics/coefdiving/maxlpiterofs = c 1500
4.08/4.14	c # maximal fraction of diving LP iterations compared to node LP iterations
4.08/4.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.08/4.14	c heuristics/coefdiving/maxlpiterquot = c 0.075
4.08/4.14	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
4.08/4.14	c # [type: int, range: [-1,2147483647], default: 10]
4.08/4.14	c heuristics/coefdiving/freq = c -1
4.08/4.14	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
4.08/4.14	c # [type: int, range: [-1,2147483647], default: -1]
4.08/4.14	c presolving/probing/maxrounds = c 0
4.08/4.14	c # should presolving try to simplify knapsacks
4.08/4.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.08/4.14	c constraints/knapsack/simplifyinequalities = c TRUE
4.08/4.14	c # should disaggregation of knapsack constraints be allowed in preprocessing?
4.08/4.14	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
4.08/4.14	c constraints/knapsack/disaggregation = c FALSE
4.08/4.14	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
4.08/4.14	c # [type: int, range: [-1,2147483647], default: -1]
4.08/4.14	c constraints/knapsack/maxnumcardlift = c 0
4.08/4.14	c # should presolving try to simplify inequalities
4.08/4.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.08/4.15	c constraints/linear/simplifyinequalities = c TRUE
4.08/4.15	c # maximal number of separation rounds in the root node (-1: unlimited)
4.08/4.15	c # [type: int, range: [-1,2147483647], default: -1]
4.08/4.15	c separating/maxroundsroot = c 5
4.08/4.15	c # maximal number of separation rounds per node (-1: unlimited)
4.08/4.15	c # [type: int, range: [-1,2147483647], default: 5]
4.08/4.15	c separating/maxrounds = c 1
4.08/4.15	c # solving stops, if the given number of solutions were found (-1: no limit)
4.08/4.15	c # [type: int, range: [-1,2147483647], default: -1]
4.08/4.15	c limits/solutions = c 1
4.08/4.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.08/4.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.08/4.15	c limits/memory = c 13950
4.08/4.15	c # maximal time in seconds to run
4.08/4.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.08/4.15	c limits/time = c 1791
4.08/4.15	c # frequency for displaying node information lines
4.08/4.15	c # [type: int, range: [-1,2147483647], default: 100]
4.08/4.15	c display/freq = c 10000
4.08/4.15	c -----------------------------------------------------------------------------------------------
4.08/4.15	c start solving problem
4.08/4.15	c 
27.98/28.04	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.98/28.04	c  25.6s|     1 |     0 |  2241 | 377M|   0 | 202 |1600 | 327k| 327k|1600 | 327k|   0 |   0 |   0 | 5.900000e+01 |      --      |    Inf 
53.18/53.24	c  50.8s|     1 |     0 |  2958 | 378M|   0 | 202 |1600 | 327k| 327k|1600 | 327k|  23 |   0 |   0 | 5.900000e+01 |      --      |    Inf 
79.08/79.11	c  76.7s|     1 |     0 |  3508 | 378M|   0 | 160 |1600 | 327k| 327k|1600 | 327k|  43 |   0 |   0 | 5.900000e+01 |      --      |    Inf 
122.47/122.50	c   120s|     1 |     0 |  5292 | 378M|   0 | 121 |1600 | 327k| 327k|1600 | 327k|  67 |   0 |   0 | 5.900000e+01 |      --      |    Inf 
195.36/195.47	c   193s|     1 |     0 |  8994 | 378M|   0 | 110 |1600 | 327k| 327k|1600 | 327k|  86 |   0 |   0 | 5.900000e+01 |      --      |    Inf 
242.15/242.24	c   240s|     1 |     0 | 10523 | 379M|   0 | 116 |1600 | 327k| 327k|1600 | 327k| 109 |   0 |   0 | 5.900000e+01 |      --      |    Inf 
449.02/449.14	c   447s|     1 |     2 | 10523 | 379M|   0 | 116 |1600 | 327k| 327k|1600 | 327k| 109 |   0 |  20 | 5.900000e+01 |      --      |    Inf 
1800.32/1800.69	c 
1800.32/1800.69	c SCIP Status        : solving was interrupted [user interrupt]
1800.32/1800.69	c Solving Time (sec) : 1797.61
1800.32/1800.69	c Solving Nodes      : 13
1800.32/1800.69	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.32/1800.69	c Dual Bound         : +5.90000000000001e+01
1800.32/1800.69	c Gap                : infinite
1800.32/1800.69	c NODE         13
1800.32/1800.69	c DUAL BOUND   59
1800.32/1800.69	c PRIMAL BOUND 1e+20
1800.32/1800.69	c GAP          1e+20
1800.32/1800.69	s UNKNOWN
1800.32/1800.69	c SCIP Status        : solving was interrupted [user interrupt]
1800.32/1800.69	c Solving Time       :    1797.61
1800.32/1800.69	c Original Problem   :
1800.32/1800.69	c   Problem name     : HOME/instance-3730137-1338682627.opb
1800.32/1800.69	c   Variables        : 1600 (1600 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.32/1800.69	c   Constraints      : 328901 initial, 328901 maximal
1800.32/1800.69	c Presolved Problem  :
1800.32/1800.69	c   Problem name     : t_HOME/instance-3730137-1338682627.opb
1800.32/1800.69	c   Variables        : 1600 (1600 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.32/1800.69	c   Constraints      : 327501 initial, 327501 maximal
1800.32/1800.69	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.32/1800.69	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.32/1800.69	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.32/1800.69	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.32/1800.69	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.32/1800.69	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.32/1800.69	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.32/1800.69	c   knapsack         :       0.14          0          0          0          0          0          0          0       1924
1800.32/1800.69	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.32/1800.69	c   linear           :       0.77          0          0          0          0          0          0          0          0
1800.32/1800.69	c   logicor          :       0.41          0          0          0          0          0       1400          0          0
1800.32/1800.69	c   root node        :          -          0          -          -          0          -          -          -          -
1800.32/1800.69	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.32/1800.69	c   integral         :          0          0          0         13          0          0          0          0          0         26
1800.32/1800.69	c   knapsack         :       1770          5         20          0          0          0        112         82          0          0
1800.32/1800.69	c   setppc           :         60          5         20          0          0          0        263          0          0          0
1800.32/1800.69	c   linear           :          1          5         20          0          0          0          0          0          0          0
1800.32/1800.69	c   logicor          :     325670          5         13          0          0          0         51          0          0          0
1800.32/1800.69	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.32/1800.69	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.32/1800.69	c   integral         :    1292.72       0.00       0.00    1292.72       0.00
1800.32/1800.69	c   knapsack         :       0.01       0.01       0.00       0.00       0.00
1800.32/1800.69	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1800.32/1800.69	c   linear           :       0.00       0.00       0.00       0.00       0.00
1800.32/1800.69	c   logicor          :       0.15       0.05       0.10       0.00       0.00
1800.32/1800.69	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.32/1800.69	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.32/1800.69	c   rootredcost      :       0.00          0          0          0
1800.32/1800.69	c   pseudoobj        :       0.00         21          0          0
1800.32/1800.69	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.32/1800.69	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.32/1800.69	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.32/1800.69	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.32/1800.69	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.32/1800.69	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.32/1800.69	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.32/1800.69	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.32/1800.69	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.32/1800.69	c   cut pool         :       0.00          4          -          -          5          -    (maximal pool size: 491)
1800.32/1800.69	c   redcost          :       0.00         17          0          0          0          0
1800.32/1800.69	c   impliedbounds    :       0.00          5          0          0          0          0
1800.32/1800.69	c   intobj           :       0.00          0          0          0          0          0
1800.32/1800.69	c   gomory           :      37.93          5          0          0       2500          0
1800.32/1800.69	c   strongcg         :      36.00          5          0          0       2500          0
1800.32/1800.69	c   cmir             :       0.00          0          0          0          0          0
1800.32/1800.69	c   flowcover        :       0.00          0          0          0          0          0
1800.32/1800.69	c   clique           :       0.00          5          0          0          0          0
1800.32/1800.69	c   zerohalf         :       0.00          0          0          0          0          0
1800.32/1800.69	c   mcf              :       0.00          0          0          0          0          0
1800.32/1800.69	c Pricers            :       Time      Calls       Vars
1800.32/1800.69	c   problem variables:       0.00          0          0
1800.32/1800.69	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.32/1800.69	c   relpscost        :    1292.72         13          0          0          0          0         26
1800.32/1800.69	c   pscost           :       0.00          0          0          0          0          0          0
1800.32/1800.69	c   inference        :       0.00          0          0          0          0          0          0
1800.32/1800.69	c   mostinf          :       0.00          0          0          0          0          0          0
1800.32/1800.69	c   leastinf         :       0.00          0          0          0          0          0          0
1800.32/1800.69	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.32/1800.69	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.32/1800.69	c   random           :       0.00          0          0          0          0          0          0
1800.32/1800.69	c Primal Heuristics  :       Time      Calls      Found
1800.32/1800.69	c   LP solutions     :       0.00          -          0
1800.32/1800.69	c   pseudo solutions :       0.00          -          0
1800.32/1800.69	c   simplerounding   :       0.00          0          0
1800.32/1800.69	c   rounding         :       0.00          0          0
1800.32/1800.69	c   shifting         :       0.00          0          0
1800.32/1800.69	c   intshifting      :       0.00          0          0
1800.32/1800.69	c   oneopt           :       0.00          0          0
1800.32/1800.69	c   fixandinfer      :       0.00          0          0
1800.32/1800.69	c   feaspump         :       0.00          0          0
1800.32/1800.69	c   coefdiving       :       0.00          0          0
1800.32/1800.69	c   pscostdiving     :       0.00          0          0
1800.32/1800.69	c   fracdiving       :       0.00          0          0
1800.32/1800.69	c   veclendiving     :       0.00          0          0
1800.32/1800.69	c   intdiving        :       0.00          0          0
1800.32/1800.69	c   actconsdiving    :       0.00          0          0
1800.32/1800.69	c   objpscostdiving  :       0.00          0          0
1800.32/1800.69	c   rootsoldiving    :       0.00          0          0
1800.32/1800.69	c   linesearchdiving :       0.00          0          0
1800.32/1800.69	c   guideddiving     :       0.00          0          0
1800.32/1800.69	c   octane           :       0.00          0          0
1800.32/1800.69	c   rens             :       0.00          0          0
1800.32/1800.69	c   rins             :       0.00          0          0
1800.32/1800.69	c   localbranching   :       0.00          0          0
1800.32/1800.69	c   mutation         :       0.00          0          0
1800.32/1800.69	c   crossover        :       0.00          0          0
1800.32/1800.69	c   dins             :       0.00          0          0
1800.32/1800.69	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.32/1800.69	c   primal LP        :       0.10          0          0       0.00       0.00
1800.32/1800.69	c   dual LP          :     427.54         18      26516    1473.11      62.02
1800.32/1800.69	c   barrier LP       :       0.00          0          0       0.00          -
1800.32/1800.69	c   diving/probing LP:       0.00          0          0       0.00          -
1800.32/1800.69	c   strong branching :    1292.72        276      78399     284.05      60.65
1800.32/1800.69	c     (at root node) :          -         20      11984     599.20          -
1800.32/1800.69	c   conflict analysis:       0.00          0          0       0.00          -
1800.32/1800.69	c B&B Tree           :
1800.32/1800.69	c   number of runs   :          1
1800.32/1800.69	c   nodes            :         13
1800.32/1800.69	c   nodes (total)    :         13
1800.32/1800.69	c   nodes left       :         14
1800.32/1800.69	c   max depth        :         12
1800.32/1800.69	c   max depth (total):         12
1800.32/1800.69	c   backtracks       :          0 (0.0%)
1800.32/1800.69	c   delayed cutoffs  :          0
1800.32/1800.69	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.32/1800.69	c   avg switch length:       1.00
1800.32/1800.69	c   switching time   :       0.17
1800.32/1800.69	c Solution           :
1800.32/1800.69	c   Solutions found  :          0 (0 improvements)
1800.32/1800.69	c   Primal Bound     :          -
1800.32/1800.69	c   Dual Bound       : +5.90000000000001e+01
1800.32/1800.69	c   Gap              :   infinite
1800.32/1800.69	c   Root Dual Bound  : +5.90000000000001e+01
1800.91/1801.25	c Time complete: 1800.97.

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

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

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


[startup+0 s]
/proc/loadavg: 2.04 2.01 1.92 3/174 23446
/proc/meminfo: memFree=21670764/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=8708 CPUtime=0 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 1528 0 0 0 0 0 0 0 20 0 1 0 334391325 8916992 1480 33554432000 4194304 7823515 140733631936160 140733631868264 5878822 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 2177 1480 351 887 0 1287 0

[startup+0.0969151 s]
/proc/loadavg: 2.04 2.01 1.92 3/174 23446
/proc/meminfo: memFree=21670764/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=15240 CPUtime=0.09 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 3139 0 0 0 9 0 0 0 20 0 1 0 334391325 15605760 3091 33554432000 4194304 7823515 140733631936160 140733631868264 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 3810 3091 351 887 0 2920 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15240

[startup+0.100306 s]
/proc/loadavg: 2.04 2.01 1.92 3/174 23446
/proc/meminfo: memFree=21670764/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=16524 CPUtime=0.09 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 3460 0 0 0 9 0 0 0 20 0 1 0 334391325 16920576 3412 33554432000 4194304 7823515 140733631936160 140733631868264 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 4131 3412 351 887 0 3241 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16524

[startup+0.300259 s]
/proc/loadavg: 2.04 2.01 1.92 3/174 23446
/proc/meminfo: memFree=21670764/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=28388 CPUtime=0.29 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 6452 0 0 0 29 0 0 0 20 0 1 0 334391325 29069312 6404 33554432000 4194304 7823515 140733631936160 140733631868264 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 7097 6404 351 887 0 6207 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28388

[startup+0.700276 s]
/proc/loadavg: 2.04 2.01 1.92 3/174 23446
/proc/meminfo: memFree=21670764/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=52784 CPUtime=0.69 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 12510 0 0 0 68 1 0 0 20 0 1 0 334391325 54050816 12462 33554432000 4194304 7823515 140733631936160 140733631802264 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 13196 12462 351 887 0 12306 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52784

[startup+1.50027 s]
/proc/loadavg: 2.04 2.01 1.92 3/175 23447
/proc/meminfo: memFree=21604376/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=100556 CPUtime=1.49 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 24434 0 0 0 146 3 0 0 20 0 1 0 334391325 102969344 24386 33554432000 4194304 7823515 140733631936160 140733631802264 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 25139 24386 351 887 0 24249 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 100556

[startup+3.10031 s]
/proc/loadavg: 2.04 2.01 1.92 3/175 23447
/proc/meminfo: memFree=21478392/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=418904 CPUtime=3.09 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 104085 0 0 0 288 21 0 0 20 0 1 0 334391325 428957696 103137 33554432000 4194304 7823515 140733631936160 140733631933096 6912029 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 104726 103159 423 887 0 103836 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 418904

[startup+6.30036 s]
/proc/loadavg: 2.04 2.01 1.92 3/175 23447
/proc/meminfo: memFree=20955552/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=793936 CPUtime=6.29 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 158437 0 0 0 587 42 0 0 20 0 1 0 334391325 812990464 180145 33554432000 4194304 7823515 140733631936160 140733631931576 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 198484 180145 512 887 0 197594 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 793936

[startup+12.7003 s]
/proc/loadavg: 2.11 2.03 1.93 3/175 23447
/proc/meminfo: memFree=20912244/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=822876 CPUtime=12.69 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 159926 0 0 0 1226 43 0 0 20 0 1 0 334391325 842625024 192300 33554432000 4194304 7823515 140733631936160 140733631931496 6211131 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 205719 192300 516 887 0 204829 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 822876

[startup+25.5004 s]
/proc/loadavg: 2.09 2.03 1.93 3/175 23447
/proc/meminfo: memFree=20892000/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=833804 CPUtime=25.48 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 160530 0 0 0 2505 43 0 0 20 0 1 0 334391325 853815296 194948 33554432000 4194304 7823515 140733631936160 140733631931496 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 208451 194948 516 887 0 207561 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 833804

[startup+51.1003 s]
/proc/loadavg: 2.05 2.02 1.93 3/175 23447
/proc/meminfo: memFree=20850764/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=866528 CPUtime=51.08 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 167552 0 0 0 5063 45 0 0 20 0 1 0 334391325 887324672 204545 33554432000 4194304 7823515 140733631936160 140733631931496 6211707 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 216632 204545 541 887 0 215742 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 866528

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 1.93 3/175 23447
/proc/meminfo: memFree=20848504/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=883432 CPUtime=102.28 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 169628 0 0 0 10180 48 0 0 20 0 1 0 334391325 904634368 211446 33554432000 4194304 7823515 140733631936160 140733631931496 6212422 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 220858 211446 541 887 0 219968 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 883432

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/175 23447
/proc/meminfo: memFree=20784372/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=912120 CPUtime=162.26 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 171739 0 0 0 16176 50 0 0 20 0 1 0 334391325 934010880 217612 33554432000 4194304 7823515 140733631936160 140733631931496 6211578 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 228030 217612 541 887 0 227140 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 912120

[startup+222.3 s]
/proc/loadavg: 2.04 2.02 1.93 3/176 23450
/proc/meminfo: memFree=20812880/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=919540 CPUtime=222.26 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 172628 0 0 0 22174 52 0 0 20 0 1 0 334391325 941608960 219012 33554432000 4194304 7823515 140733631936160 140733631931496 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 229885 219012 541 887 0 228995 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 919540

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 1.93 3/175 23451
/proc/meminfo: memFree=20809316/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=919540 CPUtime=282.25 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 172738 0 0 0 28171 54 0 0 20 0 1 0 334391325 941608960 219633 33554432000 4194304 7823515 140733631936160 140733631930856 5924519 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 229885 219633 544 887 0 228995 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 919540

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/175 23451
/proc/meminfo: memFree=20803760/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=919540 CPUtime=342.23 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 172783 0 0 0 34168 55 0 0 20 0 1 0 334391325 941608960 219678 33554432000 4194304 7823515 140733631936160 140733631930856 6211327 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 229885 219678 544 887 0 228995 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 919540

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/175 23451
/proc/meminfo: memFree=20803168/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=919540 CPUtime=402.22 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 172850 0 0 0 40166 56 0 0 20 0 1 0 334391325 941608960 219745 33554432000 4194304 7823515 140733631936160 140733631930856 6151341 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 229885 219745 544 887 0 228995 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 919540

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 23451
/proc/meminfo: memFree=20802700/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=919540 CPUtime=462.21 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 172957 0 0 0 46164 57 0 0 20 0 1 0 334391325 941608960 219852 33554432000 4194304 7823515 140733631936160 140733631931496 6263029 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 229885 219852 547 887 0 228995 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 919540

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 23451
/proc/meminfo: memFree=20800080/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=923536 CPUtime=522.21 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 173414 0 0 0 52163 58 0 0 20 0 1 0 334391325 945700864 220820 33554432000 4194304 7823515 140733631936160 140733631931496 5925240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 230884 220820 547 887 0 229994 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 923536

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 23452
/proc/meminfo: memFree=20797944/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=923536 CPUtime=582.2 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 173450 0 0 0 58161 59 0 0 20 0 1 0 334391325 945700864 220856 33554432000 4194304 7823515 140733631936160 140733631930856 6212306 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 230884 220856 547 887 0 229994 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 923536

[startup+642.3 s]

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

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 23456
/proc/meminfo: memFree=20784124/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=923536 CPUtime=1002.14 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 173597 0 0 0 100146 68 0 0 20 0 1 0 334391325 945700864 220991 33554432000 4194304 7823515 140733631936160 140733631931208 6212422 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 230884 220991 547 887 0 229994 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 923536

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 23456
/proc/meminfo: memFree=20784368/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=923536 CPUtime=1062.13 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 173640 0 0 0 106144 69 0 0 20 0 1 0 334391325 945700864 221019 33554432000 4194304 7823515 140733631936160 140733631930856 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 230884 221019 547 887 0 229994 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 923536

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 23456
/proc/meminfo: memFree=20782548/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=923536 CPUtime=1122.12 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 173663 0 0 0 112142 70 0 0 20 0 1 0 334391325 945700864 221042 33554432000 4194304 7823515 140733631936160 140733631930856 6212439 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 230884 221042 547 887 0 229994 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 923536

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 23457
/proc/meminfo: memFree=20784320/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=923536 CPUtime=1182.11 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 173671 0 0 0 118139 72 0 0 20 0 1 0 334391325 945700864 221050 33554432000 4194304 7823515 140733631936160 140733631931208 6212422 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 230884 221050 547 887 0 229994 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 923536

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 23458
/proc/meminfo: memFree=20786388/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=923536 CPUtime=1242.1 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 173674 0 0 0 124137 73 0 0 20 0 1 0 334391325 945700864 221053 33554432000 4194304 7823515 140733631936160 140733631931848 6211453 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 230884 221053 547 887 0 229994 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 923536

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 23458
/proc/meminfo: memFree=20785184/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=932452 CPUtime=1302.09 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 173963 0 0 0 130135 74 0 0 20 0 1 0 334391325 954830848 221853 33554432000 4194304 7823515 140733631936160 140733631930856 5925260 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 233113 221853 547 887 0 232223 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 932452

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 23458
/proc/meminfo: memFree=20784796/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=932452 CPUtime=1362.08 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 173977 0 0 0 136132 76 0 0 20 0 1 0 334391325 954830848 221867 33554432000 4194304 7823515 140733631936160 140733631931208 6263160 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 233113 221867 547 887 0 232223 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 932452

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 23461
/proc/meminfo: memFree=20786804/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=932452 CPUtime=1422.08 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 173979 0 0 0 142131 77 0 0 20 0 1 0 334391325 954830848 221868 33554432000 4194304 7823515 140733631936160 140733631931208 6211327 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 233113 221868 547 887 0 232223 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 932452

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/175 23462
/proc/meminfo: memFree=20749672/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=932452 CPUtime=1482.07 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 173983 0 0 0 148129 78 0 0 20 0 1 0 334391325 954830848 221872 33554432000 4194304 7823515 140733631936160 140733631930856 6099692 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 233113 221872 547 887 0 232223 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 932452

[startup+1542.3 s]
/proc/loadavg: 2.08 2.03 1.94 3/175 23462
/proc/meminfo: memFree=20745236/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=932452 CPUtime=1542.05 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 173985 0 0 0 154126 79 0 0 20 0 1 0 334391325 954830848 222012 33554432000 4194304 7823515 140733631936160 140733631931496 6212348 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 233113 222012 547 887 0 232223 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 932452

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 1.94 3/175 23462
/proc/meminfo: memFree=20743048/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=932452 CPUtime=1602.04 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 174004 0 0 0 160124 80 0 0 20 0 1 0 334391325 954830848 222387 33554432000 4194304 7823515 140733631936160 140733631930856 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 233113 222387 547 887 0 232223 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 932452

[startup+1662.3 s]
/proc/loadavg: 2.07 2.03 1.95 3/174 23539
/proc/meminfo: memFree=22016352/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=932452 CPUtime=1662.04 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 174006 0 0 0 166122 82 0 0 20 0 1 0 334391325 954830848 222908 33554432000 4194304 7823515 140733631936160 140733631930856 6212704 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 233113 222908 547 887 0 232223 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 932452

[startup+1722.3 s]
/proc/loadavg: 2.07 2.04 1.95 3/175 23540
/proc/meminfo: memFree=21955196/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=932452 CPUtime=1722.03 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 174015 0 0 0 172120 83 0 0 20 0 1 0 334391325 954830848 223150 33554432000 4194304 7823515 140733631936160 140733631930856 6211327 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 233113 223150 547 887 0 232223 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 932452

[startup+1782.3 s]
/proc/loadavg: 2.06 2.04 1.96 3/175 23541
/proc/meminfo: memFree=21937356/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=932452 CPUtime=1782.01 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 174022 0 0 0 178117 84 0 0 20 0 1 0 334391325 954830848 223185 33554432000 4194304 7823515 140733631936160 140733631930856 6211327 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 233113 223185 547 887 0 232223 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 932452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.04 2.04 1.96 3/175 23541
/proc/meminfo: memFree=21937476/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=932452 CPUtime=1800.02 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 174028 0 0 0 179917 85 0 0 20 0 1 0 334391325 954830848 223190 33554432000 4194304 7823515 140733631936160 140733631930856 6212325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 233113 223190 547 887 0 232223 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 932452

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.04 2.04 1.96 3/176 23542
/proc/meminfo: memFree=21937468/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=932452 CPUtime=1800.32 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 174028 0 0 0 179947 85 0 0 20 0 1 0 334391325 954830848 223190 33554432000 4194304 7823515 140733631936160 140733631930856 5924524 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 233113 223190 547 887 0 232223 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 932452

[startup+1801 s]
/proc/loadavg: 2.04 2.04 1.96 3/176 23542
/proc/meminfo: memFree=21937468/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=932452 CPUtime=1800.71 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 174045 0 0 0 179986 85 0 0 20 0 1 0 334391325 954830848 223207 33554432000 4194304 7823515 140733631936160 140733631930856 4302474 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 233113 223207 551 887 0 232223 0
Current children cumulated CPU time (s) 1800.71
Current children cumulated vsize (KiB) 932452

[startup+1801.2 s]
/proc/loadavg: 2.04 2.04 1.96 3/176 23542
/proc/meminfo: memFree=21937468/32873844 swapFree=7112/7112
[pid=23446] ppid=23444 vsize=773068 CPUtime=1800.91 cores=0,2,4,6
/proc/23446/stat : 23446 (pbscip.linux.x8) R 23444 23446 13043 0 -1 4202496 174046 0 0 0 180006 85 0 0 20 0 1 0 334391325 791621632 189056 33554432000 4194304 7823515 140733631936160 140733631930856 5875904 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23446/statm: 193267 189056 552 887 0 192377 0
Current children cumulated CPU time (s) 1800.91
Current children cumulated vsize (KiB) 773068

Child status: 0
Real time (s): 1801.26
CPU time (s): 1800.98
CPU user time (s): 1800.11
CPU system time (s): 0.866868
CPU usage (%): 99.9845
Max. virtual memory (cumulated for all children) (KiB): 932452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.11
system time used= 0.866868
maximum resident set size= 892832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174052
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= 15
involuntary context switches= 1899

runsolver used 4.09938 second user time and 9.35458 second system time

The end

Launcher Data

Begin job on node104 at 2012-06-03 02:17:08
IDJOB=3730137
IDBENCH=1387
IDSOLVER=2321
FILE ID=node104/3730137-1338682627
RUNJOBID= node104-1338679216-21695
PBS_JOBID= 14636709
Free space on /tmp= 66380 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/submitted-PB06/liu/dbst/normalized-dbst_v30_e350_d15_mw10_9.opb.PB06.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-3730137-1338682627/watcher-3730137-1338682627 -o /tmp/evaluation-result-3730137-1338682627/solver-3730137-1338682627 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3730137-1338682627.opb

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

MD5SUM BENCH= 513c9c3498927a8710f266699385db2b
RANDOM SEED=310486788

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        21671136 kB
Buffers:          550860 kB
Cached:          7471704 kB
SwapCached:          780 kB
Active:          6966860 kB
Inactive:        3225924 kB
Active(anon):    2149364 kB
Inactive(anon):    20336 kB
Active(file):    4817496 kB
Inactive(file):  3205588 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67105060 kB
Dirty:             20988 kB
Writeback:             0 kB
AnonPages:       2173620 kB
Mapped:            16276 kB
Shmem:                 8 kB
Slab:             864780 kB
SReclaimable:     307152 kB
SUnreclaim:       557628 kB
KernelStack:        1448 kB
PageTables:         8228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2399184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    532480 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= 66396 MiB
End job on node104 at 2012-06-03 02:47:10