Trace number 2665116

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 NameAnswerobjective functionCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverOPT2 496.025 496.184

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=53-P1=17-P2=109-P3=2-P4=191-P5=191-P6=47-P7=101-P8=97-B.opb
MD5SUM10ec6ab90ad015d6fa7b4d2290470901
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark8.50171
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables192
Total number of constraints17
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)512
Sum of products size (including duplicates)1024
Number of different products512
Sum of products size1024

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2665116-1276649977.opb>
0.00/0.01	c original problem has 704 variables (704 bin, 0 int, 0 impl, 0 cont) and 529 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.09/0.14	c (round 1) 8 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 54 chg coeffs, 0 upgd conss, 3056 impls, 0 clqs
0.09/0.14	c (round 2) 8 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 54 chg coeffs, 9 upgd conss, 3086 impls, 0 clqs
0.09/0.18	c    (0.1s) probing: 236/696 (33.9%) - 0 fixings, 0 aggregations, 65 implications, 0 bound changes
0.09/0.18	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (3 rounds):
0.09/0.18	c  8 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 54 changed coefficients
0.09/0.18	c  3216 implications, 0 cliques
0.09/0.18	c presolved problem has 696 variables (696 bin, 0 int, 0 impl, 0 cont) and 529 constraints
0.09/0.18	c     511 constraints of type <and>
0.09/0.18	c       8 constraints of type <linear>
0.09/0.18	c      10 constraints of type <logicor>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.10
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 1.2.1.2
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1799.99
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 1620
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c heuristics/undercover/freq = 0
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.18	c 
0.09/0.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.19	c   0.1s|     1 |     0 |    14 |     - |2928k|   0 |   4 | 696 | 529 | 696 |1040 |   0 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
0.59/0.65	c   0.5s|     1 |     0 |    21 |     - |2962k|   0 |   6 | 696 | 539 | 696 |1042 |   2 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
0.59/0.68	c   0.5s|     1 |     0 |    29 |     - |2981k|   0 |  12 | 696 | 539 | 696 |1047 |   7 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
0.69/0.71	c   0.5s|     1 |     0 |    43 |     - |2998k|   0 |  25 | 696 | 539 | 696 |1052 |  12 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
0.69/0.76	c   0.6s|     1 |     0 |    58 |     - |3031k|   0 |  33 | 696 | 539 | 696 |1057 |  17 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
0.79/0.82	c   0.6s|     1 |     0 |    91 |     - |3055k|   0 |  45 | 696 | 539 | 696 |1066 |  26 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
0.79/0.89	c   0.7s|     1 |     0 |   112 |     - |3081k|   0 |  62 | 696 | 539 | 696 |1075 |  35 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
1.00/1.06	c   0.9s|     1 |     2 |   112 |     - |3083k|   0 |  62 | 696 | 539 | 696 |1075 |  35 |   0 |  10 | 2.000000e+00 |      --      |    Inf 
69.57/69.62	c  65.7s| 10000 |  4288 |149435 |  14.9 |  10M|  76 |   8 | 696 |3286 | 696 | 401 |  75k|9159 |4609 | 2.000000e+00 |      --      |    Inf 
134.05/134.15	c   126s| 20000 |  9117 |292854 |  14.6 |  16M|  95 |  13 | 696 |2844 | 696 | 313 | 147k|  18k|6932 | 2.000000e+00 |      --      |    Inf 
195.92/196.07	c   185s| 30000 | 13742 |438903 |  14.6 |  22M|  95 |  21 | 696 |1933 | 696 | 256 | 218k|  27k|8631 | 2.000000e+00 |      --      |    Inf 
260.71/260.89	c   245s| 40000 | 18590 |593466 |  14.8 |  28M|  95 |   8 | 696 |1925 | 696 | 385 | 294k|  36k|  10k| 2.000000e+00 |      --      |    Inf 
319.58/319.77	c   300s| 50000 | 23680 |729723 |  14.6 |  35M|  97 |  12 | 696 |1873 | 696 | 411 | 358k|  45k|  11k| 2.000000e+00 |      --      |    Inf 
374.36/374.52	c   351s| 60000 | 28345 |848430 |  14.1 |  41M| 105 |   5 | 696 |3426 | 696 | 489 | 411k|  55k|  12k| 2.000000e+00 |      --      |    Inf 
419.46/419.61	c   393s| 70000 | 29425 |926759 |  13.2 |  43M| 114 |   - | 696 |3552 |   0 |   0 | 444k|  70k|  13k| 2.000000e+00 |      --      |    Inf 
474.34/474.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
474.34/474.59	c   444s| 80000 | 32461 |  1043k|  13.0 |  48M| 114 |  14 | 696 |6207 | 696 | 258 | 503k|  88k|  13k| 2.000000e+00 |      --      |    Inf 
495.94/496.14	o 2
495.94/496.14	c * 464s| 83906 |     0 |  1087k|  13.0 |7858k| 114 |   - | 696 |4427 | 696 | 417 | 524k|  93k|  14k| 2.000000e+00 | 2.000000e+00 |   0.00%
495.94/496.15	c 
495.94/496.15	c SCIP Status        : problem is solved [optimal solution found]
495.94/496.15	c Solving Time (sec) : 464.13
495.94/496.15	c Solving Nodes      : 83906
495.94/496.15	c Primal Bound       : +2.00000000000000e+00 (1 solutions)
495.94/496.15	c Dual Bound         : +2.00000000000000e+00
495.94/496.15	c Gap                : 0.00 %
495.94/496.15	s OPTIMUM FOUND
495.94/496.15	v -x192 x191 x190 -x189 -x188 x187 x186 x185 x184 -x183 x182 x181 x180 x179 -x178 x177 x128 -x127 -x126 -x125 -x124 -x123 x122 -x121 
495.94/496.15	v -x176 x175 -x174 -x173 -x172 x171 x170 x169 x120 x119 x118 x117 x116 x115 x114 -x113 -x168 -x167 x166 -x165 x164 x163 x162 
495.94/496.15	v x161 x112 -x111 x110 x109 x108 x107 x106 -x105 -x160 -x159 x158 -x157 -x156 -x155 x154 x153 -x104 x103 x102 x101 x100 x99 x98 
495.94/496.15	v -x97 -x152 -x151 -x150 -x149 x148 x147 x146 -x145 x96 -x95 -x94 x93 x92 -x91 x90 -x89 -x144 -x143 -x142 -x141 -x140 -x139 
495.94/496.15	v -x138 -x137 -x88 -x87 x86 -x85 x84 -x83 x82 -x81 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x80 -x79 -x78 -x77 -x76 x75 
495.94/496.15	v x74 -x73 x72 x71 -x70 -x69 x68 -x67 x66 x65 x64 -x63 x62 x61 x60 x59 x58 x57 -x56 x55 x54 -x53 -x52 -x51 -x50 x49 -x48 x47 x46 
495.94/496.15	v -x45 -x44 -x43 -x42 x41 -x40 -x39 x38 x37 x36 -x35 x34 x33 -x32 x31 -x30 x29 x28 -x27 -x26 x25 -x24 -x23 -x22 -x21 -x20 x19 
495.94/496.15	v x18 x17 -x16 -x15 -x14 -x13 -x12 -x11 x10 x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 -x1 
495.94/496.15	c SCIP Status        : problem is solved [optimal solution found]
495.94/496.15	c Solving Time       :     464.13
495.94/496.15	c Original Problem   :
495.94/496.15	c   Problem name     : HOME/instance-2665116-1276649977.opb
495.94/496.15	c   Variables        : 704 (704 binary, 0 integer, 0 implicit integer, 0 continuous)
495.94/496.15	c   Constraints      : 529 initial, 529 maximal
495.94/496.15	c Presolved Problem  :
495.94/496.15	c   Problem name     : t_HOME/instance-2665116-1276649977.opb
495.94/496.15	c   Variables        : 696 (696 binary, 0 integer, 0 implicit integer, 0 continuous)
495.94/496.15	c   Constraints      : 529 initial, 6434 maximal
495.94/496.15	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
495.94/496.15	c   trivial          :       0.00          0          0          0          0          0          0          0          0
495.94/496.15	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
495.94/496.15	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
495.94/496.15	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
495.94/496.15	c   implics          :       0.00          0          0          0          0          0          0          0          0
495.94/496.15	c   probing          :       0.04          0          0          0          0          0          0          0          0
495.94/496.15	c   and              :       0.06          0          0          0          0          0          0          0          0
495.94/496.15	c   linear           :       0.00          1          7          0          0          0          0          0         54
495.94/496.15	c   logicor          :       0.00          0          0          0          0          0          0          0          0
495.94/496.15	c   root node        :          -          0          -          -          0          -          -          -          -
495.94/496.15	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
495.94/496.15	c   integral         :          0          0          0      66642          0         23       1447          0          0     131938
495.94/496.15	c   and              :        511     193902     269484          0          0       6029     526416     524709          0          0
495.94/496.15	c   linear           :          8+         7     263454          0          0      22991     157521          3          0          0
495.94/496.15	c   logicor          :         10+         6     128857          1          0        522      32620          0          0          0
495.94/496.15	c   countsols        :          0          0          0          1          0          0          0          0          0          0
495.94/496.15	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
495.94/496.15	c   integral         :      19.72       0.00       0.00      19.72       0.00
495.94/496.15	c   and              :      36.38      29.50       6.88       0.00       0.00
495.94/496.15	c   linear           :      12.57       0.00      12.57       0.00       0.00
495.94/496.15	c   logicor          :       9.06       0.00       9.06       0.00       0.00
495.94/496.15	c   countsols        :       0.00       0.00       0.00       0.00       0.00
495.94/496.15	c Propagators        :       Time      Calls    Cutoffs    DomReds
495.94/496.15	c   vbounds          :       0.15          2          0          0
495.94/496.15	c   rootredcost      :       0.17          0          0          0
495.94/496.15	c   pseudoobj        :       0.48     268994          0          0
495.94/496.15	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
495.94/496.15	c   propagation      :       7.95      29542      29498     315126       47.2       4496       23.6          -
495.94/496.15	c   infeasible LP    :       0.14        352        352       2851       35.2         96       20.6          0
495.94/496.15	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
495.94/496.15	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
495.94/496.15	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
495.94/496.15	c   applied globally :          -          -          -      93981       32.9          -          -          -
495.94/496.15	c   applied locally  :          -          -          -         10       72.7          -          -          -
495.94/496.15	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
495.94/496.15	c   cut pool         :       0.00          5          -          -         10          -    (maximal pool size: 60)
495.94/496.15	c   redcost          :       3.86     193903          0          0          0          0
495.94/496.15	c   impliedbounds    :       0.00          6          0          0         15          0
495.94/496.15	c   intobj           :       0.00          0          0          0          0          0
495.94/496.15	c   cgmip            :       0.00          0          0          0          0          0
495.94/496.15	c   gomory           :       0.04          6          0          0        105          0
495.94/496.15	c   strongcg         :       0.03          6          0          0         60          0
495.94/496.15	c   cmir             :       0.04          6          0          0         29          0
495.94/496.15	c   flowcover        :       0.09          6          0          0         48          0
495.94/496.15	c   clique           :       0.00          1          0          0          0          0
495.94/496.15	c   zerohalf         :       0.00          0          0          0          0          0
495.94/496.15	c   mcf              :       0.00          1          0          0          0          0
495.94/496.15	c   rapidlearning    :       0.32          1          0          0          0         10
495.94/496.15	c Pricers            :       Time      Calls       Vars
495.94/496.15	c   problem variables:       0.00          0          0
495.94/496.15	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
495.94/496.15	c   relpscost        :      19.51      66641         23       1447          0          0     131938
495.94/496.15	c   pscost           :       0.00          0          0          0          0          0          0
495.94/496.15	c   inference        :       0.00          0          0          0          0          0          0
495.94/496.15	c   mostinf          :       0.00          0          0          0          0          0          0
495.94/496.15	c   leastinf         :       0.00          0          0          0          0          0          0
495.94/496.15	c   fullstrong       :       0.00          0          0          0          0          0          0
495.94/496.15	c   allfullstrong    :       0.00          0          0          0          0          0          0
495.94/496.15	c   random           :       0.00          0          0          0          0          0          0
495.94/496.15	c Primal Heuristics  :       Time      Calls      Found
495.94/496.15	c   LP solutions     :       0.16          -          1
495.94/496.15	c   pseudo solutions :       0.00          -          0
495.94/496.15	c   oneopt           :       0.23          0          0
495.94/496.15	c   crossover        :       0.05          0          0
495.94/496.15	c   guideddiving     :       0.00          0          0
495.94/496.15	c   intshifting      :       0.01          0          0
495.94/496.15	c   rootsoldiving    :       1.40         10          0
495.94/496.15	c   objpscostdiving  :       0.89         21          0
495.94/496.15	c   linesearchdiving :       1.19        106          0
495.94/496.15	c   coefdiving       :       1.23        107          0
495.94/496.15	c   pscostdiving     :       1.58        107          0
495.94/496.15	c   fracdiving       :       1.23        107          0
495.94/496.15	c   veclendiving     :       1.11        107          0
495.94/496.15	c   feaspump         :       0.44         54          0
495.94/496.15	c   trivial          :       0.00          2          0
495.94/496.15	c   simplerounding   :       0.16          0          0
495.94/496.15	c   zirounding       :       0.16       1000          0
495.94/496.15	c   rounding         :       0.46       6504          0
495.94/496.15	c   shifting         :       5.81       2029          0
495.94/496.15	c   twoopt           :       0.00          0          0
495.94/496.15	c   fixandinfer      :       0.00          0          0
495.94/496.15	c   intdiving        :       0.00          0          0
495.94/496.15	c   actconsdiving    :       0.00          0          0
495.94/496.15	c   octane           :       0.00          0          0
495.94/496.15	c   rens             :       0.02          1          0
495.94/496.15	c   rins             :       0.00          0          0
495.94/496.15	c   localbranching   :       0.00          0          0
495.94/496.15	c   mutation         :       0.00          0          0
495.94/496.15	c   dins             :       0.00          0          0
495.94/496.15	c   undercover       :       0.01          1          0
495.94/496.15	c   nlp              :       0.08          0          0
495.94/496.15	c   trysol           :       0.19          0          0
495.94/496.15	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
495.94/496.15	c   primal LP        :      57.90          0          0       0.00       0.00
495.94/496.15	c   dual LP          :     234.17     208987    1028384       4.92    4391.61
495.94/496.15	c   lex dual LP      :       0.00          0          0       0.00          -
495.94/496.15	c   barrier LP       :       0.00          0          0       0.00          -
495.94/496.15	c   diving/probing LP:       6.60       6488      59255       9.13    8978.03
495.94/496.15	c   strong branching :      17.88      14410     111928       7.77    6259.96
495.94/496.15	c     (at root node) :          -         10        989      98.90          -
495.94/496.15	c   conflict analysis:       0.00          0          0       0.00          -
495.94/496.15	c B&B Tree           :
495.94/496.15	c   number of runs   :          1
495.94/496.15	c   nodes            :      83906
495.94/496.15	c   nodes (total)    :      83906
495.94/496.15	c   nodes left       :          0
495.94/496.15	c   max depth        :        114
495.94/496.15	c   max depth (total):        114
495.94/496.15	c   backtracks       :      13461 (16.0%)
495.94/496.15	c   delayed cutoffs  :      13916
495.94/496.15	c   repropagations   :      34953 (187719 domain reductions, 10979 cutoffs)
495.94/496.15	c   avg switch length:       6.25
495.94/496.15	c   switching time   :      73.00
495.94/496.15	c Solution           :
495.94/496.15	c   Solutions found  :          1 (1 improvements)
495.94/496.15	c   First Solution   : +2.00000000000000e+00   (in run 1, after 83906 nodes, 463.97 seconds, depth 91, found by <relaxation>)
495.94/496.15	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 83906 nodes, 463.97 seconds, depth 91, found by <relaxation>)
495.94/496.15	c   Dual Bound       : +2.00000000000000e+00
495.94/496.15	c   Gap              :       0.00 %
495.94/496.15	c   Root Dual Bound  : +2.00000000000000e+00
495.94/496.15	c   Root Iterations  :        112
495.94/496.18	c Time complete: 496.02.

