Trace number 2665076

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 418.561 418.685

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=7-P0=43-P1=107-P2=31-P3=113-P4=127-P5=2-P6=79-B.opb
MD5SUMa998edafd51e17056858d37f83d42bbc
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 benchmark2.10968
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 variables126
Total number of constraints13
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 constraints13
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)294
Sum of products size (including duplicates)588
Number of different products294
Sum of products size588

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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-2665076-1276649189.opb>
0.00/0.01	c original problem has 420 variables (420 bin, 0 int, 0 impl, 0 cont) and 307 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.06	c (round 1) 6 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 35 chg coeffs, 0 upgd conss, 1656 impls, 0 clqs
0.00/0.06	c (round 2) 6 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 35 chg coeffs, 7 upgd conss, 1682 impls, 0 clqs
0.06/0.09	c    (0.1s) probing: 191/414 (46.1%) - 0 fixings, 0 aggregations, 48 implications, 0 bound changes
0.06/0.09	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.06/0.09	c presolving (3 rounds):
0.06/0.09	c  6 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 35 changed coefficients
0.06/0.09	c  1778 implications, 0 cliques
0.06/0.09	c presolved problem has 414 variables (414 bin, 0 int, 0 impl, 0 cont) and 307 constraints
0.06/0.09	c     293 constraints of type <and>
0.06/0.09	c       6 constraints of type <linear>
0.06/0.09	c       8 constraints of type <logicor>
0.06/0.09	c transformed objective value is always integral (scale: 1)
0.06/0.09	c Presolving Time: 0.05
0.06/0.09	c - non default parameters ----------------------------------------------------------------------
0.06/0.09	c # SCIP version 1.2.1.2
0.06/0.09	c 
0.06/0.09	c # frequency for displaying node information lines
0.06/0.09	c # [type: int, range: [-1,2147483647], default: 100]
0.06/0.09	c display/freq = 10000
0.06/0.09	c 
0.06/0.09	c # maximal time in seconds to run
0.06/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.06/0.09	c limits/time = 1800
0.06/0.09	c 
0.06/0.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.06/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.06/0.09	c limits/memory = 1620
0.06/0.09	c 
0.06/0.09	c # should presolving try to simplify inequalities
0.06/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.06/0.09	c constraints/linear/simplifyinequalities = TRUE
0.06/0.09	c 
0.06/0.09	c # should presolving try to simplify knapsacks
0.06/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.06/0.09	c constraints/knapsack/simplifyinequalities = TRUE
0.06/0.09	c 
0.06/0.09	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.06/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.06/0.09	c heuristics/undercover/freq = 0
0.06/0.09	c 
0.06/0.09	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.06/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.06/0.09	c separating/rapidlearning/freq = 0
0.06/0.09	c 
0.06/0.09	c -----------------------------------------------------------------------------------------------
0.06/0.09	c start solving
0.06/0.09	c 
0.06/0.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.06/0.09	c   0.1s|     1 |     0 |    12 |     - |1780k|   0 |   5 | 414 | 307 | 414 | 600 |   0 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
0.19/0.27	c   0.2s|     1 |     0 |    22 |     - |1810k|   0 |  13 | 414 | 313 | 414 | 605 |   5 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
0.29/0.30	c   0.2s|     1 |     0 |    39 |     - |1840k|   0 |  29 | 414 | 313 | 414 | 612 |  12 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
0.29/0.33	c   0.2s|     1 |     0 |    52 |     - |1865k|   0 |  27 | 414 | 313 | 414 | 621 |  21 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
0.29/0.37	c   0.3s|     1 |     0 |    79 |     - |1908k|   0 |  37 | 414 | 313 | 414 | 630 |  30 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
0.39/0.42	c   0.3s|     1 |     0 |    96 |     - |1942k|   0 |  47 | 414 | 313 | 414 | 639 |  39 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
0.39/0.49	c   0.4s|     1 |     0 |   147 |     - |2018k|   0 |  73 | 414 | 313 | 414 | 650 |  50 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
0.59/0.63	c   0.5s|     1 |     2 |   147 |     - |2018k|   0 |  73 | 414 | 313 | 414 | 650 |  50 |   0 |  10 | 2.000000e+00 |      --      |    Inf 
24.38/24.48	o 11
24.38/24.48	c f22.5s|  5593 |  2705 | 69057 |  12.3 |7120k|  77 |   - | 414 |4605 | 414 | 333 |  27k|4742 |3090 | 2.000000e+00 | 1.100000e+01 | 450.00%
41.28/41.34	o 3
41.28/41.34	c *38.0s|  9527 |  3838 |118752 |  12.5 |8318k|  77 |   - | 414 |3945 | 414 | 336 |  48k|8429 |3655 | 2.000000e+00 | 3.000000e+00 |  50.00%
42.97/43.06	c  39.6s| 10000 |  4094 |125620 |  12.5 |8613k|  77 |   8 | 414 |4001 | 414 | 269 |  49k|8977 |3720 | 2.000000e+00 | 3.000000e+00 |  50.00%
77.57/77.60	c  71.4s| 20000 |  8927 |221410 |  11.1 |  13M|  77 |   - | 414 |3293 |   0 |   0 |  84k|  18k|4420 | 2.000000e+00 | 3.000000e+00 |  50.00%
111.76/111.84	c   103s| 30000 | 13578 |314167 |  10.5 |  18M|  77 |   - | 414 |4028 |   0 |   0 | 119k|  28k|5641 | 2.000000e+00 | 3.000000e+00 |  50.00%
142.04/142.11	c   131s| 40000 | 17104 |394076 |   9.8 |  22M|  77 |   9 | 414 |3865 | 414 | 278 | 147k|  37k|6214 | 2.000000e+00 | 3.000000e+00 |  50.00%
173.94/174.05	c   160s| 50000 | 20577 |471711 |   9.4 |  27M|  77 |   - | 414 |3969 |   0 |   0 | 174k|  48k|7016 | 2.000000e+00 | 3.000000e+00 |  50.00%
205.73/205.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
205.73/205.86	c   190s| 60000 | 24300 |557626 |   9.3 |  31M|  77 |   - | 414 |3967 |   0 |   0 | 203k|  57k|7550 | 2.000000e+00 | 3.000000e+00 |  50.00%
237.72/237.84	c   219s| 70000 | 27968 |641238 |   9.2 |  36M|  77 |   - | 414 |4958 |   0 |   0 | 234k|  67k|8034 | 2.000000e+00 | 3.000000e+00 |  50.00%
270.51/270.65	c   249s| 80000 | 31493 |723643 |   9.0 |  40M|  77 |   - | 414 |4381 |   0 |   0 | 264k|  77k|8499 | 2.000000e+00 | 3.000000e+00 |  50.00%
300.90/301.07	c   278s| 90000 | 34517 |802641 |   8.9 |  44M|  77 |  10 | 414 |5087 | 414 | 275 | 291k|  87k|8872 | 2.000000e+00 | 3.000000e+00 |  50.00%
333.29/333.46	c   307s|100000 | 37609 |883175 |   8.8 |  48M|  77 |   4 | 414 |5049 | 414 | 309 | 317k|  97k|9267 | 2.000000e+00 | 3.000000e+00 |  50.00%
366.19/366.36	c   338s|110000 | 41545 |969445 |   8.8 |  53M|  77 |   - | 414 |5053 |   0 |   0 | 346k| 106k|9603 | 2.000000e+00 | 3.000000e+00 |  50.00%
398.27/398.41	c   367s|120000 | 45497 |  1051k|   8.8 |  58M|  77 |   3 | 414 |6438 | 414 | 309 | 372k| 116k|9992 | 2.000000e+00 | 3.000000e+00 |  50.00%
418.47/418.64	o 2
418.47/418.64	c * 386s|126151 |     0 |  1100k|   8.7 |6240k|  77 |   - | 414 |5392 | 414 | 251 | 389k| 123k|  10k| 2.000000e+00 | 2.000000e+00 |   0.00%
418.47/418.65	c 
418.47/418.65	c SCIP Status        : problem is solved [optimal solution found]
418.47/418.65	c Solving Time (sec) : 385.72
418.47/418.65	c Solving Nodes      : 126151
418.47/418.65	c Primal Bound       : +2.00000000000000e+00 (3 solutions)
418.47/418.65	c Dual Bound         : +2.00000000000000e+00
418.47/418.65	c Gap                : 0.00 %
418.47/418.65	s OPTIMUM FOUND
418.47/418.65	v -x126 x125 x124 -x123 x122 -x121 x120 -x119 x118 -x117 -x116 -x115 -x114 x113 x84 -x83 -x82 -x81 -x80 x79 -x78 x112 -x111 x110 
418.47/418.65	v -x109 -x108 -x107 x106 x77 -x76 -x75 -x74 -x73 x72 -x71 -x105 -x104 -x103 x102 -x101 -x100 -x99 x70 -x69 x68 x67 x66 x65 -x64 
418.47/418.65	v x98 x97 -x96 -x95 x94 -x93 x92 -x63 -x62 x61 x60 -x59 x58 -x57 -x91 -x90 -x89 -x88 -x87 -x86 -x85 x56 x55 -x54 -x53 x52 x51 
418.47/418.65	v -x50 x49 x48 -x47 -x46 x45 x44 x43 x42 -x41 -x40 -x39 -x38 -x37 x36 x35 x34 -x33 x32 x31 x30 x29 -x28 x27 -x26 x25 -x24 x23 x22 
418.47/418.65	v x21 x20 x19 x18 x17 x16 x15 -x14 x13 x12 -x11 -x10 x9 x8 -x7 -x6 -x5 -x4 -x3 x2 -x1 
418.47/418.65	c SCIP Status        : problem is solved [optimal solution found]
418.47/418.65	c Solving Time       :     385.72
418.47/418.65	c Original Problem   :
418.47/418.65	c   Problem name     : HOME/instance-2665076-1276649189.opb
418.47/418.65	c   Variables        : 420 (420 binary, 0 integer, 0 implicit integer, 0 continuous)
418.47/418.65	c   Constraints      : 307 initial, 307 maximal
418.47/418.65	c Presolved Problem  :
418.47/418.65	c   Problem name     : t_HOME/instance-2665076-1276649189.opb
418.47/418.65	c   Variables        : 414 (414 binary, 0 integer, 0 implicit integer, 0 continuous)
418.47/418.65	c   Constraints      : 307 initial, 6702 maximal
418.47/418.65	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
418.47/418.65	c   trivial          :       0.00          0          0          0          0          0          0          0          0
418.47/418.65	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
418.47/418.65	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
418.47/418.65	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
418.47/418.65	c   implics          :       0.00          0          0          0          0          0          0          0          0
418.47/418.65	c   probing          :       0.03          0          0          0          0          0          0          0          0
418.47/418.65	c   and              :       0.01          0          0          0          0          0          0          0          0
418.47/418.65	c   linear           :       0.00          1          5          0          0          0          0          0         35
418.47/418.65	c   logicor          :       0.00          0          0          0          0          0          0          0          0
418.47/418.65	c   root node        :          -         89          -          -         89          -          -          -          -
418.47/418.65	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
418.47/418.65	c   integral         :          0          0          0      98007          0         23       1232          0          0     194800
418.47/418.65	c   and              :        293     230421     452836          2          0      11572     669711     389759          0          0
418.47/418.65	c   linear           :          6+         7     441263          1          0      39654     274136          1          0          0
418.47/418.65	c   logicor          :          8+         6     242654          1          0       3220      78085          0          0          0
418.47/418.65	c   countsols        :          0          0          0          2          0          0          0          0          0          0
418.47/418.65	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
418.47/418.65	c   integral         :      11.78       0.00       0.00      11.78       0.00
418.47/418.65	c   and              :      13.21       5.19       8.02       0.00       0.00
418.47/418.65	c   linear           :      20.42       0.00      20.42       0.00       0.00
418.47/418.65	c   logicor          :      16.36       0.00      16.36       0.00       0.00
418.47/418.65	c   countsols        :       0.00       0.00       0.00       0.00       0.00
418.47/418.65	c Propagators        :       Time      Calls    Cutoffs    DomReds
418.47/418.65	c   vbounds          :       0.29          2          0          0
418.47/418.65	c   rootredcost      :       0.28          2          0          6
418.47/418.65	c   pseudoobj        :       0.65     452440          0         20
418.47/418.65	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
418.47/418.65	c   propagation      :      16.28      54446      54058     738953       50.2      30238       35.0          -
418.47/418.65	c   infeasible LP    :       0.14        409        397       2557       41.0        204       22.4          0
418.47/418.65	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
418.47/418.65	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
418.47/418.65	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
418.47/418.65	c   applied globally :          -          -          -     119940       24.6          -          -          -
418.47/418.65	c   applied locally  :          -          -          -       3406       45.6          -          -          -
418.47/418.65	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
418.47/418.65	c   cut pool         :       0.00          5          -          -          7          -    (maximal pool size: 122)
418.47/418.65	c   redcost          :       2.73     230423          0          1          0          0
418.47/418.65	c   impliedbounds    :       0.00          6          0          0         18          0
418.47/418.65	c   intobj           :       0.00          0          0          0          0          0
418.47/418.65	c   cgmip            :       0.00          0          0          0          0          0
418.47/418.65	c   gomory           :       0.05          6          0          0        178          0
418.47/418.65	c   strongcg         :       0.05          6          0          0        375          0
418.47/418.65	c   cmir             :       0.01          6          0          0         39          0
418.47/418.65	c   flowcover        :       0.06          6          0          0         68          0
418.47/418.65	c   clique           :       0.00          1          0          0          0          0
418.47/418.65	c   zerohalf         :       0.00          0          0          0          0          0
418.47/418.65	c   mcf              :       0.00          1          0          0          0          0
418.47/418.65	c   rapidlearning    :       0.10          1          0          0          0          6
418.47/418.65	c Pricers            :       Time      Calls       Vars
418.47/418.65	c   problem variables:       0.00          0          0
418.47/418.65	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
418.47/418.65	c   relpscost        :      11.55      98004         23       1232          0          0     194800
418.47/418.65	c   pscost           :       0.00          0          0          0          0          0          0
418.47/418.65	c   inference        :       0.00          0          0          0          0          0          0
418.47/418.65	c   mostinf          :       0.00          0          0          0          0          0          0
418.47/418.65	c   leastinf         :       0.00          0          0          0          0          0          0
418.47/418.65	c   fullstrong       :       0.00          0          0          0          0          0          0
418.47/418.65	c   allfullstrong    :       0.00          0          0          0          0          0          0
418.47/418.65	c   random           :       0.00          0          0          0          0          0          0
418.47/418.65	c Primal Heuristics  :       Time      Calls      Found
418.47/418.65	c   LP solutions     :       0.23          -          2
418.47/418.65	c   pseudo solutions :       0.00          -          0
418.47/418.65	c   crossover        :       0.06          0          0
418.47/418.65	c   intshifting      :       0.00          0          0
418.47/418.65	c   oneopt           :       0.11          2          0
418.47/418.65	c   rootsoldiving    :       1.51         30          0
418.47/418.65	c   objpscostdiving  :       0.77         66          0
418.47/418.65	c   coefdiving       :       2.43        538          0
418.47/418.65	c   linesearchdiving :       1.79        538          0
418.47/418.65	c   veclendiving     :       1.90        538          0
418.47/418.65	c   guideddiving     :       2.09        539          0
418.47/418.65	c   fracdiving       :       2.27        539          1
418.47/418.65	c   pscostdiving     :       2.35        539          0
418.47/418.65	c   feaspump         :       1.80        270          0
418.47/418.65	c   trivial          :       0.00          2          0
418.47/418.65	c   simplerounding   :       0.29          0          0
418.47/418.65	c   zirounding       :       0.08       1000          0
418.47/418.65	c   rounding         :       0.40       6759          0
418.47/418.65	c   shifting         :       2.46       2162          0
418.47/418.65	c   twoopt           :       0.00          0          0
418.47/418.65	c   fixandinfer      :       0.00          0          0
418.47/418.65	c   intdiving        :       0.00          0          0
418.47/418.65	c   actconsdiving    :       0.00          0          0
418.47/418.65	c   octane           :       0.00          0          0
418.47/418.65	c   rens             :       0.02          1          0
418.47/418.65	c   rins             :       0.00          0          0
418.47/418.65	c   localbranching   :       0.00          0          0
418.47/418.65	c   mutation         :       0.00          0          0
418.47/418.65	c   dins             :       0.00          0          0
418.47/418.65	c   undercover       :       0.01          1          0
418.47/418.65	c   nlp              :       0.05          0          0
418.47/418.65	c   trysol           :       0.16          0          0
418.47/418.65	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
418.47/418.65	c   primal LP        :      37.51          0          0       0.00       0.00
418.47/418.65	c   dual LP          :     202.52     239060    1028664       4.30    5079.32
418.47/418.65	c   lex dual LP      :       0.00          0          0       0.00          -
418.47/418.65	c   barrier LP       :       0.00          0          0       0.00          -
418.47/418.65	c   diving/probing LP:       9.78      12521      72319       5.78    7394.58
418.47/418.65	c   strong branching :       9.90      10181      64301       6.32    6495.05
418.47/418.65	c     (at root node) :          -         10        848      84.80          -
418.47/418.65	c   conflict analysis:       0.00          0          0       0.00          -
418.47/418.65	c B&B Tree           :
418.47/418.65	c   number of runs   :          1
418.47/418.65	c   nodes            :     126151
418.47/418.65	c   nodes (total)    :     126151
418.47/418.65	c   nodes left       :          0
418.47/418.65	c   max depth        :         77
418.47/418.65	c   max depth (total):         77
418.47/418.65	c   backtracks       :      23459 (18.6%)
418.47/418.65	c   delayed cutoffs  :      20703
418.47/418.65	c   repropagations   :      59973 (290802 domain reductions, 18113 cutoffs)
418.47/418.65	c   avg switch length:       5.33
418.47/418.65	c   switching time   :      55.88
418.47/418.65	c Solution           :
418.47/418.65	c   Solutions found  :          3 (3 improvements)
418.47/418.65	c   First Solution   : +1.10000000000000e+01   (in run 1, after 5593 nodes, 22.47 seconds, depth 69, found by <fracdiving>)
418.47/418.65	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 126151 nodes, 385.49 seconds, depth 47, found by <relaxation>)
418.47/418.65	c   Dual Bound       : +2.00000000000000e+00
418.47/418.65	c   Gap              :       0.00 %
418.47/418.65	c   Root Dual Bound  : +2.00000000000000e+00
418.47/418.65	c   Root Iterations  :        147
418.47/418.68	c Time complete: 418.55.

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-2665076-1276649189/watcher-2665076-1276649189 -o /tmp/evaluation-result-2665076-1276649189/solver-2665076-1276649189 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665076-1276649189.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: 3.03 2.62 2.20 2/106 12491
/proc/meminfo: memFree=1792652/2059040 swapFree=4192956/4192956
[pid=12491] ppid=12489 vsize=10316 CPUtime=0
/proc/12491/stat : 12491 (pbscip.linux.x8) R 12489 12491 11546 0 -1 4202496 1369 0 0 0 0 0 0 0 22 0 1 0 6211089 10563584 1289 1992294400 4194304 9819077 140736679454992 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12491/statm: 2579 1298 371 1374 0 1200 0

