Trace number 3730800

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.07 1795.36

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
MD5SUM939f54a73a83900b8b6d857af47a0b62
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark133.03
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables62704
Total number of constraints187107
Number of constraints which are clauses186603
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.09/1.12	c SCIP version 1.1.0.7
1.09/1.12	c LP-Solver SoPlex 1.4.1
1.09/1.12	c user parameter file <scip.set> not found - using default parameters
1.09/1.12	c read problem <HOME/instance-3730800-1338684294.opb>
1.09/1.12	c original problem has 62704 variables (62704 bin, 0 int, 0 impl, 0 cont) and 187107 constraints
1.39/1.43	c No objective function, only one solution is needed.
1.39/1.43	c start presolving problem
1.39/1.43	c presolving:
3.38/3.41	c (round 1) 1177 del vars, 1154 del conss, 501 chg bounds, 252 chg sides, 876 chg coeffs, 0 upgd conss, 5489521 impls, 0 clqs
3.59/3.66	c (round 2) 1531 del vars, 3559 del conss, 738 chg bounds, 252 chg sides, 876 chg coeffs, 0 upgd conss, 5493683 impls, 0 clqs
3.69/3.72	c (round 3) 1531 del vars, 3869 del conss, 738 chg bounds, 252 chg sides, 876 chg coeffs, 0 upgd conss, 5494539 impls, 0 clqs
4.40/4.47	c (round 4) 1531 del vars, 3882 del conss, 738 chg bounds, 252 chg sides, 876 chg coeffs, 183225 upgd conss, 5494539 impls, 0 clqs
4.79/4.80	c presolving (5 rounds):
4.79/4.80	c  1531 deleted vars, 3882 deleted constraints, 738 tightened bounds, 0 added holes, 252 changed sides, 876 changed coefficients
4.79/4.80	c  5494539 implications, 0 cliques
4.79/4.80	c presolved problem has 61173 variables (61173 bin, 0 int, 0 impl, 0 cont) and 183225 constraints
4.79/4.80	c     504 constraints of type <knapsack>
4.79/4.80	c  182721 constraints of type <logicor>
4.79/4.80	c transformed objective value is always integral (scale: 1)
4.79/4.80	c Presolving Time: 3.07
4.79/4.80	c SATUNSAT-LIN
4.79/4.80	c -----------------------------------------------------------------------------------------------
4.79/4.80	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
4.79/4.80	c # [type: int, range: [-1,2147483647], default: 0]
4.79/4.80	c separating/flowcover/freq = c -1
4.79/4.80	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
4.79/4.80	c # [type: int, range: [-1,2147483647], default: 0]
4.79/4.80	c separating/cmir/freq = c -1
4.79/4.80	c # additional number of allowed LP iterations
4.79/4.80	c # [type: int, range: [0,2147483647], default: 1000]
4.79/4.80	c heuristics/veclendiving/maxlpiterofs = c 1500
4.79/4.80	c # maximal fraction of diving LP iterations compared to node LP iterations
4.79/4.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.79/4.80	c heuristics/veclendiving/maxlpiterquot = c 0.075
4.79/4.80	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
4.79/4.80	c # [type: int, range: [-1,2147483647], default: 10]
4.79/4.80	c heuristics/veclendiving/freq = c -1
4.79/4.80	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
4.79/4.80	c # [type: int, range: [-1,2147483647], default: 1]
4.79/4.80	c heuristics/simplerounding/freq = c -1
4.79/4.80	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
4.79/4.80	c # [type: int, range: [-1,2147483647], default: 10]
4.79/4.80	c heuristics/shifting/freq = c -1
4.79/4.80	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
4.79/4.80	c # [type: int, range: [-1,2147483647], default: 1]
4.79/4.80	c heuristics/rounding/freq = c -1
4.79/4.80	c # additional number of allowed LP iterations
4.79/4.80	c # [type: int, range: [0,2147483647], default: 1000]
4.79/4.80	c heuristics/rootsoldiving/maxlpiterofs = c 1500
4.79/4.80	c # maximal fraction of diving LP iterations compared to node LP iterations
4.79/4.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
4.79/4.80	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
4.79/4.80	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
4.79/4.80	c # [type: int, range: [-1,2147483647], default: 20]
4.79/4.80	c heuristics/rootsoldiving/freq = c -1
4.79/4.80	c # number of nodes added to the contingent of the total nodes
4.79/4.80	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.79/4.80	c heuristics/rens/nodesofs = c 2000
4.79/4.80	c # minimum percentage of integer variables that have to be fixable 
4.79/4.80	c # [type: real, range: [0,1], default: 0.5]
4.79/4.80	c heuristics/rens/minfixingrate = c 0.3
4.79/4.80	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
4.79/4.80	c # [type: int, range: [-1,2147483647], default: 0]
4.79/4.80	c heuristics/rens/freq = c -1
4.79/4.80	c # additional number of allowed LP iterations
4.79/4.80	c # [type: int, range: [0,2147483647], default: 1000]
4.79/4.80	c heuristics/pscostdiving/maxlpiterofs = c 1500
4.79/4.80	c # maximal fraction of diving LP iterations compared to node LP iterations
4.79/4.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.79/4.80	c heuristics/pscostdiving/maxlpiterquot = c 0.075
4.79/4.80	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
4.79/4.80	c # [type: int, range: [-1,2147483647], default: 10]
4.79/4.80	c heuristics/pscostdiving/freq = c -1
4.79/4.80	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
4.79/4.80	c # [type: int, range: [-1,2147483647], default: 1]
4.79/4.80	c heuristics/oneopt/freq = c -1
4.79/4.80	c # additional number of allowed LP iterations
4.79/4.80	c # [type: int, range: [0,2147483647], default: 1000]
4.79/4.80	c heuristics/objpscostdiving/maxlpiterofs = c 1500
4.79/4.80	c # maximal fraction of diving LP iterations compared to total iteration number
4.79/4.80	c # [type: real, range: [0,1], default: 0.01]
4.79/4.80	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
4.79/4.80	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
4.79/4.80	c # [type: int, range: [-1,2147483647], default: 20]
4.79/4.80	c heuristics/objpscostdiving/freq = c -1
4.79/4.80	c # additional number of allowed LP iterations
4.79/4.80	c # [type: int, range: [0,2147483647], default: 1000]
4.79/4.80	c heuristics/linesearchdiving/maxlpiterofs = c 1500
4.79/4.80	c # maximal fraction of diving LP iterations compared to node LP iterations
4.79/4.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.79/4.80	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
4.79/4.80	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
4.79/4.80	c # [type: int, range: [-1,2147483647], default: 10]
4.79/4.80	c heuristics/linesearchdiving/freq = c -1
4.79/4.80	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
4.79/4.80	c # [type: int, range: [-1,2147483647], default: 10]
4.79/4.80	c heuristics/intshifting/freq = c -1
4.79/4.80	c # maximal fraction of diving LP iterations compared to node LP iterations
4.79/4.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.79/4.80	c heuristics/intdiving/maxlpiterquot = c 0.075
4.79/4.80	c # additional number of allowed LP iterations
4.79/4.80	c # [type: int, range: [0,2147483647], default: 1000]
4.79/4.80	c heuristics/guideddiving/maxlpiterofs = c 1500
4.79/4.80	c # maximal fraction of diving LP iterations compared to node LP iterations
4.79/4.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.79/4.80	c heuristics/guideddiving/maxlpiterquot = c 0.075
4.79/4.80	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
4.79/4.80	c # [type: int, range: [-1,2147483647], default: 10]
4.79/4.80	c heuristics/guideddiving/freq = c -1
4.79/4.80	c # additional number of allowed LP iterations
4.79/4.80	c # [type: int, range: [0,2147483647], default: 1000]
4.79/4.80	c heuristics/fracdiving/maxlpiterofs = c 1500
4.79/4.80	c # maximal fraction of diving LP iterations compared to node LP iterations
4.79/4.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.79/4.80	c heuristics/fracdiving/maxlpiterquot = c 0.075
4.79/4.80	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
4.79/4.80	c # [type: int, range: [-1,2147483647], default: 10]
4.79/4.80	c heuristics/fracdiving/freq = c -1
4.79/4.80	c # additional number of allowed LP iterations
4.79/4.80	c # [type: int, range: [0,2147483647], default: 1000]
4.79/4.80	c heuristics/feaspump/maxlpiterofs = c 2000
4.79/4.80	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
4.79/4.80	c # [type: int, range: [-1,2147483647], default: 20]
4.79/4.80	c heuristics/feaspump/freq = c -1
4.79/4.80	c # minimum percentage of integer variables that have to be fixed 
4.79/4.80	c # [type: real, range: [0,1], default: 0.666]
4.79/4.80	c heuristics/crossover/minfixingrate = c 0.5
4.79/4.80	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
4.79/4.80	c # [type: real, range: [0,1], default: 0.1]
4.79/4.80	c heuristics/crossover/nodesquot = c 0.15
4.79/4.80	c # number of nodes without incumbent change that heuristic should wait
4.79/4.80	c # [type: longint, range: [0,9223372036854775807], default: 200]
4.79/4.80	c heuristics/crossover/nwaitingnodes = c 100
4.79/4.80	c # number of nodes added to the contingent of the total nodes
4.79/4.80	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.79/4.80	c heuristics/crossover/nodesofs = c 750
4.79/4.80	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
4.79/4.80	c # [type: int, range: [-1,2147483647], default: 30]
4.79/4.80	c heuristics/crossover/freq = c -1
4.79/4.80	c # additional number of allowed LP iterations
4.79/4.80	c # [type: int, range: [0,2147483647], default: 1000]
4.79/4.80	c heuristics/coefdiving/maxlpiterofs = c 1500
4.79/4.80	c # maximal fraction of diving LP iterations compared to node LP iterations
4.79/4.80	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.79/4.80	c heuristics/coefdiving/maxlpiterquot = c 0.075
4.79/4.80	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
4.79/4.80	c # [type: int, range: [-1,2147483647], default: 10]
4.79/4.80	c heuristics/coefdiving/freq = c -1
4.79/4.80	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
4.79/4.80	c # [type: int, range: [-1,2147483647], default: -1]
4.79/4.80	c presolving/probing/maxrounds = c 0
4.79/4.80	c # should presolving try to simplify knapsacks
4.79/4.80	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.79/4.80	c constraints/knapsack/simplifyinequalities = c TRUE
4.79/4.80	c # should disaggregation of knapsack constraints be allowed in preprocessing?
4.79/4.80	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
4.79/4.80	c constraints/knapsack/disaggregation = c FALSE
4.79/4.80	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
4.79/4.80	c # [type: int, range: [-1,2147483647], default: -1]
4.79/4.80	c constraints/knapsack/maxnumcardlift = c 0
4.79/4.80	c # should presolving try to simplify inequalities
4.79/4.82	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.79/4.82	c constraints/linear/simplifyinequalities = c TRUE
4.79/4.82	c # maximal number of separation rounds in the root node (-1: unlimited)
4.79/4.82	c # [type: int, range: [-1,2147483647], default: -1]
4.79/4.82	c separating/maxroundsroot = c 5
4.79/4.82	c # maximal number of separation rounds per node (-1: unlimited)
4.79/4.82	c # [type: int, range: [-1,2147483647], default: 5]
4.79/4.82	c separating/maxrounds = c 1
4.79/4.82	c # solving stops, if the given number of solutions were found (-1: no limit)
4.79/4.82	c # [type: int, range: [-1,2147483647], default: -1]
4.79/4.82	c limits/solutions = c 1
4.79/4.82	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.79/4.82	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.79/4.82	c limits/memory = c 13950
4.79/4.82	c # maximal time in seconds to run
4.79/4.82	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.79/4.82	c limits/time = c 1791
4.79/4.82	c # frequency for displaying node information lines
4.79/4.82	c # [type: int, range: [-1,2147483647], default: 100]
4.79/4.82	c display/freq = c 10000
4.79/4.82	c -----------------------------------------------------------------------------------------------
4.79/4.82	c start solving problem
4.79/4.82	c 
14.69/14.78	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.69/14.78	c  13.2s|     1 |     0 |  2343 | 491M|   0 |1144 |  61k| 183k| 183k|  61k| 183k|   0 |   0 |   0 | 5.848039e+02 |      --      |    Inf 
50.18/50.24	c  48.1s|     1 |     0 |  3733 | 492M|   0 |1286 |  61k| 183k| 183k|  61k| 183k|  55 |   0 |   0 | 6.227639e+02 |      --      |    Inf 
60.78/60.81	c  58.7s|     1 |     0 |  4628 | 493M|   0 |1220 |  61k| 183k| 183k|  61k| 183k| 103 |   0 |   0 | 6.289158e+02 |      --      |    Inf 
76.58/76.62	c  74.5s|     1 |     0 |  5757 | 494M|   0 |1406 |  61k| 183k| 183k|  61k| 183k| 153 |   0 |   0 | 6.415053e+02 |      --      |    Inf 
113.47/113.53	c   111s|     1 |     0 |  8338 | 495M|   0 |1670 |  61k| 183k| 183k|  61k| 183k| 291 |   0 |   0 | 6.536720e+02 |      --      |    Inf 
173.25/173.32	c   171s|     1 |     0 | 10139 | 495M|   0 |1555 |  61k| 183k| 183k|  61k| 183k| 422 |   0 |   0 | 6.654758e+02 |      --      |    Inf 
274.74/274.90	c   273s|     1 |     2 | 10139 | 495M|   0 |1555 |  61k| 183k| 183k|  61k| 183k| 422 |   0 |  17 | 6.654758e+02 |      --      |    Inf 
1794.60/1794.91	c 
1794.60/1794.91	c SCIP Status        : solving was interrupted [time limit reached]
1794.60/1794.91	c Solving Time (sec) : 1791.05
1794.60/1794.91	c Solving Nodes      : 86
1794.60/1794.91	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1794.60/1794.91	c Dual Bound         : +7.30789808930764e+02
1794.60/1794.91	c Gap                : infinite
1794.60/1794.91	c NODE         86
1794.60/1794.91	c DUAL BOUND   730.79
1794.60/1794.91	c PRIMAL BOUND 1e+20
1794.60/1794.91	c GAP          1e+20
1794.60/1794.91	s UNKNOWN
1794.60/1794.91	c SCIP Status        : solving was interrupted [time limit reached]
1794.60/1794.91	c Solving Time       :    1791.05
1794.60/1794.91	c Original Problem   :
1794.60/1794.91	c   Problem name     : HOME/instance-3730800-1338684294.opb
1794.60/1794.91	c   Variables        : 62704 (62704 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.60/1794.91	c   Constraints      : 187107 initial, 187107 maximal
1794.60/1794.91	c Presolved Problem  :
1794.60/1794.91	c   Problem name     : t_HOME/instance-3730800-1338684294.opb
1794.60/1794.91	c   Variables        : 61173 (61173 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.60/1794.91	c   Constraints      : 183225 initial, 183238 maximal
1794.60/1794.91	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1794.60/1794.91	c   trivial          :       0.02         64          0          0          0          0          0          0          0
1794.60/1794.91	c   dualfix          :       0.02          0          0          0          0          0          0          0          0
1794.60/1794.91	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1794.60/1794.91	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1794.60/1794.91	c   implics          :       0.25          0        735          0          0          0          0          0          0
1794.60/1794.91	c   probing          :       0.00          0          0          0          0          0          0          0          0
1794.60/1794.91	c   knapsack         :       0.19          0          0          0          0          0          0          0          0
1794.60/1794.91	c   linear           :       2.19        732          0          0        738          0       3882        252        876
1794.60/1794.91	c   logicor          :       0.25          0          0          0          0          0          0          0          0
1794.60/1794.91	c   root node        :          -          0          -          -          0          -          -          -          -
1794.60/1794.91	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1794.60/1794.91	c   integral         :          0          0          0         83          0          0          4          0          0        162
1794.60/1794.91	c   knapsack         :        504          5       2540          0          1          0          0        966          0          0
1794.60/1794.91	c   logicor          :     182721+         5       2529          0          1          4     118204          0          0          0
1794.60/1794.91	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1794.60/1794.91	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1794.60/1794.91	c   integral         :    1185.50       0.00       0.00    1185.50       0.00
1794.60/1794.91	c   knapsack         :       0.04       0.00       0.04       0.00       0.00
1794.60/1794.91	c   logicor          :       0.43       0.04       0.35       0.00       0.04
1794.60/1794.91	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1794.60/1794.91	c Propagators        :       Time      Calls    Cutoffs    DomReds
1794.60/1794.91	c   rootredcost      :       0.00          0          0          0
1794.60/1794.91	c   pseudoobj        :       4.93       2550          0          0
1794.60/1794.91	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1794.60/1794.91	c   propagation      :       0.00          4          4          6        5.3          1        6.0          -
1794.60/1794.91	c   infeasible LP    :       0.01          1          1          8      253.2          0        0.0          0
1794.60/1794.91	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1794.60/1794.91	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1794.60/1794.91	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1794.60/1794.91	c   applied globally :          -          -          -         13      145.5          -          -          -
1794.60/1794.91	c   applied locally  :          -          -          -          0        0.0          -          -          -
1794.60/1794.91	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1794.60/1794.91	c   cut pool         :       0.00          4          -          -        663          -    (maximal pool size: 1623)
1794.60/1794.91	c   redcost          :       0.20         86          0          0          0          0
1794.60/1794.91	c   impliedbounds    :       0.04          5          0          0          0          0
1794.60/1794.91	c   intobj           :       0.00          0          0          0          0          0
1794.60/1794.91	c   gomory           :      55.22          5          0          0       2500          0
1794.60/1794.91	c   strongcg         :      28.24          5          0          0       2500          0
1794.60/1794.91	c   cmir             :       0.00          0          0          0          0          0
1794.60/1794.91	c   flowcover        :       0.00          0          0          0          0          0
1794.60/1794.91	c   clique           :       4.08          5          0          0         34          0
1794.60/1794.91	c   zerohalf         :       0.00          0          0          0          0          0
1794.60/1794.91	c   mcf              :       9.73          1          0          0          0          0
1794.60/1794.91	c Pricers            :       Time      Calls       Vars
1794.60/1794.91	c   problem variables:       0.00          0          0
1794.60/1794.91	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1794.60/1794.91	c   relpscost        :    1185.50         83          0          4          0          0        162
1794.60/1794.91	c   pscost           :       0.00          0          0          0          0          0          0
1794.60/1794.91	c   inference        :       0.01          1          0          0          0          0          2
1794.60/1794.91	c   mostinf          :       0.00          0          0          0          0          0          0
1794.60/1794.91	c   leastinf         :       0.00          0          0          0          0          0          0
1794.60/1794.91	c   fullstrong       :       0.00          0          0          0          0          0          0
1794.60/1794.91	c   allfullstrong    :       0.00          0          0          0          0          0          0
1794.60/1794.91	c   random           :       0.00          0          0          0          0          0          0
1794.60/1794.91	c Primal Heuristics  :       Time      Calls      Found
1794.60/1794.91	c   LP solutions     :       0.00          -          0
1794.60/1794.91	c   pseudo solutions :       0.00          -          0
1794.60/1794.91	c   simplerounding   :       0.00          0          0
1794.60/1794.91	c   rounding         :       0.00          0          0
1794.60/1794.91	c   shifting         :       0.00          0          0
1794.60/1794.91	c   intshifting      :       0.00          0          0
1794.60/1794.91	c   oneopt           :       0.00          0          0
1794.60/1794.91	c   fixandinfer      :       0.00          0          0
1794.60/1794.91	c   feaspump         :       0.00          0          0
1794.60/1794.91	c   coefdiving       :       0.00          0          0
1794.60/1794.91	c   pscostdiving     :       0.00          0          0
1794.60/1794.91	c   fracdiving       :       0.00          0          0
1794.60/1794.91	c   veclendiving     :       0.00          0          0
1794.60/1794.91	c   intdiving        :       0.00          0          0
1794.60/1794.91	c   actconsdiving    :       0.00          0          0
1794.60/1794.91	c   objpscostdiving  :       0.00          0          0
1794.60/1794.91	c   rootsoldiving    :       0.00          0          0
1794.60/1794.91	c   linesearchdiving :       0.00          0          0
1794.60/1794.91	c   guideddiving     :       0.00          0          0
1794.60/1794.91	c   octane           :       0.00          0          0
1794.60/1794.91	c   rens             :       0.00          0          0
1794.60/1794.91	c   rins             :       0.00          0          0
1794.60/1794.91	c   localbranching   :       0.00          0          0
1794.60/1794.91	c   mutation         :       0.00          0          0
1794.60/1794.91	c   crossover        :       0.00          0          0
1794.60/1794.91	c   dins             :       0.00          0          0
1794.60/1794.91	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1794.60/1794.91	c   primal LP        :       0.06          0          0       0.00       0.00
1794.60/1794.91	c   dual LP          :     496.15         90      65646     729.40     132.31
1794.60/1794.91	c   barrier LP       :       0.00          0          0       0.00          -
1794.60/1794.91	c   diving/probing LP:       0.00          0          0       0.00          -
1794.60/1794.91	c   strong branching :    1185.43        245     151870     619.88     128.11
1794.60/1794.91	c     (at root node) :          -         17      12605     741.47          -
1794.60/1794.91	c   conflict analysis:       0.00          0          0       0.00          -
1794.60/1794.91	c B&B Tree           :
1794.60/1794.91	c   number of runs   :          1
1794.60/1794.91	c   nodes            :         86
1794.60/1794.91	c   nodes (total)    :         86
1794.60/1794.91	c   nodes left       :         78
1794.60/1794.91	c   max depth        :         16
1794.60/1794.91	c   max depth (total):         16
1794.60/1794.91	c   backtracks       :          7 (8.1%)
1794.60/1794.91	c   delayed cutoffs  :          1
1794.60/1794.91	c   repropagations   :          5 (980 domain reductions, 1 cutoffs)
1794.60/1794.91	c   avg switch length:       2.07
1794.60/1794.91	c   switching time   :       0.49
1794.60/1794.91	c Solution           :
1794.60/1794.91	c   Solutions found  :          0 (0 improvements)
1794.60/1794.91	c   Primal Bound     :          -
1794.60/1794.91	c   Dual Bound       : +7.30789808930764e+02
1794.60/1794.91	c   Gap              :   infinite
1794.60/1794.91	c   Root Dual Bound  : +6.65475788897224e+02
1795.00/1795.36	c Time complete: 1795.06.

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-3730800-1338684294/watcher-3730800-1338684294 -o /tmp/evaluation-result-3730800-1338684294/solver-3730800-1338684294 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3730800-1338684294.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.00 1.98 3/176 28702
/proc/meminfo: memFree=28015152/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=8560 CPUtime=0 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 1507 0 0 0 0 0 0 0 20 0 1 0 334555393 8765440 1459 33554432000 4194304 7823515 140735031577600 140734377261016 6883856 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 2140 1459 351 887 0 1250 0

[startup+0.048582 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 28702
/proc/meminfo: memFree=28015152/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=14452 CPUtime=0.04 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 2977 0 0 0 4 0 0 0 20 0 1 0 334555393 14798848 2929 33554432000 4194304 7823515 140735031577600 140735031443288 6908062 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 3613 2929 351 887 0 2723 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14452

[startup+0.100291 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 28702
/proc/meminfo: memFree=28015152/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=20240 CPUtime=0.09 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 4390 0 0 0 9 0 0 0 20 0 1 0 334555393 20725760 4342 33554432000 4194304 7823515 140735031577600 140735031443288 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 5060 4342 351 887 0 4170 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20240

[startup+0.300225 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 28702
/proc/meminfo: memFree=28015152/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=39092 CPUtime=0.29 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 9129 0 0 0 28 1 0 0 20 0 1 0 334555393 40030208 9081 33554432000 4194304 7823515 140735031577600 140735031443288 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 9773 9081 351 887 0 8883 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39092

[startup+0.70023 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 28702
/proc/meminfo: memFree=28015152/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=76728 CPUtime=0.68 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 18485 0 0 0 66 2 0 0 20 0 1 0 334555393 78569472 18437 33554432000 4194304 7823515 140735031577600 140735031443288 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 19182 18437 351 887 0 18292 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 76728

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 28703
/proc/meminfo: memFree=27913952/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=278088 CPUtime=1.49 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 68785 0 0 0 139 10 0 0 20 0 1 0 334555393 284762112 68383 33554432000 4194304 7823515 140735031577600 140735031443704 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 69522 68383 427 887 0 68632 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 278088

[startup+3.10017 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 28703
/proc/meminfo: memFree=27671632/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=465468 CPUtime=3.09 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 113883 0 0 0 286 23 0 0 20 0 1 0 334555393 476639232 113481 33554432000 4194304 7823515 140735031577600 140735031574536 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 116367 113481 427 887 0 115477 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 465468

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 28703
/proc/meminfo: memFree=27295640/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=763804 CPUtime=6.29 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 159917 0 0 0 580 49 0 0 20 0 1 0 334555393 782135296 180028 33554432000 4194304 7823515 140735031577600 140735031573288 6109495 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 190951 180028 518 887 0 190061 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 763804

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 28703
/proc/meminfo: memFree=27260608/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=784380 CPUtime=12.69 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 162258 0 0 0 1218 51 0 0 20 0 1 0 334555393 803205120 188657 33554432000 4194304 7823515 140735031577600 140735031572936 6211142 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 196095 188657 521 887 0 195205 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 784380

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 28703
/proc/meminfo: memFree=27258980/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=784828 CPUtime=25.48 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 162551 0 0 0 2496 52 0 0 20 0 1 0 334555393 803663872 188950 33554432000 4194304 7823515 140735031577600 140735031572744 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 196207 188950 538 887 0 195317 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 784828

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 28703
/proc/meminfo: memFree=27211420/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=829784 CPUtime=51.08 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 168981 0 0 0 5008 100 0 0 20 0 1 0 334555393 849698816 200109 33554432000 4194304 7823515 140735031577600 140735031572744 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 207446 200109 551 887 0 206556 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 829784

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 28703
/proc/meminfo: memFree=27190020/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=847260 CPUtime=102.28 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 171091 0 0 0 10123 105 0 0 20 0 1 0 334555393 867594240 205249 33554432000 4194304 7823515 140735031577600 140735031573288 6212302 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 211815 205249 551 887 0 210925 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 847260

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 28704
/proc/meminfo: memFree=27172896/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=863280 CPUtime=162.25 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 172531 0 0 0 16113 112 0 0 20 0 1 0 334555393 883998720 209254 33554432000 4194304 7823515 140735031577600 140735031573288 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 215820 209254 552 887 0 214930 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 863280

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 28704
/proc/meminfo: memFree=27167984/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=863280 CPUtime=222.24 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 172742 0 0 0 22107 117 0 0 20 0 1 0 334555393 883998720 209465 33554432000 4194304 7823515 140735031577600 140735031572648 5924546 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 215820 209465 555 887 0 214930 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 863280

[startup+282.3 s]
/proc/loadavg: 2.05 2.01 1.98 3/177 28704
/proc/meminfo: memFree=27163052/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=863280 CPUtime=282.24 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 172880 0 0 0 28101 123 0 0 20 0 1 0 334555393 883998720 210076 33554432000 4194304 7823515 140735031577600 140735031572936 6110442 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 215820 210076 556 887 0 214930 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 863280

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/178 28707
/proc/meminfo: memFree=27154652/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=863280 CPUtime=342.23 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 172898 0 0 0 34095 128 0 0 20 0 1 0 334555393 883998720 211424 33554432000 4194304 7823515 140735031577600 140735031572648 6211625 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 215820 211424 556 887 0 214930 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 863280

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 28707
/proc/meminfo: memFree=27146008/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=863280 CPUtime=402.22 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 172900 0 0 0 40088 134 0 0 20 0 1 0 334555393 883998720 211795 33554432000 4194304 7823515 140735031577600 140735031572296 6212678 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 215820 211795 556 887 0 214930 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 863280

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 28708
/proc/meminfo: memFree=27142928/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=863280 CPUtime=462.21 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 172901 0 0 0 46082 139 0 0 20 0 1 0 334555393 883998720 211921 33554432000 4194304 7823515 140735031577600 140735031573352 6110592 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 215820 211921 556 887 0 214930 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 863280

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 28708
/proc/meminfo: memFree=27139104/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=863280 CPUtime=522.19 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 172922 0 0 0 52075 144 0 0 20 0 1 0 334555393 883998720 212017 33554432000 4194304 7823515 140735031577600 140735031572648 6110670 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 215820 212017 556 887 0 214930 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 863280

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 28708
/proc/meminfo: memFree=27135348/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=863280 CPUtime=582.19 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 172925 0 0 0 58069 150 0 0 20 0 1 0 334555393 883998720 212359 33554432000 4194304 7823515 140735031577600 140735031572296 6237434 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 215820 212359 556 887 0 214930 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 863280

[startup+642.3 s]

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

/proc/meminfo: memFree=27247920/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=863280 CPUtime=1062.11 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 173063 0 0 0 106023 188 0 0 20 0 1 0 334555393 883998720 213024 33554432000 4194304 7823515 140735031577600 140735031572296 6212552 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 215820 213024 556 887 0 214930 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 863280

[startup+1122.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 28774
/proc/meminfo: memFree=27246304/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=863280 CPUtime=1122.1 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 173112 0 0 0 112018 192 0 0 20 0 1 0 334555393 883998720 213294 33554432000 4194304 7823515 140735031577600 140735031572296 6263171 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 215820 213294 556 887 0 214930 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 863280

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28774
/proc/meminfo: memFree=27243568/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=863280 CPUtime=1182.09 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 173112 0 0 0 118011 198 0 0 20 0 1 0 334555393 883998720 213380 33554432000 4194304 7823515 140735031577600 140735031571624 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 215820 213380 556 887 0 214930 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 863280

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28774
/proc/meminfo: memFree=27239388/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=867876 CPUtime=1242.08 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 173152 0 0 0 124006 202 0 0 20 0 1 0 334555393 888705024 213931 33554432000 4194304 7823515 140735031577600 140735031572936 6109407 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 216969 213931 556 887 0 216079 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 867876

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28774
/proc/meminfo: memFree=27237256/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=867876 CPUtime=1302.08 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 173283 0 0 0 130001 207 0 0 20 0 1 0 334555393 888705024 214062 33554432000 4194304 7823515 140735031577600 140735031572296 6211011 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 216969 214062 560 887 0 216079 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 867876

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28775
/proc/meminfo: memFree=27236884/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=867876 CPUtime=1362.07 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 173283 0 0 0 135995 212 0 0 20 0 1 0 334555393 888705024 214062 33554432000 4194304 7823515 140735031577600 140735031573352 6212558 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 216969 214062 560 887 0 216079 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 867876

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28775
/proc/meminfo: memFree=27233844/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=872100 CPUtime=1422.06 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 173343 0 0 0 141989 217 0 0 20 0 1 0 334555393 893030400 214633 33554432000 4194304 7823515 140735031577600 140735031573288 6109344 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 218025 214633 560 887 0 217135 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 872100

[startup+1482.3 s]
/proc/loadavg: 2.11 2.03 2.00 3/178 28775
/proc/meminfo: memFree=27233224/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=872100 CPUtime=1482.04 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 173352 0 0 0 147984 220 0 0 20 0 1 0 334555393 893030400 214642 33554432000 4194304 7823515 140735031577600 140735031572296 6211104 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 218025 214642 560 887 0 217135 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 872100

[startup+1542.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 28778
/proc/meminfo: memFree=27232724/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=872100 CPUtime=1542.03 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 173363 0 0 0 153977 226 0 0 20 0 1 0 334555393 893030400 214653 33554432000 4194304 7823515 140735031577600 140735031572936 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 218025 214653 562 887 0 217135 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 872100

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 28778
/proc/meminfo: memFree=27232360/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=872100 CPUtime=1602.02 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 173488 0 0 0 159970 232 0 0 20 0 1 0 334555393 893030400 214778 33554432000 4194304 7823515 140735031577600 140735031573400 6110625 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 218025 214778 562 887 0 217135 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 872100

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 28779
/proc/meminfo: memFree=27231368/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=872252 CPUtime=1662.01 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 173574 0 0 0 165963 238 0 0 20 0 1 0 334555393 893186048 214864 33554432000 4194304 7823515 140735031577600 140735031572648 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 218063 214864 562 887 0 217173 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 872252

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28779
/proc/meminfo: memFree=27228080/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=872252 CPUtime=1722 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 173593 0 0 0 171958 242 0 0 20 0 1 0 334555393 893186048 215394 33554432000 4194304 7823515 140735031577600 140735031572936 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 218063 215394 562 887 0 217173 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 872252

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28779
/proc/meminfo: memFree=27222992/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=872252 CPUtime=1781.99 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 173731 0 0 0 177953 246 0 0 20 0 1 0 334555393 893186048 216449 33554432000 4194304 7823515 140735031577600 140735031573400 6109517 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 218063 216449 562 887 0 217173 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 872252

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28779
/proc/meminfo: memFree=27223116/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=872252 CPUtime=1785.2 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 173731 0 0 0 178273 247 0 0 20 0 1 0 334555393 893186048 216449 33554432000 4194304 7823515 140735031577600 140735031572936 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 218063 216449 562 887 0 217173 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 872252

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28779
/proc/meminfo: memFree=27223116/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=872252 CPUtime=1791.6 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 173731 0 0 0 178913 247 0 0 20 0 1 0 334555393 893186048 216449 33554432000 4194304 7823515 140735031577600 140735031572936 6212637 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 218063 216449 562 887 0 217173 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 872252

[startup+1793.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28779
/proc/meminfo: memFree=27223116/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=872252 CPUtime=1793.19 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 173731 0 0 0 179072 247 0 0 20 0 1 0 334555393 893186048 216449 33554432000 4194304 7823515 140735031577600 140735031573352 6211630 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 218063 216449 562 887 0 217173 0
Current children cumulated CPU time (s) 1793.19
Current children cumulated vsize (KiB) 872252

[startup+1794.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28779
/proc/meminfo: memFree=27223116/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=872252 CPUtime=1794 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 173731 0 0 0 179152 248 0 0 20 0 1 0 334555393 893186048 216449 33554432000 4194304 7823515 140735031577600 140735031572936 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 218063 216449 562 887 0 217173 0
Current children cumulated CPU time (s) 1794
Current children cumulated vsize (KiB) 872252

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28779
/proc/meminfo: memFree=27223116/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=872252 CPUtime=1794.8 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 173736 0 0 0 179232 248 0 0 20 0 1 0 334555393 893186048 216454 33554432000 4194304 7823515 140735031577600 140735031572936 5875900 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 218063 216454 567 887 0 217173 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 872252

[startup+1795.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28779
/proc/meminfo: memFree=27223116/32873648 swapFree=6864/6864
[pid=28702] ppid=28700 vsize=812544 CPUtime=1795 cores=0,2,4,6
/proc/28702/stat : 28702 (pbscip.linux.x8) R 28700 28702 19043 0 -1 4202496 173736 0 0 0 179252 248 0 0 20 0 1 0 334555393 832045056 201691 33554432000 4194304 7823515 140735031577600 140735031572936 4815345 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28702/statm: 203136 201691 567 887 0 202246 0
Current children cumulated CPU time (s) 1795
Current children cumulated vsize (KiB) 812544

Child status: 0
Real time (s): 1795.36
CPU time (s): 1795.07
CPU user time (s): 1792.57
CPU system time (s): 2.49662
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 872252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.57
system time used= 2.49662
maximum resident set size= 865816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173740
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= 20
involuntary context switches= 1917

runsolver used 2.75658 second user time and 8.75367 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-03 02:44:54
IDJOB=3730800
IDBENCH=1479
IDSOLVER=2321
FILE ID=node120/3730800-1338684294
RUNJOBID= node120-1338679216-27543
PBS_JOBID= 14636693
Free space on /tmp= 70760 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3730800-1338684294/watcher-3730800-1338684294 -o /tmp/evaluation-result-3730800-1338684294/solver-3730800-1338684294 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3730800-1338684294.opb

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

MD5SUM BENCH= 939f54a73a83900b8b6d857af47a0b62
RANDOM SEED=1975938368

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:        28015524 kB
Buffers:          554944 kB
Cached:          3117352 kB
SwapCached:         1572 kB
Active:          1954880 kB
Inactive:        1972920 kB
Active(anon):     247552 kB
Inactive(anon):     9228 kB
Active(file):    1707328 kB
Inactive(file):  1963692 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67103516 kB
Dirty:             15140 kB
Writeback:            40 kB
AnonPages:        259908 kB
Mapped:            12984 kB
Shmem:                32 kB
Slab:             793704 kB
SReclaimable:     238012 kB
SUnreclaim:       555692 kB
KernelStack:        1448 kB
PageTables:         4204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     373936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 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= 70752 MiB
End job on node120 at 2012-06-03 03:14:50