Verifier Data

OK	2

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665116-1276649977/watcher-2665116-1276649977 -o /tmp/evaluation-result-2665116-1276649977/solver-2665116-1276649977 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665116-1276649977.opb -t 1800 -m 1800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.01 1.26 1.59 2/106 12757
/proc/meminfo: memFree=1791416/2059040 swapFree=4192956/4192956
[pid=12757] ppid=12755 vsize=9288 CPUtime=0
/proc/12757/stat : 12757 (pbscip.linux.x8) R 12755 12757 11546 0 -1 4202496 1024 0 0 0 0 0 0 0 23 0 1 0 6289869 9510912 944 1992294400 4194304 9819077 140736789305376 18446744073709551615 8657695 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12757/statm: 2322 955 371 1374 0 943 0

[startup+0.0760509 s]
/proc/loadavg: 1.01 1.26 1.59 2/106 12757
/proc/meminfo: memFree=1791416/2059040 swapFree=4192956/4192956
[pid=12757] ppid=12755 vsize=14716 CPUtime=0.07
/proc/12757/stat : 12757 (pbscip.linux.x8) R 12755 12757 11546 0 -1 4202496 3038 0 0 0 4 3 0 0 23 0 1 0 6289869 15069184 2348 1992294400 4194304 9819077 140736789305376 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12757/statm: 3679 2348 473 1374 0 2300 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 14716