[startup+0.0690649 s]
/proc/loadavg: 3.03 2.62 2.20 2/106 12491
/proc/meminfo: memFree=1792652/2059040 swapFree=4192956/4192956
[pid=12491] ppid=12489 vsize=13704 CPUtime=0.06
/proc/12491/stat : 12491 (pbscip.linux.x8) R 12489 12491 11546 0 -1 4202496 3606 0 0 0 3 3 0 0 24 0 1 0 6211089 14032896 2145 1992294400 4194304 9819077 140736679454992 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12491/statm: 3426 2145 515 1374 0 2047 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13704

[startup+0.101068 s]
/proc/loadavg: 3.03 2.62 2.20 2/106 12491
/proc/meminfo: memFree=1792652/2059040 swapFree=4192956/4192956
[pid=12491] ppid=12489 vsize=17572 CPUtime=0.09
/proc/12491/stat : 12491 (pbscip.linux.x8) R 12489 12491 11546 0 -1 4202496 4372 0 0 0 5 4 0 0 24 0 1 0 6211089 17993728 2903 1992294400 4194304 9819077 140736679454992 18446744073709551615 6584143 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12491/statm: 4393 2903 648 1374 0 3014 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17572

[startup+0.301088 s]
/proc/loadavg: 3.03 2.62 2.20 2/106 12491
/proc/meminfo: memFree=1792652/2059040 swapFree=4192956/4192956
[pid=12491] ppid=12489 vsize=18844 CPUtime=0.29
/proc/12491/stat : 12491 (pbscip.linux.x8) R 12489 12491 11546 0 -1 4202496 8933 0 0 0 20 9 0 0 25 0 1 0 6211089 19296256 3610 1992294400 4194304 9819077 140736679454992 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12491/statm: 4711 3610 697 1374 0 3332 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18844

