Trace number 3729968

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)? 1795.85 1796.15

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v30_e350_d15_mw10_1.opb.PB06.opb
MD5SUM285f81376739daaaae61d54cc606f233
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.873866
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 268
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 789
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.03	c SCIP version 1.1.0.7
1.99/2.03	c LP-Solver SoPlex 1.4.1
1.99/2.03	c user parameter file <scip.set> not found - using default parameters
1.99/2.03	c read problem <HOME/instance-3729968-1338680694.opb>
1.99/2.03	c original problem has 1600 variables (1600 bin, 0 int, 0 impl, 0 cont) and 328901 constraints
2.28/2.38	c No objective function, only one solution is needed.
2.28/2.38	c start presolving problem
2.28/2.38	c presolving:
3.68/3.76	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.99/4.01	c (round 2) 0 del vars, 1400 del conss, 0 chg bounds, 0 chg sides, 1833 chg coeffs, 328900 upgd conss, 1400 impls, 60 clqs
4.18/4.27	c presolving (3 rounds):
4.18/4.27	c  0 deleted vars, 1400 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 1959 changed coefficients
4.18/4.27	c  3140 implications, 60 cliques
4.18/4.27	c presolved problem has 1600 variables (1600 bin, 0 int, 0 impl, 0 cont) and 327501 constraints
4.18/4.27	c    1770 constraints of type <knapsack>
4.18/4.27	c      60 constraints of type <setppc>
4.18/4.27	c       1 constraints of type <linear>
4.18/4.27	c  325670 constraints of type <logicor>
4.18/4.27	c transformed objective value is always integral (scale: 1)
4.18/4.27	c Presolving Time: 1.52
4.18/4.27	c SATUNSAT-LIN
4.18/4.27	c -----------------------------------------------------------------------------------------------
4.18/4.27	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
4.18/4.27	c # [type: int, range: [-1,2147483647], default: 0]
4.18/4.27	c separating/flowcover/freq = c -1
4.18/4.27	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
4.18/4.27	c # [type: int, range: [-1,2147483647], default: 0]
4.18/4.27	c separating/cmir/freq = c -1
4.18/4.27	c # additional number of allowed LP iterations
4.18/4.27	c # [type: int, range: [0,2147483647], default: 1000]
4.18/4.27	c heuristics/veclendiving/maxlpiterofs = c 1500
4.18/4.27	c # maximal fraction of diving LP iterations compared to node LP iterations
4.18/4.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.18/4.27	c heuristics/veclendiving/maxlpiterquot = c 0.075
4.18/4.27	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
4.18/4.27	c # [type: int, range: [-1,2147483647], default: 10]
4.18/4.27	c heuristics/veclendiving/freq = c -1
4.18/4.27	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
4.18/4.27	c # [type: int, range: [-1,2147483647], default: 1]
4.18/4.27	c heuristics/simplerounding/freq = c -1
4.18/4.27	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
4.18/4.27	c # [type: int, range: [-1,2147483647], default: 10]
4.18/4.27	c heuristics/shifting/freq = c -1
4.18/4.27	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
4.18/4.27	c # [type: int, range: [-1,2147483647], default: 1]
4.18/4.27	c heuristics/rounding/freq = c -1
4.18/4.27	c # additional number of allowed LP iterations
4.18/4.27	c # [type: int, range: [0,2147483647], default: 1000]
4.18/4.27	c heuristics/rootsoldiving/maxlpiterofs = c 1500
4.18/4.27	c # maximal fraction of diving LP iterations compared to node LP iterations
4.18/4.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
4.18/4.27	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
4.18/4.27	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
4.18/4.27	c # [type: int, range: [-1,2147483647], default: 20]
4.18/4.27	c heuristics/rootsoldiving/freq = c -1
4.18/4.27	c # number of nodes added to the contingent of the total nodes
4.18/4.27	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.18/4.27	c heuristics/rens/nodesofs = c 2000
4.18/4.27	c # minimum percentage of integer variables that have to be fixable 
4.18/4.27	c # [type: real, range: [0,1], default: 0.5]
4.18/4.27	c heuristics/rens/minfixingrate = c 0.3
4.18/4.27	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
4.18/4.27	c # [type: int, range: [-1,2147483647], default: 0]
4.18/4.27	c heuristics/rens/freq = c -1
4.18/4.27	c # additional number of allowed LP iterations
4.18/4.27	c # [type: int, range: [0,2147483647], default: 1000]
4.18/4.27	c heuristics/pscostdiving/maxlpiterofs = c 1500
4.18/4.27	c # maximal fraction of diving LP iterations compared to node LP iterations
4.18/4.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.18/4.27	c heuristics/pscostdiving/maxlpiterquot = c 0.075
4.18/4.27	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
4.18/4.27	c # [type: int, range: [-1,2147483647], default: 10]
4.18/4.27	c heuristics/pscostdiving/freq = c -1
4.18/4.27	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
4.18/4.27	c # [type: int, range: [-1,2147483647], default: 1]
4.18/4.27	c heuristics/oneopt/freq = c -1
4.18/4.27	c # additional number of allowed LP iterations
4.18/4.27	c # [type: int, range: [0,2147483647], default: 1000]
4.18/4.27	c heuristics/objpscostdiving/maxlpiterofs = c 1500
4.18/4.27	c # maximal fraction of diving LP iterations compared to total iteration number
4.18/4.27	c # [type: real, range: [0,1], default: 0.01]
4.18/4.27	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
4.18/4.27	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
4.18/4.27	c # [type: int, range: [-1,2147483647], default: 20]
4.18/4.27	c heuristics/objpscostdiving/freq = c -1
4.18/4.27	c # additional number of allowed LP iterations
4.18/4.27	c # [type: int, range: [0,2147483647], default: 1000]
4.18/4.27	c heuristics/linesearchdiving/maxlpiterofs = c 1500
4.18/4.27	c # maximal fraction of diving LP iterations compared to node LP iterations
4.18/4.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.18/4.27	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
4.18/4.27	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
4.18/4.27	c # [type: int, range: [-1,2147483647], default: 10]
4.18/4.27	c heuristics/linesearchdiving/freq = c -1
4.18/4.27	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
4.18/4.27	c # [type: int, range: [-1,2147483647], default: 10]
4.18/4.27	c heuristics/intshifting/freq = c -1
4.18/4.27	c # maximal fraction of diving LP iterations compared to node LP iterations
4.18/4.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.18/4.27	c heuristics/intdiving/maxlpiterquot = c 0.075
4.18/4.27	c # additional number of allowed LP iterations
4.18/4.27	c # [type: int, range: [0,2147483647], default: 1000]
4.18/4.27	c heuristics/guideddiving/maxlpiterofs = c 1500
4.18/4.27	c # maximal fraction of diving LP iterations compared to node LP iterations
4.18/4.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.18/4.27	c heuristics/guideddiving/maxlpiterquot = c 0.075
4.18/4.27	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
4.18/4.27	c # [type: int, range: [-1,2147483647], default: 10]
4.18/4.27	c heuristics/guideddiving/freq = c -1
4.18/4.27	c # additional number of allowed LP iterations
4.18/4.27	c # [type: int, range: [0,2147483647], default: 1000]
4.18/4.27	c heuristics/fracdiving/maxlpiterofs = c 1500
4.18/4.27	c # maximal fraction of diving LP iterations compared to node LP iterations
4.18/4.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.18/4.27	c heuristics/fracdiving/maxlpiterquot = c 0.075
4.18/4.27	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
4.18/4.27	c # [type: int, range: [-1,2147483647], default: 10]
4.18/4.27	c heuristics/fracdiving/freq = c -1
4.18/4.27	c # additional number of allowed LP iterations
4.18/4.27	c # [type: int, range: [0,2147483647], default: 1000]
4.18/4.27	c heuristics/feaspump/maxlpiterofs = c 2000
4.18/4.27	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
4.18/4.27	c # [type: int, range: [-1,2147483647], default: 20]
4.18/4.27	c heuristics/feaspump/freq = c -1
4.18/4.27	c # minimum percentage of integer variables that have to be fixed 
4.18/4.27	c # [type: real, range: [0,1], default: 0.666]
4.18/4.27	c heuristics/crossover/minfixingrate = c 0.5
4.18/4.27	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
4.18/4.27	c # [type: real, range: [0,1], default: 0.1]
4.18/4.27	c heuristics/crossover/nodesquot = c 0.15
4.18/4.27	c # number of nodes without incumbent change that heuristic should wait
4.18/4.27	c # [type: longint, range: [0,9223372036854775807], default: 200]
4.18/4.27	c heuristics/crossover/nwaitingnodes = c 100
4.18/4.27	c # number of nodes added to the contingent of the total nodes
4.18/4.27	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.18/4.27	c heuristics/crossover/nodesofs = c 750
4.18/4.27	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
4.18/4.27	c # [type: int, range: [-1,2147483647], default: 30]
4.18/4.27	c heuristics/crossover/freq = c -1
4.18/4.27	c # additional number of allowed LP iterations
4.18/4.27	c # [type: int, range: [0,2147483647], default: 1000]
4.18/4.27	c heuristics/coefdiving/maxlpiterofs = c 1500
4.18/4.27	c # maximal fraction of diving LP iterations compared to node LP iterations
4.18/4.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.18/4.27	c heuristics/coefdiving/maxlpiterquot = c 0.075
4.18/4.27	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
4.18/4.27	c # [type: int, range: [-1,2147483647], default: 10]
4.18/4.27	c heuristics/coefdiving/freq = c -1
4.18/4.27	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
4.18/4.27	c # [type: int, range: [-1,2147483647], default: -1]
4.18/4.27	c presolving/probing/maxrounds = c 0
4.18/4.27	c # should presolving try to simplify knapsacks
4.18/4.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.18/4.27	c constraints/knapsack/simplifyinequalities = c TRUE
4.18/4.27	c # should disaggregation of knapsack constraints be allowed in preprocessing?
4.18/4.27	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
4.18/4.27	c constraints/knapsack/disaggregation = c FALSE
4.18/4.27	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
4.18/4.27	c # [type: int, range: [-1,2147483647], default: -1]
4.18/4.27	c constraints/knapsack/maxnumcardlift = c 0
4.18/4.27	c # should presolving try to simplify inequalities
4.18/4.28	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.18/4.28	c constraints/linear/simplifyinequalities = c TRUE
4.18/4.28	c # maximal number of separation rounds in the root node (-1: unlimited)
4.18/4.28	c # [type: int, range: [-1,2147483647], default: -1]
4.18/4.28	c separating/maxroundsroot = c 5
4.18/4.28	c # maximal number of separation rounds per node (-1: unlimited)
4.18/4.28	c # [type: int, range: [-1,2147483647], default: 5]
4.18/4.28	c separating/maxrounds = c 1
4.18/4.28	c # solving stops, if the given number of solutions were found (-1: no limit)
4.18/4.28	c # [type: int, range: [-1,2147483647], default: -1]
4.18/4.28	c limits/solutions = c 1
4.18/4.28	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.18/4.28	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.18/4.28	c limits/memory = c 13950
4.18/4.28	c # maximal time in seconds to run
4.18/4.28	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.18/4.28	c limits/time = c 1791
4.18/4.28	c # frequency for displaying node information lines
4.18/4.28	c # [type: int, range: [-1,2147483647], default: 100]
4.18/4.28	c display/freq = c 10000
4.18/4.28	c -----------------------------------------------------------------------------------------------
4.18/4.28	c start solving problem
4.18/4.28	c 
114.76/114.89	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
114.76/114.89	c   112s|     1 |     0 |  7295 | 377M|   0 | 160 |1600 | 327k| 327k|1600 | 327k|   0 |   0 |   0 | 5.900000e+01 |      --      |    Inf 
239.83/239.95	c   237s|     1 |     0 | 10975 | 377M|   0 | 154 |1600 | 327k| 327k|1600 | 327k|  22 |   0 |   0 | 5.900000e+01 |      --      |    Inf 
294.53/294.64	c   292s|     1 |     0 | 13660 | 378M|   0 | 141 |1600 | 327k| 327k|1600 | 327k|  50 |   0 |   0 | 5.900000e+01 |      --      |    Inf 
344.22/344.32	c   341s|     1 |     0 | 15743 | 378M|   0 | 158 |1600 | 327k| 327k|1600 | 327k|  66 |   0 |   0 | 5.900000e+01 |      --      |    Inf 
431.19/431.34	c   428s|     1 |     0 | 19947 | 379M|   0 |  91 |1600 | 327k| 327k|1600 | 327k|  90 |   0 |   0 | 5.900000e+01 |      --      |    Inf 
456.49/456.65	c   454s|     1 |     0 | 20608 | 379M|   0 |  97 |1600 | 327k| 327k|1600 | 327k| 110 |   0 |   0 | 5.900000e+01 |      --      |    Inf 
559.58/559.79	c   557s|     1 |     2 | 20608 | 379M|   0 |  97 |1600 | 327k| 327k|1600 | 327k| 110 |   0 |  19 | 5.900000e+01 |      --      |    Inf 
1795.29/1795.67	c 
1795.29/1795.67	c SCIP Status        : solving was interrupted [time limit reached]
1795.29/1795.67	c Solving Time (sec) : 1791.87
1795.29/1795.67	c Solving Nodes      : 8
1795.29/1795.67	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1795.29/1795.67	c Dual Bound         : +5.90000000000000e+01
1795.29/1795.67	c Gap                : infinite
1795.29/1795.67	c NODE         8
1795.29/1795.67	c DUAL BOUND   59
1795.29/1795.67	c PRIMAL BOUND 1e+20
1795.29/1795.67	c GAP          1e+20
1795.29/1795.67	s UNKNOWN
1795.29/1795.67	c SCIP Status        : solving was interrupted [time limit reached]
1795.29/1795.67	c Solving Time       :    1791.87
1795.29/1795.67	c Original Problem   :
1795.29/1795.67	c   Problem name     : HOME/instance-3729968-1338680694.opb
1795.29/1795.67	c   Variables        : 1600 (1600 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.29/1795.67	c   Constraints      : 328901 initial, 328901 maximal
1795.29/1795.67	c Presolved Problem  :
1795.29/1795.67	c   Problem name     : t_HOME/instance-3729968-1338680694.opb
1795.29/1795.67	c   Variables        : 1600 (1600 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.29/1795.67	c   Constraints      : 327501 initial, 327501 maximal
1795.29/1795.67	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1795.29/1795.67	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1795.29/1795.67	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1795.29/1795.67	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1795.29/1795.67	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1795.29/1795.67	c   implics          :       0.00          0          0          0          0          0          0          0          0
1795.29/1795.67	c   probing          :       0.00          0          0          0          0          0          0          0          0
1795.29/1795.67	c   knapsack         :       0.14          0          0          0          0          0          0          0       1959
1795.29/1795.67	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1795.29/1795.67	c   linear           :       0.77          0          0          0          0          0          0          0          0
1795.29/1795.67	c   logicor          :       0.41          0          0          0          0          0       1400          0          0
1795.29/1795.67	c   root node        :          -          0          -          -          0          -          -          -          -
1795.29/1795.67	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1795.29/1795.67	c   integral         :          0          0          0          9          0          0          1          0          0         16
1795.29/1795.67	c   knapsack         :       1770          5         14          0          0          0         75        116          0          0
1795.29/1795.67	c   setppc           :         60          5         14          0          0          0        240          0          0          0
1795.29/1795.67	c   linear           :          1          5         14          0          0          0          0          0          0          0
1795.29/1795.67	c   logicor          :     325670          5          8          0          0          0         27          0          0          0
1795.29/1795.67	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1795.29/1795.67	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1795.29/1795.67	c   integral         :    1146.28       0.00       0.00    1146.28       0.00
1795.29/1795.67	c   knapsack         :       0.02       0.02       0.00       0.00       0.00
1795.29/1795.67	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1795.29/1795.67	c   linear           :       0.00       0.00       0.00       0.00       0.00
1795.29/1795.67	c   logicor          :       0.14       0.05       0.09       0.00       0.00
1795.29/1795.67	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1795.29/1795.67	c Propagators        :       Time      Calls    Cutoffs    DomReds
1795.29/1795.67	c   rootredcost      :       0.00          0          0          0
1795.29/1795.67	c   pseudoobj        :       0.01         15          0          0
1795.29/1795.67	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1795.29/1795.67	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1795.29/1795.67	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1795.29/1795.67	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1795.29/1795.67	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1795.29/1795.67	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1795.29/1795.67	c   applied globally :          -          -          -          0        0.0          -          -          -
1795.29/1795.67	c   applied locally  :          -          -          -          0        0.0          -          -          -
1795.29/1795.67	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1795.29/1795.67	c   cut pool         :       0.00          4          -          -          0          -    (maximal pool size: 443)
1795.29/1795.67	c   redcost          :       0.00         12          0          0          0          0
1795.29/1795.67	c   impliedbounds    :       0.00          5          0          0          0          0
1795.29/1795.67	c   intobj           :       0.00          0          0          0          0          0
1795.29/1795.67	c   gomory           :      80.96          5          0          0       2500          0
1795.29/1795.67	c   strongcg         :      54.12          5          0          0       2500          0
1795.29/1795.67	c   cmir             :       0.00          0          0          0          0          0
1795.29/1795.67	c   flowcover        :       0.00          0          0          0          0          0
1795.29/1795.67	c   clique           :       0.00          5          0          0          0          0
1795.29/1795.67	c   zerohalf         :       0.00          0          0          0          0          0
1795.29/1795.67	c   mcf              :       0.00          0          0          0          0          0
1795.29/1795.67	c Pricers            :       Time      Calls       Vars
1795.29/1795.67	c   problem variables:       0.00          0          0
1795.29/1795.67	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1795.29/1795.67	c   relpscost        :    1146.28          9          0          1          0          0         16
1795.29/1795.67	c   pscost           :       0.00          0          0          0          0          0          0
1795.29/1795.67	c   inference        :       0.00          0          0          0          0          0          0
1795.29/1795.67	c   mostinf          :       0.00          0          0          0          0          0          0
1795.29/1795.67	c   leastinf         :       0.00          0          0          0          0          0          0
1795.29/1795.67	c   fullstrong       :       0.00          0          0          0          0          0          0
1795.29/1795.67	c   allfullstrong    :       0.00          0          0          0          0          0          0
1795.29/1795.67	c   random           :       0.00          0          0          0          0          0          0
1795.29/1795.67	c Primal Heuristics  :       Time      Calls      Found
1795.29/1795.67	c   LP solutions     :       0.00          -          0
1795.29/1795.67	c   pseudo solutions :       0.00          -          0
1795.29/1795.67	c   simplerounding   :       0.00          0          0
1795.29/1795.67	c   rounding         :       0.00          0          0
1795.29/1795.67	c   shifting         :       0.00          0          0
1795.29/1795.67	c   intshifting      :       0.00          0          0
1795.29/1795.67	c   oneopt           :       0.00          0          0
1795.29/1795.67	c   fixandinfer      :       0.00          0          0
1795.29/1795.67	c   feaspump         :       0.00          0          0
1795.29/1795.67	c   coefdiving       :       0.00          0          0
1795.29/1795.67	c   pscostdiving     :       0.00          0          0
1795.29/1795.67	c   fracdiving       :       0.00          0          0
1795.29/1795.67	c   veclendiving     :       0.00          0          0
1795.29/1795.67	c   intdiving        :       0.00          0          0
1795.29/1795.67	c   actconsdiving    :       0.00          0          0
1795.29/1795.67	c   objpscostdiving  :       0.00          0          0
1795.29/1795.67	c   rootsoldiving    :       0.00          0          0
1795.29/1795.67	c   linesearchdiving :       0.00          0          0
1795.29/1795.67	c   guideddiving     :       0.00          0          0
1795.29/1795.67	c   octane           :       0.00          0          0
1795.29/1795.67	c   rens             :       0.00          0          0
1795.29/1795.67	c   rins             :       0.00          0          0
1795.29/1795.67	c   localbranching   :       0.00          0          0
1795.29/1795.67	c   mutation         :       0.00          0          0
1795.29/1795.67	c   crossover        :       0.00          0          0
1795.29/1795.67	c   dins             :       0.00          0          0
1795.29/1795.67	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1795.29/1795.67	c   primal LP        :       0.10          0          0       0.00       0.00
1795.29/1795.67	c   dual LP          :     507.40         14      33055    2361.07      65.15
1795.29/1795.67	c   barrier LP       :       0.00          0          0       0.00          -
1795.29/1795.67	c   diving/probing LP:       0.00          0          0       0.00          -
1795.29/1795.67	c   strong branching :    1146.28        179      75542     422.02      65.90
1795.29/1795.67	c     (at root node) :          -         19       6757     355.63          -
1795.29/1795.67	c   conflict analysis:       0.00          0          0       0.00          -
1795.29/1795.67	c B&B Tree           :
1795.29/1795.67	c   number of runs   :          1
1795.29/1795.67	c   nodes            :          8
1795.29/1795.67	c   nodes (total)    :          8
1795.29/1795.67	c   nodes left       :          9
1795.29/1795.67	c   max depth        :          7
1795.29/1795.67	c   max depth (total):          7
1795.29/1795.67	c   backtracks       :          0 (0.0%)
1795.29/1795.67	c   delayed cutoffs  :          0
1795.29/1795.67	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1795.29/1795.67	c   avg switch length:       1.00
1795.29/1795.67	c   switching time   :       0.15
1795.29/1795.67	c Solution           :
1795.29/1795.67	c   Solutions found  :          0 (0 improvements)
1795.29/1795.67	c   Primal Bound     :          -
1795.29/1795.67	c   Dual Bound       : +5.90000000000000e+01
1795.29/1795.67	c   Gap              :   infinite
1795.29/1795.67	c   Root Dual Bound  : +5.90000000000000e+01
1795.78/1796.15	c Time complete: 1795.84.

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-3729968-1338680694/watcher-3729968-1338680694 -o /tmp/evaluation-result-3729968-1338680694/solver-3729968-1338680694 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3729968-1338680694.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.00 2.01 1.65 2/176 27923
/proc/meminfo: memFree=28199372/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=8564 CPUtime=0 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 1502 0 0 0 0 0 0 0 20 0 1 0 334195372 8769536 1454 33554432000 4194304 7823515 140734941480336 140736355823928 6908062 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 2141 1454 351 887 0 1251 0

[startup+0.040608 s]
/proc/loadavg: 2.00 2.01 1.65 2/176 27923
/proc/meminfo: memFree=28199372/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=12456 CPUtime=0.03 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 2460 0 0 0 3 0 0 0 20 0 1 0 334195372 12754944 2412 33554432000 4194304 7823515 140734941480336 140736355823928 4487660 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 3114 2412 351 887 0 2224 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12456

[startup+0.100222 s]
/proc/loadavg: 2.00 2.01 1.65 2/176 27923
/proc/meminfo: memFree=28199372/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=15236 CPUtime=0.09 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 3139 0 0 0 9 0 0 0 20 0 1 0 334195372 15601664 3091 33554432000 4194304 7823515 140734941480336 140736355823928 6830534 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 3809 3091 351 887 0 2919 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15236

[startup+0.30022 s]
/proc/loadavg: 2.00 2.01 1.65 2/176 27923
/proc/meminfo: memFree=28199372/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=28384 CPUtime=0.29 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 6450 0 0 0 29 0 0 0 20 0 1 0 334195372 29065216 6402 33554432000 4194304 7823515 140734941480336 140736355823928 6908057 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 7096 6402 351 887 0 6206 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28384

[startup+0.700205 s]
/proc/loadavg: 2.00 2.01 1.65 2/176 27923
/proc/meminfo: memFree=28199372/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=52584 CPUtime=0.69 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 12458 0 0 0 68 1 0 0 20 0 1 0 334195372 53846016 12410 33554432000 4194304 7823515 140734941480336 140734941345992 6908057 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 13146 12410 351 887 0 12256 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52584

[startup+1.50022 s]
/proc/loadavg: 2.00 2.01 1.65 3/177 27924
/proc/meminfo: memFree=28133760/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=99328 CPUtime=1.49 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 24106 0 0 0 146 3 0 0 20 0 1 0 334195372 101711872 24058 33554432000 4194304 7823515 140734941480336 140734941346440 6908072 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 24832 24058 351 887 0 23942 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 99328

[startup+3.10023 s]
/proc/loadavg: 2.00 2.01 1.65 3/177 27924
/proc/meminfo: memFree=28025268/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=402912 CPUtime=3.09 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 100263 0 0 0 281 28 0 0 20 0 1 0 334195372 412581888 99314 33554432000 4194304 7823515 140734941480336 140734941477272 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 100728 99315 423 887 0 99838 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 402912

[startup+6.30018 s]
/proc/loadavg: 2.16 2.05 1.66 3/177 27924
/proc/meminfo: memFree=27484748/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=799116 CPUtime=6.28 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 155300 0 0 0 573 55 0 0 20 0 1 0 334195372 818294784 184696 33554432000 4194304 7823515 140734941480336 140734941475752 6211104 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 199779 184696 512 887 0 198889 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 799116

[startup+12.7002 s]
/proc/loadavg: 2.15 2.05 1.66 3/177 27924
/proc/meminfo: memFree=27437700/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=810464 CPUtime=12.67 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 156654 0 0 0 1211 56 0 0 20 0 1 0 334195372 829915136 190484 33554432000 4194304 7823515 140734941480336 140734941475672 6212306 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 202616 190484 516 887 0 201726 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 810464

[startup+25.5002 s]
/proc/loadavg: 2.12 2.04 1.67 3/177 27924
/proc/meminfo: memFree=27404668/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=845664 CPUtime=25.48 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 158556 0 0 0 2490 58 0 0 20 0 1 0 334195372 865959936 198902 33554432000 4194304 7823515 140734941480336 140734941475672 6211327 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 211416 198902 516 887 0 210526 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 845664

[startup+51.1003 s]
/proc/loadavg: 2.08 2.04 1.67 3/176 27925
/proc/meminfo: memFree=27389716/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=855884 CPUtime=51.07 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 160237 0 0 0 5048 59 0 0 20 0 1 0 334195372 876425216 202336 33554432000 4194304 7823515 140734941480336 140734941475672 6908132 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 213971 202336 516 887 0 213081 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 855884

[startup+102.306 s]
/proc/loadavg: 2.03 2.03 1.69 3/176 27925
/proc/meminfo: memFree=27385388/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=859564 CPUtime=102.26 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 161028 0 0 0 10165 61 0 0 20 0 1 0 334195372 880193536 203638 33554432000 4194304 7823515 140734941480336 140734941476024 5924519 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 214891 203638 516 887 0 214001 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 859564

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 1.71 3/177 27926
/proc/meminfo: memFree=27380712/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=859564 CPUtime=162.25 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 161139 0 0 0 16160 65 0 0 20 0 1 0 334195372 880193536 203714 33554432000 4194304 7823515 140734941480336 140734941475480 5965558 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 214891 203714 536 887 0 214001 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 859564

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 1.72 3/177 27926
/proc/meminfo: memFree=27332224/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=897324 CPUtime=222.24 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 165841 0 0 0 22154 70 0 0 20 0 1 0 334195372 918859776 215655 33554432000 4194304 7823515 140734941480336 140734941475672 6211603 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 224331 215655 541 887 0 223441 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 897324

[startup+282.3 s]
/proc/loadavg: 2.06 2.03 1.74 3/177 27926
/proc/meminfo: memFree=27321848/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=911236 CPUtime=282.23 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 167055 0 0 0 28149 74 0 0 20 0 1 0 334195372 933105664 218238 33554432000 4194304 7823515 140734941480336 140734941475672 6212439 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 227809 218238 541 887 0 226919 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 911236

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 1.75 3/178 27968
/proc/meminfo: memFree=26579008/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=922544 CPUtime=342.22 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 167684 0 0 0 34144 78 0 0 20 0 1 0 334195372 944685056 221860 33554432000 4194304 7823515 140734941480336 140734941475672 5924537 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 230636 221860 541 887 0 229746 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 922544

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 1.77 3/177 27969
/proc/meminfo: memFree=26536236/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=935788 CPUtime=402.2 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 168280 0 0 0 40138 82 0 0 20 0 1 0 334195372 958246912 225257 33554432000 4194304 7823515 140734941480336 140734941475672 6175264 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 233947 225257 541 887 0 233057 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 935788

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 1.78 3/177 27969
/proc/meminfo: memFree=26523544/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=935788 CPUtime=462.19 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 168363 0 0 0 46133 86 0 0 20 0 1 0 334195372 958246912 226066 33554432000 4194304 7823515 140734941480336 140734941475544 6212291 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 233947 226066 544 887 0 233057 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 935788

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.79 3/177 27969
/proc/meminfo: memFree=26500740/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=938348 CPUtime=522.18 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 168396 0 0 0 52128 90 0 0 20 0 1 0 334195372 960868352 228329 33554432000 4194304 7823515 140734941480336 140734941475032 6211594 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 234587 228329 544 887 0 233697 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 938348

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.80 3/177 27969
/proc/meminfo: memFree=26458520/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=948584 CPUtime=582.18 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 168472 0 0 0 58125 93 0 0 20 0 1 0 334195372 971350016 228919 33554432000 4194304 7823515 140734941480336 140734941475672 6211707 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 237146 228919 547 887 0 236256 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 948584

[startup+642.3 s]

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

/proc/meminfo: memFree=26423220/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=948584 CPUtime=1062.1 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 168674 0 0 0 106096 114 0 0 20 0 1 0 334195372 971350016 229121 33554432000 4194304 7823515 140734941480336 140734941475032 6212400 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 237146 229121 547 887 0 236256 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 948584

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/177 27997
/proc/meminfo: memFree=26423616/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=948584 CPUtime=1122.09 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 168674 0 0 0 112092 117 0 0 20 0 1 0 334195372 971350016 229121 33554432000 4194304 7823515 140734941480336 140734941475496 6211380 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 237146 229121 547 887 0 236256 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 948584

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/177 27997
/proc/meminfo: memFree=26424088/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=948584 CPUtime=1182.08 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 168680 0 0 0 118088 120 0 0 20 0 1 0 334195372 971350016 229127 33554432000 4194304 7823515 140734941480336 140734941475032 6175268 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 237146 229127 547 887 0 236256 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 948584

[startup+1242.3 s]
/proc/loadavg: 2.07 2.02 1.88 3/177 27997
/proc/meminfo: memFree=26423716/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=948584 CPUtime=1242.07 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 168693 0 0 0 124084 123 0 0 20 0 1 0 334195372 971350016 229140 33554432000 4194304 7823515 140734941480336 140734941475672 5924519 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 237146 229140 547 887 0 236256 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 948584

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 1.89 3/177 27998
/proc/meminfo: memFree=26423468/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=948584 CPUtime=1302.07 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 168705 0 0 0 130081 126 0 0 20 0 1 0 334195372 971350016 229152 33554432000 4194304 7823515 140734941480336 140734941475032 6212552 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 237146 229152 547 887 0 236256 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 948584

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 1.89 3/177 27998
/proc/meminfo: memFree=26423592/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=948584 CPUtime=1362.05 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 168705 0 0 0 136077 128 0 0 20 0 1 0 334195372 971350016 229152 33554432000 4194304 7823515 140734941480336 140734941475032 5924549 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 237146 229152 547 887 0 236256 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 948584

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.90 3/177 27998
/proc/meminfo: memFree=26424212/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=948584 CPUtime=1422.05 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 168709 0 0 0 142073 132 0 0 20 0 1 0 334195372 971350016 229156 33554432000 4194304 7823515 140734941480336 140734941475032 6212327 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 237146 229156 547 887 0 236256 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 948584

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/177 27998
/proc/meminfo: memFree=26423840/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=948584 CPUtime=1482.04 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 168709 0 0 0 148069 135 0 0 20 0 1 0 334195372 971350016 229156 33554432000 4194304 7823515 140734941480336 140734941475032 6212439 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 237146 229156 547 887 0 236256 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 948584

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 28001
/proc/meminfo: memFree=26423748/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=948584 CPUtime=1542.02 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 168709 0 0 0 154063 139 0 0 20 0 1 0 334195372 971350016 229156 33554432000 4194304 7823515 140734941480336 140734941475032 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 237146 229156 547 887 0 236256 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 948584

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 28002
/proc/meminfo: memFree=26421520/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=948584 CPUtime=1602.01 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 168709 0 0 0 160060 141 0 0 20 0 1 0 334195372 971350016 229720 33554432000 4194304 7823515 140734941480336 140734941475496 5920362 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 237146 229720 547 887 0 236256 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 948584

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 28002
/proc/meminfo: memFree=26421644/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=948584 CPUtime=1662 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 168709 0 0 0 166056 144 0 0 20 0 1 0 334195372 971350016 229720 33554432000 4194304 7823515 140734941480336 140734941475032 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 237146 229720 547 887 0 236256 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 948584

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 1.91 3/177 28002
/proc/meminfo: memFree=26421644/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=948584 CPUtime=1722 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 168709 0 0 0 172052 148 0 0 20 0 1 0 334195372 971350016 229720 33554432000 4194304 7823515 140734941480336 140734941475032 5924546 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 237146 229720 547 887 0 236256 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 948584

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 1.91 3/177 28002
/proc/meminfo: memFree=26421152/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=948584 CPUtime=1781.99 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 168709 0 0 0 178049 150 0 0 20 0 1 0 334195372 971350016 229720 33554432000 4194304 7823515 140734941480336 140734941474712 6212565 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 237146 229720 547 887 0 236256 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 948584

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

[startup+1785.5 s]
/proc/loadavg: 2.02 2.01 1.91 3/177 28002
/proc/meminfo: memFree=26421276/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=948584 CPUtime=1785.18 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 168709 0 0 0 178368 150 0 0 20 0 1 0 334195372 971350016 229720 33554432000 4194304 7823515 140734941480336 140734941475384 6110794 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 237146 229720 547 887 0 236256 0
Current children cumulated CPU time (s) 1785.18
Current children cumulated vsize (KiB) 948584

[startup+1791.91 s]
/proc/loadavg: 2.02 2.01 1.91 3/177 28002
/proc/meminfo: memFree=26421276/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=948584 CPUtime=1791.59 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 168709 0 0 0 179009 150 0 0 20 0 1 0 334195372 971350016 229720 33554432000 4194304 7823515 140734941480336 140734941475032 5925270 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 237146 229720 547 887 0 236256 0
Current children cumulated CPU time (s) 1791.59
Current children cumulated vsize (KiB) 948584

[startup+1793.5 s]
/proc/loadavg: 2.02 2.01 1.91 3/177 28002
/proc/meminfo: memFree=26421400/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=948584 CPUtime=1793.18 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 168709 0 0 0 179168 150 0 0 20 0 1 0 334195372 971350016 229720 33554432000 4194304 7823515 140734941480336 140734941475032 6212439 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 237146 229720 547 887 0 236256 0
Current children cumulated CPU time (s) 1793.18
Current children cumulated vsize (KiB) 948584

[startup+1795.1 s]
/proc/loadavg: 2.02 2.01 1.91 3/177 28002
/proc/meminfo: memFree=26421400/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=948584 CPUtime=1794.8 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 168709 0 0 0 179329 151 0 0 20 0 1 0 334195372 971350016 229720 33554432000 4194304 7823515 140734941480336 140734941475032 6212439 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 237146 229720 547 887 0 236256 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 948584

[startup+1795.9 s]
/proc/loadavg: 2.02 2.01 1.91 3/177 28002
/proc/meminfo: memFree=26421400/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=948584 CPUtime=1795.59 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 168713 0 0 0 179408 151 0 0 20 0 1 0 334195372 971350016 229724 33554432000 4194304 7823515 140734941480336 140734941475032 4301917 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 237146 229724 551 887 0 236256 0
Current children cumulated CPU time (s) 1795.59
Current children cumulated vsize (KiB) 948584

[startup+1796.1 s]
/proc/loadavg: 2.02 2.01 1.91 3/177 28002
/proc/meminfo: memFree=26421400/32873648 swapFree=6864/6864
[pid=27923] ppid=27921 vsize=778488 CPUtime=1795.78 cores=0,2,4,6
/proc/27923/stat : 27923 (pbscip.linux.x8) R 27921 27923 19043 0 -1 4202496 168714 0 0 0 179427 151 0 0 20 0 1 0 334195372 797171712 190409 33554432000 4194304 7823515 140734941480336 140734941475848 4511213 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27923/statm: 194622 190409 552 887 0 193732 0
Current children cumulated CPU time (s) 1795.78
Current children cumulated vsize (KiB) 778488

Child status: 0
Real time (s): 1796.15
CPU time (s): 1795.85
CPU user time (s): 1794.32
CPU system time (s): 1.52577
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 948584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.32
system time used= 1.52577
maximum resident set size= 918900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168720
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= 16
involuntary context switches= 2893

runsolver used 4.5793 second user time and 10.3354 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-03 01:44:54
IDJOB=3729968
IDBENCH=1374
IDSOLVER=2321
FILE ID=node120/3729968-1338680694
RUNJOBID= node120-1338679216-27543
PBS_JOBID= 14636693
Free space on /tmp= 70756 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_1.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-3729968-1338680694/watcher-3729968-1338680694 -o /tmp/evaluation-result-3729968-1338680694/solver-3729968-1338680694 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3729968-1338680694.opb

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

MD5SUM BENCH= 285f81376739daaaae61d54cc606f233
RANDOM SEED=336710658

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28199636 kB
Buffers:          553552 kB
Cached:          3117188 kB
SwapCached:         1572 kB
Active:          1775404 kB
Inactive:        1968992 kB
Active(anon):      65888 kB
Inactive(anon):     9228 kB
Active(file):    1709516 kB
Inactive(file):  1959764 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67103516 kB
Dirty:             20996 kB
Writeback:            20 kB
AnonPages:         78052 kB
Mapped:            13344 kB
Shmem:                32 kB
Slab:             793988 kB
SReclaimable:     238136 kB
SUnreclaim:       555852 kB
KernelStack:        1448 kB
PageTables:         3944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     188220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 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= 70736 MiB
End job on node120 at 2012-06-03 02:14:50