[startup+0.101054 s]
/proc/loadavg: 1.01 1.26 1.59 2/106 12757
/proc/meminfo: memFree=1791416/2059040 swapFree=4192956/4192956
[pid=12757] ppid=12755 vsize=14716 CPUtime=0.09
/proc/12757/stat : 12757 (pbscip.linux.x8) R 12755 12757 11546 0 -1 4202496 3038 0 0 0 5 4 0 0 23 0 1 0 6289869 15069184 2348 1992294400 4194304 9819077 140736789305376 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12757/statm: 3679 2348 473 1374 0 2300 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14716

[startup+0.301074 s]
/proc/loadavg: 1.01 1.26 1.59 2/106 12757
/proc/meminfo: memFree=1791416/2059040 swapFree=4192956/4192956
[pid=12757] ppid=12755 vsize=28668 CPUtime=0.29
/proc/12757/stat : 12757 (pbscip.linux.x8) R 12755 12757 11546 0 -1 4202496 8418 0 0 0 19 10 0 0 23 0 1 0 6289869 29356032 5413 1992294400 4194304 9819077 140736789305376 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12757/statm: 7167 5413 686 1374 0 5788 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28668

[startup+0.701114 s]
/proc/loadavg: 1.01 1.26 1.59 2/106 12757
/proc/meminfo: memFree=1791416/2059040 swapFree=4192956/4192956
[pid=12757] ppid=12755 vsize=22796 CPUtime=0.69
/proc/12757/stat : 12757 (pbscip.linux.x8) R 12755 12757 11546 0 -1 4202496 10042 0 0 0 52 17 0 0 25 0 1 0 6289869 23343104 4586 1992294400 4194304 9819077 140736789305376 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12757/statm: 5699 4586 697 1374 0 4320 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22796