[startup+0.701129 s]
/proc/loadavg: 3.03 2.62 2.20 2/106 12491
/proc/meminfo: memFree=1792652/2059040 swapFree=4192956/4192956
[pid=12491] ppid=12489 vsize=19384 CPUtime=0.69
/proc/12491/stat : 12491 (pbscip.linux.x8) R 12489 12491 11546 0 -1 4202496 11678 0 0 0 59 10 0 0 25 0 1 0 6211089 19849216 3783 1992294400 4194304 9819077 140736679454992 18446744073709551615 6389043 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12491/statm: 4846 3783 715 1374 0 3467 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19384

[startup+1.50121 s]
/proc/loadavg: 3.03 2.62 2.20 2/107 12492
/proc/meminfo: memFree=1779624/2059040 swapFree=4192956/4192956
[pid=12491] ppid=12489 vsize=19556 CPUtime=1.49
/proc/12491/stat : 12491 (pbscip.linux.x8) R 12489 12491 11546 0 -1 4202496 15745 0 0 0 134 15 0 0 25 0 1 0 6211089 20025344 3785 1992294400 4194304 9819077 140736679454992 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12491/statm: 4889 3785 715 1374 0 3510 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19556

[startup+3.10137 s]
/proc/loadavg: 3.03 2.62 2.20 2/107 12492
/proc/meminfo: memFree=1779376/2059040 swapFree=4192956/4192956
[pid=12491] ppid=12489 vsize=19728 CPUtime=3.09
/proc/12491/stat : 12491 (pbscip.linux.x8) R 12489 12491 11546 0 -1 4202496 22896 0 0 0 286 23 0 0 25 0 1 0 6211089 20201472 3787 1992294400 4194304 9819077 140736679454992 18446744073709551615 5435647 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12491/statm: 4932 3787 716 1374 0 3553 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19728