[startup+1.5012 s]
/proc/loadavg: 1.01 1.25 1.58 2/107 12758
/proc/meminfo: memFree=1773676/2059040 swapFree=4192956/4192956
[pid=12757] ppid=12755 vsize=24012 CPUtime=1.49
/proc/12757/stat : 12757 (pbscip.linux.x8) R 12755 12757 11546 0 -1 4202496 12552 0 0 0 129 20 0 0 25 0 1 0 6289869 24588288 4957 1992294400 4194304 9819077 140736789305376 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12757/statm: 6003 4957 715 1374 0 4624 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24012

[startup+3.10136 s]
/proc/loadavg: 1.01 1.25 1.58 2/107 12758
/proc/meminfo: memFree=1773428/2059040 swapFree=4192956/4192956
[pid=12757] ppid=12755 vsize=24012 CPUtime=3.09
/proc/12757/stat : 12757 (pbscip.linux.x8) R 12755 12757 11546 0 -1 4202496 12598 0 0 0 287 22 0 0 25 0 1 0 6289869 24588288 4957 1992294400 4194304 9819077 140736789305376 18446744073709551615 7291095 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12757/statm: 6003 4957 715 1374 0 4624 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24012

[startup+6.30068 s]
/proc/loadavg: 1.01 1.25 1.58 2/107 12758
/proc/meminfo: memFree=1773180/2059040 swapFree=4192956/4192956
[pid=12757] ppid=12755 vsize=24012 CPUtime=6.29
/proc/12757/stat : 12757 (pbscip.linux.x8) R 12755 12757 11546 0 -1 4202496 13280 0 0 0 601 28 0 0 25 0 1 0 6289869 24588288 4966 1992294400 4194304 9819077 140736789305376 18446744073709551615 6388988 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12757/statm: 6003 4966 724 1374 0 4624 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24012

[startup+12.7013 s]
/proc/loadavg: 1.01 1.24 1.58 2/107 12758
/proc/meminfo: memFree=1773180/2059040 swapFree=4192956/4192956
[pid=12757] ppid=12755 vsize=24364 CPUtime=12.69
/proc/12757/stat : 12757 (pbscip.linux.x8) R 12755 12757 11546 0 -1 4202496 20611 0 0 0 1226 43 0 0 25 0 1 0 6289869 24948736 4969 1992294400 4194304 9819077 140736789305376 18446744073709551615 7282182 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12757/statm: 6135 4970 724 1374 0 4756 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24364

[startup+25.5006 s]
/proc/loadavg: 1.01 1.23 1.57 2/107 12758
/proc/meminfo: memFree=1772560/2059040 swapFree=4192956/4192956
[pid=12757] ppid=12755 vsize=26496 CPUtime=25.48
/proc/12757/stat : 12757 (pbscip.linux.x8) R 12755 12757 11546 0 -1 4202496 91991 0 0 0 2432 116 0 0 25 0 1 0 6289869 27131904 5368 1992294400 4194304 9819077 140736789305376 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12757/statm: 6624 5368 724 1374 0 5245 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 26496

[startup+51.1012 s]
/proc/loadavg: 1.00 1.21 1.55 2/107 12758
/proc/meminfo: memFree=1769212/2059040 swapFree=4192956/4192956
[pid=12757] ppid=12755 vsize=29616 CPUtime=51.08
/proc/12757/stat : 12757 (pbscip.linux.x8) R 12755 12757 11546 0 -1 4202496 247031 0 0 0 4834 274 0 0 25 0 1 0 6289869 30326784 6112 1992294400 4194304 9819077 140736789305376 18446744073709551615 6021518 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12757/statm: 7404 6112 724 1374 0 6025 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 29616