[startup+6.3007 s]
/proc/loadavg: 2.87 2.60 2.20 2/107 12492
/proc/meminfo: memFree=1779252/2059040 swapFree=4192956/4192956
[pid=12491] ppid=12489 vsize=20560 CPUtime=6.29
/proc/12491/stat : 12491 (pbscip.linux.x8) R 12489 12491 11546 0 -1 4202496 46231 0 0 0 576 53 0 0 25 0 1 0 6211089 21053440 3851 1992294400 4194304 9819077 140736679454992 18446744073709551615 6510050 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12491/statm: 5140 3851 724 1374 0 3761 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20560

[startup+12.7013 s]
/proc/loadavg: 2.72 2.57 2.19 2/107 12492
/proc/meminfo: memFree=1778384/2059040 swapFree=4192956/4192956
[pid=12491] ppid=12489 vsize=21932 CPUtime=12.69
/proc/12491/stat : 12491 (pbscip.linux.x8) R 12489 12491 11546 0 -1 4202496 102353 0 0 0 1162 107 0 0 25 0 1 0 6211089 22458368 4162 1992294400 4194304 9819077 140736679454992 18446744073709551615 6832839 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12491/statm: 5483 4162 724 1374 0 4104 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21932

[startup+25.5006 s]
/proc/loadavg: 2.34 2.49 2.17 2/107 12492
/proc/meminfo: memFree=1774292/2059040 swapFree=4192956/4192956
[pid=12491] ppid=12489 vsize=25924 CPUtime=25.48
/proc/12491/stat : 12491 (pbscip.linux.x8) R 12489 12491 11546 0 -1 4202496 196981 0 0 0 2342 206 0 0 25 0 1 0 6211089 26546176 5167 1992294400 4194304 9819077 140736679454992 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12491/statm: 6481 5167 724 1374 0 5102 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 25924

[startup+51.1012 s]
/proc/loadavg: 1.88 2.37 2.14 2/107 12494
/proc/meminfo: memFree=1770076/2059040 swapFree=4192956/4192956
[pid=12491] ppid=12489 vsize=30580 CPUtime=51.08
/proc/12491/stat : 12491 (pbscip.linux.x8) R 12489 12491 11546 0 -1 4202496 385096 0 0 0 4697 411 0 0 25 0 1 0 6211089 31313920 6234 1992294400 4194304 9819077 140736679454992 18446744073709551615 6361141 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12491/statm: 7645 6234 724 1374 0 6266 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 30580

[startup+102.308 s]
/proc/loadavg: 1.38 2.16 2.08 2/107 12494
/proc/meminfo: memFree=1761148/2059040 swapFree=4192956/4192956
[pid=12491] ppid=12489 vsize=39192 CPUtime=102.26
/proc/12491/stat : 12491 (pbscip.linux.x8) R 12489 12491 11546 0 -1 4202496 759777 0 0 0 9400 826 0 0 25 0 1 0 6211089 40132608 8437 1992294400 4194304 9819077 140736679454992 18446744073709551615 6509786 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12491/statm: 9798 8437 724 1374 0 8419 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 39192

[startup+162.301 s]
/proc/loadavg: 1.14 1.94 2.00 2/107 12496
/proc/meminfo: memFree=1751228/2059040 swapFree=4192956/4192956
[pid=12491] ppid=12489 vsize=48636 CPUtime=162.24
/proc/12491/stat : 12491 (pbscip.linux.x8) R 12489 12491 11546 0 -1 4202496 1151871 0 0 0 14936 1288 0 0 25 0 1 0 6211089 49803264 10902 1992294400 4194304 9819077 140736679454992 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12491/statm: 12159 10902 724 1374 0 10780 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 48636