[startup+102.308 s]
/proc/loadavg: 1.00 1.18 1.52 2/107 12769
/proc/meminfo: memFree=1761152/2059040 swapFree=4192956/4192956
[pid=12757] ppid=12755 vsize=37088 CPUtime=102.26
/proc/12757/stat : 12757 (pbscip.linux.x8) R 12755 12757 11546 0 -1 4202496 519562 0 0 0 9638 588 0 0 25 0 1 0 6289869 37978112 7939 1992294400 4194304 9819077 140736789305376 18446744073709551615 8662729 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12757/statm: 9180 7937 724 1374 0 7801 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 37088

[startup+162.301 s]
/proc/loadavg: 1.00 1.14 1.48 2/107 12771
/proc/meminfo: memFree=1753340/2059040 swapFree=4192956/4192956
[pid=12757] ppid=12755 vsize=44428 CPUtime=162.23
/proc/12757/stat : 12757 (pbscip.linux.x8) R 12755 12757 11546 0 -1 4202496 796874 0 0 0 15292 931 0 0 25 0 1 0 6289869 45494272 9902 1992294400 4194304 9819077 140736789305376 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12757/statm: 11107 9902 724 1374 0 9728 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 44428

[startup+222.301 s]
/proc/loadavg: 1.00 1.11 1.45 2/107 12773
/proc/meminfo: memFree=1747512/2059040 swapFree=4192956/4192956
[pid=12757] ppid=12755 vsize=50360 CPUtime=222.21
/proc/12757/stat : 12757 (pbscip.linux.x8) R 12755 12757 11546 0 -1 4202496 1123009 0 0 0 20912 1309 0 0 25 0 1 0 6289869 51568640 11347 1992294400 4194304 9819077 140736789305376 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12757/statm: 12590 11347 724 1374 0 11211 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 50360

[startup+282.301 s]
/proc/loadavg: 1.00 1.09 1.42 2/107 12773
/proc/meminfo: memFree=1741188/2059040 swapFree=4192956/4192956
[pid=12757] ppid=12755 vsize=56548 CPUtime=282.19
/proc/12757/stat : 12757 (pbscip.linux.x8) R 12755 12757 11546 0 -1 4202496 1475897 0 0 0 26503 1716 0 0 25 0 1 0 6289869 57905152 12948 1992294400 4194304 9819077 140736789305376 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12757/statm: 14137 12949 724 1374 0 12758 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 56548