[startup+222.301 s]
/proc/loadavg: 1.05 1.77 1.94 2/107 12498
/proc/meminfo: memFree=1739944/2059040 swapFree=4192956/4192956
[pid=12491] ppid=12489 vsize=60012 CPUtime=222.23
/proc/12491/stat : 12491 (pbscip.linux.x8) R 12489 12491 11546 0 -1 4202496 1536263 0 0 0 20486 1737 0 0 25 0 1 0 6211089 61452288 13714 1992294400 4194304 9819077 140736679454992 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12491/statm: 15003 13714 724 1374 0 13624 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 60012

[startup+282.301 s]
/proc/loadavg: 1.02 1.63 1.88 2/107 12500
/proc/meminfo: memFree=1729280/2059040 swapFree=4192956/4192956
[pid=12491] ppid=12489 vsize=70960 CPUtime=282.2
/proc/12491/stat : 12491 (pbscip.linux.x8) R 12489 12491 11546 0 -1 4202496 1938953 0 0 0 26013 2207 0 0 25 0 1 0 6211089 72663040 16382 1992294400 4194304 9819077 140736679454992 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12491/statm: 17740 16382 724 1374 0 16361 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 70960

[startup+342.301 s]
/proc/loadavg: 1.00 1.51 1.82 2/107 12502
/proc/meminfo: memFree=1720476/2059040 swapFree=4192956/4192956
[pid=12491] ppid=12489 vsize=78972 CPUtime=342.19
/proc/12491/stat : 12491 (pbscip.linux.x8) R 12489 12491 11546 0 -1 4202496 2333259 0 0 0 31542 2677 0 0 25 0 1 0 6211089 80867328 18524 1992294400 4194304 9819077 140736679454992 18446744073709551615 7263246 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12491/statm: 19743 18524 724 1374 0 18364 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 78972