[startup+342.301 s]
/proc/loadavg: 1.00 1.07 1.39 2/107 12775
/proc/meminfo: memFree=1732508/2059040 swapFree=4192956/4192956
[pid=12757] ppid=12755 vsize=65888 CPUtime=342.18
/proc/12757/stat : 12757 (pbscip.linux.x8) R 12755 12757 11546 0 -1 4202496 1805777 0 0 0 32104 2114 0 0 25 0 1 0 6289869 67469312 15165 1992294400 4194304 9819077 140736789305376 18446744073709551615 4776005 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12757/statm: 16472 15165 724 1374 0 15093 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 65888

[startup+402.301 s]
/proc/loadavg: 1.00 1.06 1.36 2/107 12777
/proc/meminfo: memFree=1723580/2059040 swapFree=4192956/4192956
[pid=12757] ppid=12755 vsize=74824 CPUtime=402.16
/proc/12757/stat : 12757 (pbscip.linux.x8) R 12755 12757 11546 0 -1 4202496 2173171 0 0 0 37673 2543 0 0 25 0 1 0 6289869 76619776 17424 1992294400 4194304 9819077 140736789305376 18446744073709551615 6568854 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12757/statm: 18706 17424 724 1374 0 17327 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 74824

[startup+462.301 s]
/proc/loadavg: 1.00 1.04 1.34 2/107 12779
/proc/meminfo: memFree=1718372/2059040 swapFree=4192956/4192956
[pid=12757] ppid=12755 vsize=79392 CPUtime=462.14
/proc/12757/stat : 12757 (pbscip.linux.x8) R 12755 12757 11546 0 -1 4202496 2514523 0 0 0 43266 2948 0 0 25 0 1 0 6289869 81297408 18607 1992294400 4194304 9819077 140736789305376 18446744073709551615 4660050 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12757/statm: 19848 18607 724 1374 0 18469 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 79392

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

[startup+473.501 s]
/proc/loadavg: 1.00 1.04 1.33 2/107 12779
/proc/meminfo: memFree=1717628/2059040 swapFree=4192956/4192956
[pid=12757] ppid=12755 vsize=80084 CPUtime=473.33
/proc/12757/stat : 12757 (pbscip.linux.x8) R 12755 12757 11546 0 -1 4202496 2576714 0 0 0 44311 3022 0 0 25 0 1 0 6289869 82006016 18814 1992294400 4194304 9819077 140736789305376 18446744073709551615 7263141 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12757/statm: 20021 18814 724 1374 0 18642 0
Current children cumulated CPU time (s) 473.33
Current children cumulated vsize (KiB) 80084

[startup+486.3 s]
/proc/loadavg: 1.00 1.04 1.33 2/107 12779
/proc/meminfo: memFree=1715272/2059040 swapFree=4192956/4192956
[pid=12757] ppid=12755 vsize=83908 CPUtime=486.13
/proc/12757/stat : 12757 (pbscip.linux.x8) R 12755 12757 11546 0 -1 4202496 2655427 0 0 0 45499 3114 0 0 25 0 1 0 6289869 85921792 19419 1992294400 4194304 9819077 140736789305376 18446744073709551615 7290855 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12757/statm: 20977 19419 724 1374 0 19598 0
Current children cumulated CPU time (s) 486.13
Current children cumulated vsize (KiB) 83908

[startup+492.702 s]
/proc/loadavg: 1.00 1.04 1.33 2/107 12779
/proc/meminfo: memFree=1715148/2059040 swapFree=4192956/4192956
[pid=12757] ppid=12755 vsize=83024 CPUtime=492.54
/proc/12757/stat : 12757 (pbscip.linux.x8) R 12755 12757 11546 0 -1 4202496 2693371 0 0 0 46098 3156 0 0 25 0 1 0 6289869 85016576 19417 1992294400 4194304 9819077 140736789305376 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12757/statm: 20756 19417 724 1374 0 19377 0
Current children cumulated CPU time (s) 492.54
Current children cumulated vsize (KiB) 83024

[startup+494.301 s]
/proc/loadavg: 1.00 1.04 1.33 2/107 12779
/proc/meminfo: memFree=1715148/2059040 swapFree=4192956/4192956
[pid=12757] ppid=12755 vsize=83704 CPUtime=494.13
/proc/12757/stat : 12757 (pbscip.linux.x8) R 12755 12757 11546 0 -1 4202496 2705967 0 0 0 46243 3170 0 0 25 0 1 0 6289869 85712896 19584 1992294400 4194304 9819077 140736789305376 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12757/statm: 20926 19585 724 1374 0 19547 0
Current children cumulated CPU time (s) 494.13
Current children cumulated vsize (KiB) 83704

[startup+495.101 s]
/proc/loadavg: 1.00 1.04 1.33 2/107 12779
/proc/meminfo: memFree=1714528/2059040 swapFree=4192956/4192956
[pid=12757] ppid=12755 vsize=84848 CPUtime=494.94
/proc/12757/stat : 12757 (pbscip.linux.x8) R 12755 12757 11546 0 -1 4202496 2711403 0 0 0 46317 3177 0 0 25 0 1 0 6289869 86884352 19839 1992294400 4194304 9819077 140736789305376 18446744073709551615 6372771 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12757/statm: 21212 19839 724 1374 0 19833 0
Current children cumulated CPU time (s) 494.94
Current children cumulated vsize (KiB) 84848

[startup+495.901 s]
/proc/loadavg: 1.00 1.04 1.33 2/107 12779
/proc/meminfo: memFree=1714528/2059040 swapFree=4192956/4192956
[pid=12757] ppid=12755 vsize=84752 CPUtime=495.73
/proc/12757/stat : 12757 (pbscip.linux.x8) R 12755 12757 11546 0 -1 4202496 2716394 0 0 0 46390 3183 0 0 25 0 1 0 6289869 86786048 19850 1992294400 4194304 9819077 140736789305376 18446744073709551615 6388076 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12757/statm: 21188 19850 724 1374 0 19809 0
Current children cumulated CPU time (s) 495.73
Current children cumulated vsize (KiB) 84752

[startup+496.108 s]
/proc/loadavg: 1.00 1.04 1.32 2/107 12779
/proc/meminfo: memFree=1713536/2059040 swapFree=4192956/4192956
[pid=12757] ppid=12755 vsize=84752 CPUtime=495.94
/proc/12757/stat : 12757 (pbscip.linux.x8) R 12755 12757 11546 0 -1 4202496 2717000 0 0 0 46410 3184 0 0 25 0 1 0 6289869 86786048 19851 1992294400 4194304 9819077 140736789305376 18446744073709551615 6179930 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12757/statm: 21188 19851 724 1374 0 19809 0
Current children cumulated CPU time (s) 495.94
Current children cumulated vsize (KiB) 84752

Child status: 0
Real time (s): 496.184
CPU time (s): 496.025
CPU user time (s): 464.174
CPU system time (s): 31.8502
CPU usage (%): 99.9679
Max. virtual memory (cumulated for all children) (KiB): 84848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 464.174
system time used= 31.8502
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2717007
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= 4
involuntary context switches= 972

runsolver used 0.805877 second user time and 2.37164 second system time

The end

Launcher Data

Begin job on node045 at 2010-06-16 02:59:37
IDJOB=2665116
IDBENCH=48059
IDSOLVER=1168
FILE ID=node045/2665116-1276649977
PBS_JOBID= 11172417
Free space on /tmp= 62460 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=53-P1=17-P2=109-P3=2-P4=191-P5=191-P6=47-P7=101-P8=97-B.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665116-1276649977/watcher-2665116-1276649977 -o /tmp/evaluation-result-2665116-1276649977/solver-2665116-1276649977 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665116-1276649977.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 10ec6ab90ad015d6fa7b4d2290470901
RANDOM SEED=1867252725

node045.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.247
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.247
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1791820 kB
Buffers:         32624 kB
Cached:         109616 kB
SwapCached:          0 kB
Active:          91668 kB
Inactive:       110284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1791820 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6244 kB
Writeback:           0 kB
AnonPages:       59792 kB
Mapped:          15448 kB
Slab:            43520 kB
PageTables:       3936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181964 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62452 MiB
End job on node045 at 2010-06-16 03:07:53