[startup+402.301 s]
/proc/loadavg: 1.00 1.41 1.77 2/107 12502
/proc/meminfo: memFree=1709440/2059040 swapFree=4192956/4192956
[pid=12491] ppid=12489 vsize=90416 CPUtime=402.17
/proc/12491/stat : 12491 (pbscip.linux.x8) R 12489 12491 11546 0 -1 4202496 2743507 0 0 0 37057 3160 0 0 25 0 1 0 6211089 92585984 21278 1992294400 4194304 9819077 140736679454992 18446744073709551615 8723754 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12491/statm: 22604 21279 724 1374 0 21225 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 90416

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

[startup+409.501 s]
/proc/loadavg: 1.00 1.40 1.76 2/107 12504
/proc/meminfo: memFree=1708944/2059040 swapFree=4192956/4192956
[pid=12491] ppid=12489 vsize=90728 CPUtime=409.37
/proc/12491/stat : 12491 (pbscip.linux.x8) R 12489 12491 11546 0 -1 4202496 2786858 0 0 0 37724 3213 0 0 25 0 1 0 6211089 92905472 21408 1992294400 4194304 9819077 140736679454992 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12491/statm: 22682 21408 724 1374 0 21303 0
Current children cumulated CPU time (s) 409.37
Current children cumulated vsize (KiB) 90728

[startup+412.701 s]
/proc/loadavg: 1.00 1.40 1.76 2/107 12504
/proc/meminfo: memFree=1706712/2059040 swapFree=4192956/4192956
[pid=12491] ppid=12489 vsize=92592 CPUtime=412.57
/proc/12491/stat : 12491 (pbscip.linux.x8) R 12489 12491 11546 0 -1 4202496 2806340 0 0 0 38021 3236 0 0 25 0 1 0 6211089 94814208 21961 1992294400 4194304 9819077 140736679454992 18446744073709551615 7226476 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12491/statm: 23148 21961 724 1374 0 21769 0
Current children cumulated CPU time (s) 412.57
Current children cumulated vsize (KiB) 92592

[startup+415.901 s]
/proc/loadavg: 1.00 1.39 1.75 2/107 12504
/proc/meminfo: memFree=1706712/2059040 swapFree=4192956/4192956
[pid=12491] ppid=12489 vsize=93132 CPUtime=415.77
/proc/12491/stat : 12491 (pbscip.linux.x8) R 12489 12491 11546 0 -1 4202496 2825174 0 0 0 38316 3261 0 0 25 0 1 0 6211089 95367168 21967 1992294400 4194304 9819077 140736679454992 18446744073709551615 5004398 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12491/statm: 23283 21967 724 1374 0 21904 0
Current children cumulated CPU time (s) 415.77
Current children cumulated vsize (KiB) 93132

[startup+417.5 s]
/proc/loadavg: 1.00 1.39 1.75 2/107 12504
/proc/meminfo: memFree=1706712/2059040 swapFree=4192956/4192956
[pid=12491] ppid=12489 vsize=92768 CPUtime=417.37
/proc/12491/stat : 12491 (pbscip.linux.x8) R 12489 12491 11546 0 -1 4202496 2834816 0 0 0 38464 3273 0 0 25 0 1 0 6211089 94994432 21965 1992294400 4194304 9819077 140736679454992 18446744073709551615 7290981 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12491/statm: 23192 21965 724 1374 0 21813 0
Current children cumulated CPU time (s) 417.37
Current children cumulated vsize (KiB) 92768

[startup+418.301 s]
/proc/loadavg: 1.00 1.39 1.75 2/107 12504
/proc/meminfo: memFree=1706712/2059040 swapFree=4192956/4192956
[pid=12491] ppid=12489 vsize=92752 CPUtime=418.17
/proc/12491/stat : 12491 (pbscip.linux.x8) R 12489 12491 11546 0 -1 4202496 2838967 0 0 0 38538 3279 0 0 25 0 1 0 6211089 94978048 21965 1992294400 4194304 9819077 140736679454992 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12491/statm: 23188 21965 724 1374 0 21809 0
Current children cumulated CPU time (s) 418.17
Current children cumulated vsize (KiB) 92752

[startup+418.501 s]
/proc/loadavg: 1.00 1.39 1.75 2/107 12504
/proc/meminfo: memFree=1706712/2059040 swapFree=4192956/4192956
[pid=12491] ppid=12489 vsize=92752 CPUtime=418.37
/proc/12491/stat : 12491 (pbscip.linux.x8) R 12489 12491 11546 0 -1 4202496 2839641 0 0 0 38557 3280 0 0 25 0 1 0 6211089 94978048 21965 1992294400 4194304 9819077 140736679454992 18446744073709551615 6179930 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12491/statm: 23188 21965 724 1374 0 21809 0
Current children cumulated CPU time (s) 418.37
Current children cumulated vsize (KiB) 92752

[startup+418.601 s]
/proc/loadavg: 1.00 1.39 1.75 2/107 12504
/proc/meminfo: memFree=1706712/2059040 swapFree=4192956/4192956
[pid=12491] ppid=12489 vsize=92752 CPUtime=418.47
/proc/12491/stat : 12491 (pbscip.linux.x8) R 12489 12491 11546 0 -1 4202496 2839641 0 0 0 38567 3280 0 0 25 0 1 0 6211089 94978048 21965 1992294400 4194304 9819077 140736679454992 18446744073709551615 6180553 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12491/statm: 23188 21965 724 1374 0 21809 0
Current children cumulated CPU time (s) 418.47
Current children cumulated vsize (KiB) 92752

Child status: 0
Real time (s): 418.685
CPU time (s): 418.561
CPU user time (s): 385.748
CPU system time (s): 32.813
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 94020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 385.748
system time used= 32.813
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2839648
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= 2
involuntary context switches= 5508

runsolver used 0.689895 second user time and 1.9867 second system time

The end

Launcher Data

Begin job on node045 at 2010-06-16 02:46:29
IDJOB=2665076
IDBENCH=48019
IDSOLVER=1168
FILE ID=node045/2665076-1276649189
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=7-P0=43-P1=107-P2=31-P3=113-P4=127-P5=2-P6=79-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-2665076-1276649189/watcher-2665076-1276649189 -o /tmp/evaluation-result-2665076-1276649189/solver-2665076-1276649189 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665076-1276649189.opb -t 1800 -m 1800

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

MD5SUM BENCH= a998edafd51e17056858d37f83d42bbc
RANDOM SEED=831032918

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:       1793180 kB
Buffers:         31436 kB
Cached:         109480 kB
SwapCached:          0 kB
Active:          91420 kB
Inactive:       109200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1793180 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6272 kB
Writeback:           0 kB
AnonPages:       59692 kB
Mapped:          15436 kB
Slab:            43504 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181224 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 02:53:28