Trace number 2665288

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 solverOPT-7 762.752 763.015

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_3.opb
MD5SUMe70f8e0da8fa345ba6e82dce1b0133d2
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-7
Best CPU time to get the best result obtained on this benchmark708.262
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -7
Optimality of the best value was proved YES
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2952
Sum of products size (including duplicates)5904
Number of different products1476
Sum of products size2952

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-2665288-1276666966.opb>
0.01/0.02	c original problem has 1576 variables (1576 bin, 0 int, 0 impl, 0 cont) and 1627 constraints
0.01/0.02	c problem read
0.01/0.02	c presolving settings loaded
0.01/0.04	o 0
0.01/0.04	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.01/0.04	c presolving:
0.19/0.24	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 11908 impls, 100 clqs
0.39/0.45	c    (0.2s) probing: 101/1576 (6.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.45	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.39/0.45	c presolving (2 rounds):
0.39/0.45	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.45	c  11908 implications, 100 cliques
0.39/0.45	c presolved problem has 1576 variables (1576 bin, 0 int, 0 impl, 0 cont) and 1627 constraints
0.39/0.45	c     100 constraints of type <setppc>
0.39/0.45	c    1476 constraints of type <and>
0.39/0.45	c       1 constraints of type <linear>
0.39/0.45	c      50 constraints of type <logicor>
0.39/0.45	c transformed objective value is always integral (scale: 1)
0.39/0.45	c Presolving Time: 0.24
0.39/0.45	c - non default parameters ----------------------------------------------------------------------
0.39/0.45	c # SCIP version 1.2.1.2
0.39/0.45	c 
0.39/0.45	c # frequency for displaying node information lines
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.45	c display/freq = 10000
0.39/0.45	c 
0.39/0.45	c # maximal time in seconds to run
0.39/0.45	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.45	c limits/time = 1799.98
0.39/0.45	c 
0.39/0.45	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.45	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.45	c limits/memory = 1620
0.39/0.45	c 
0.39/0.45	c # should presolving try to simplify inequalities
0.39/0.45	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.45	c constraints/linear/simplifyinequalities = TRUE
0.39/0.45	c 
0.39/0.45	c # should presolving try to simplify knapsacks
0.39/0.45	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.45	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.45	c 
0.39/0.45	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.45	c heuristics/undercover/freq = 0
0.39/0.45	c 
0.39/0.46	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.46	c separating/rapidlearning/freq = 0
0.39/0.46	c 
0.39/0.46	c -----------------------------------------------------------------------------------------------
0.39/0.46	c start solving
0.39/0.46	c 
0.49/0.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.51	c t 0.3s|     1 |     0 |   124 |     - |7641k|   0 | 100 |1576 |1627 |1576 |3103 |   0 |   0 |   0 |-2.500000e+01 | 0.000000e+00 | 100.00%
0.68/0.72	o -1
0.68/0.72	c u 0.5s|     1 |     0 |   124 |     - |7663k|   0 | 100 |1576 |1627 |1576 |3103 |   0 |   0 |   0 |-2.500000e+01 |-1.000000e+00 |  96.00%
1.79/1.84	c   1.4s|     1 |     0 |   555 |     - |7678k|   0 | 250 |1576 |1627 |1576 |3104 |   1 |   0 |   0 |-2.500000e+01 |-1.000000e+00 |  96.00%
2.49/2.52	c   2.0s|     1 |     0 |  1954 |     - |7799k|   0 | 456 |1576 |1627 |1576 |3112 |   9 |   0 |   0 |-2.500000e+01 |-1.000000e+00 |  96.00%
2.49/2.53	o -2
2.49/2.53	c s 2.0s|     1 |     0 |  1954 |     - |7821k|   0 | 456 |1576 |1627 |1576 |3112 |   9 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
3.30/3.32	c   2.8s|     1 |     0 |  2776 |     - |7973k|   0 | 843 |1576 |1627 |1576 |3118 |  15 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
5.09/5.11	c   4.6s|     1 |     0 |  2880 |     - |8038k|   0 | 844 |1576 |1627 |1576 |3129 |  26 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
6.69/6.77	c   6.2s|     1 |     0 |  3035 |     - |8089k|   0 | 850 |1576 |1627 |1576 |3135 |  32 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
8.18/8.23	c   7.7s|     1 |     0 |  3150 |     - |8142k|   0 | 854 |1576 |1627 |1576 |3145 |  42 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
8.18/8.24	o -2
8.18/8.24	c s 7.7s|     1 |     0 |  3150 |     - |8158k|   0 | 854 |1576 |1627 |1576 |3145 |  42 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
17.88/17.92	c  17.3s|     1 |     2 |  3150 |     - |8159k|   0 | 854 |1576 |1627 |1576 |3145 |  42 |   0 |  11 |-2.500000e+01 |-2.000000e+00 |  92.00%
62.05/62.19	o -4
62.05/62.19	c R61.4s|    16 |    15 | 22402 |1283.5 |8270k|  13 | 156 |1576 |1628 |1576 |1185 |1495 |   1 | 236 |-2.406518e+01 |-4.000000e+00 |  83.38%
66.55/66.66	o -5
66.55/66.66	c R65.8s|    37 |    20 | 26964 | 661.5 |8395k|  13 |   - |1576 |1630 |1576 |1376 |1838 |   3 | 291 |-2.406518e+01 |-5.000000e+00 |  79.22%
81.76/81.83	o -6
81.76/81.83	c *80.9s|   106 |    50 | 53426 | 478.8 |8684k|  18 |   - |1576 |1638 |1576 |1522 |3018 |  11 | 336 |-2.336488e+01 |-6.000000e+00 |  74.32%
419.53/419.74	o -7
419.53/419.74	c * 413s|  4784 |   611 |722909 | 150.5 |  13M|  64 |   - |1576 |1744 |1576 |1471 |  16k| 210 |2570 |-1.217706e+01 |-7.000000e+00 |  42.51%
609.98/610.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
609.98/610.28	c   599s| 10000 |   623 |  1142k| 114.0 |  18M|  67 | 163 |1576 |1717 |1576 |1385 |  18k| 298 |3872 |-1.056960e+01 |-7.000000e+00 |  33.77%
762.62/762.98	c 
762.62/762.98	c SCIP Status        : problem is solved [optimal solution found]
762.62/762.98	c Solving Time (sec) : 748.36
762.62/762.98	c Solving Nodes      : 14611
762.62/762.98	c Primal Bound       : -7.00000000000000e+00 (10 solutions)
762.62/762.98	c Dual Bound         : -7.00000000000000e+00
762.62/762.98	c Gap                : 0.00 %
762.62/762.98	s OPTIMUM FOUND
762.62/762.98	v -x70 -x61 x84 -x78 -x64 -x63 -x58 -x54 -x72 -x100 -x83 -x82 -x95 -x79 -x62 -x51 -x85 -x81 -x80 -x71 -x68 -x67 -x60 -x57 -x56 -x87 
762.62/762.98	v -x55 x99 x88 x98 -x74 -x89 -x93 -x66 -x96 -x92 -x53 -x90 -x94 -x75 x59 -x65 -x52 -x77 -x73 -x76 x91 -x69 x86 -x97 -x50 -x49 
762.62/762.98	v -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 
762.62/762.98	v x22 -x21 -x20 -x19 -x18 x17 -x16 -x15 -x14 -x13 -x12 -x11 x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
762.62/762.98	c SCIP Status        : problem is solved [optimal solution found]
762.62/762.98	c Solving Time       :     748.36
762.62/762.98	c Original Problem   :
762.62/762.98	c   Problem name     : HOME/instance-2665288-1276666966.opb
762.62/762.98	c   Variables        : 1576 (1576 binary, 0 integer, 0 implicit integer, 0 continuous)
762.62/762.98	c   Constraints      : 1627 initial, 1627 maximal
762.62/762.98	c Presolved Problem  :
762.62/762.98	c   Problem name     : t_HOME/instance-2665288-1276666966.opb
762.62/762.98	c   Variables        : 1576 (1576 binary, 0 integer, 0 implicit integer, 0 continuous)
762.62/762.98	c   Constraints      : 1627 initial, 1755 maximal
762.62/762.98	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
762.62/762.98	c   trivial          :       0.00          0          0          0          0          0          0          0          0
762.62/762.98	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
762.62/762.98	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
762.62/762.98	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
762.62/762.98	c   implics          :       0.00          0          0          0          0          0          0          0          0
762.62/762.98	c   probing          :       0.04          0          0          0          0          0          0          0          0
762.62/762.98	c   setppc           :       0.00          0          0          0          0          0          0          0          0
762.62/762.98	c   and              :       0.18          0          0          0          0          0          0          0          0
762.62/762.98	c   linear           :       0.01          0          0          0          0          0          0          0          0
762.62/762.98	c   logicor          :       0.00          0          0          0          0          0          0          0          0
762.62/762.98	c   root node        :          -         34          -          -         34          -          -          -          -
762.62/762.98	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
762.62/762.98	c   integral         :          0          0          0       8268          0         37       1495          0          0      15356
762.62/762.98	c   setppc           :        100          6      48976          2          0        106      53671          0          0          0
762.62/762.98	c   and              :       1476      12040      48870          2          0         25    1080602      22257          0          0
762.62/762.98	c   linear           :          1          6      48841          2          0         13        124          0          0          0
762.62/762.98	c   logicor          :         50+         6      14434          2          0          1       5533          0          0          0
762.62/762.98	c   countsols        :          0          0          0          2          0          0          0          0          0          0
762.62/762.98	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
762.62/762.98	c   integral         :     197.98       0.00       0.00     197.98       0.00
762.62/762.98	c   setppc           :       0.31       0.00       0.31       0.00       0.00
762.62/762.98	c   and              :       8.90       4.54       4.36       0.00       0.00
762.62/762.98	c   linear           :       0.53       0.00       0.53       0.00       0.00
762.62/762.98	c   logicor          :       0.25       0.00       0.25       0.00       0.00
762.62/762.98	c   countsols        :       0.00       0.00       0.00       0.00       0.00
762.62/762.98	c Propagators        :       Time      Calls    Cutoffs    DomReds
762.62/762.98	c   vbounds          :       0.07          2          0          0
762.62/762.98	c   rootredcost      :       0.02          5          0          0
762.62/762.98	c   pseudoobj        :       0.28      49071         65        212
762.62/762.98	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
762.62/762.98	c   propagation      :       0.01        209        202        412       29.3          1       49.0          -
762.62/762.98	c   infeasible LP    :       0.00         10         10         15       17.2          0        0.0          0
762.62/762.98	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
762.62/762.98	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
762.62/762.98	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
762.62/762.98	c   applied globally :          -          -          -        337       26.8          -          -          -
762.62/762.98	c   applied locally  :          -          -          -          0        0.0          -          -          -
762.62/762.98	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
762.62/762.98	c   cut pool         :       0.00          5          -          -          1          -    (maximal pool size: 105)
762.62/762.98	c   redcost          :       1.63      12620          0      38141          0          0
762.62/762.98	c   impliedbounds    :       0.00          6          0          0         28          0
762.62/762.98	c   intobj           :       0.00          0          0          0          0          0
762.62/762.98	c   cgmip            :       0.00          0          0          0          0          0
762.62/762.98	c   gomory           :       2.02          6          0          0        100          0
762.62/762.98	c   strongcg         :       2.38          6          0          0        217          0
762.62/762.98	c   cmir             :       0.21          6          0          0          3          0
762.62/762.98	c   flowcover        :       0.17          6          0          0          2          0
762.62/762.98	c   clique           :       0.13          6          0          0         31          0
762.62/762.98	c   zerohalf         :       0.00          0          0          0          0          0
762.62/762.98	c   mcf              :       0.02          2          0          0         12          0
762.62/762.98	c   rapidlearning    :       0.62          1          0          0          0          0
762.62/762.98	c Pricers            :       Time      Calls       Vars
762.62/762.98	c   problem variables:       0.00          0          0
762.62/762.98	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
762.62/762.98	c   relpscost        :     197.97       8266         37       1495          0          0      15356
762.62/762.98	c   pscost           :       0.00          0          0          0          0          0          0
762.62/762.98	c   inference        :       0.00          0          0          0          0          0          0
762.62/762.98	c   mostinf          :       0.00          0          0          0          0          0          0
762.62/762.98	c   leastinf         :       0.00          0          0          0          0          0          0
762.62/762.98	c   fullstrong       :       0.00          0          0          0          0          0          0
762.62/762.98	c   allfullstrong    :       0.00          0          0          0          0          0          0
762.62/762.98	c   random           :       0.00          0          0          0          0          0          0
762.62/762.98	c Primal Heuristics  :       Time      Calls      Found
762.62/762.98	c   LP solutions     :       0.01          -          2
762.62/762.98	c   pseudo solutions :       0.00          -          0
762.62/762.98	c   feaspump         :       0.00          0          0
762.62/762.98	c   oneopt           :       0.03          7          0
762.62/762.98	c   crossover        :       0.41          8          0
762.62/762.98	c   fracdiving       :       3.27         26          0
762.62/762.98	c   guideddiving     :       7.88         26          0
762.62/762.98	c   veclendiving     :       9.31         26          0
762.62/762.98	c   linesearchdiving :       4.01         27          0
762.62/762.98	c   coefdiving       :       5.31         27          0
762.62/762.98	c   pscostdiving     :       2.75         27          0
762.62/762.98	c   objpscostdiving  :       1.86         14          0
762.62/762.98	c   rootsoldiving    :       1.51         14          0
762.62/762.98	c   trivial          :       0.01          2          3
762.62/762.98	c   simplerounding   :       0.02          0          0
762.62/762.98	c   zirounding       :       0.35       1000          0
762.62/762.98	c   rounding         :       4.73       6390          2
762.62/762.98	c   shifting         :       1.35       1202          2
762.62/762.98	c   intshifting      :       0.00          0          0
762.62/762.98	c   twoopt           :       0.00          0          0
762.62/762.98	c   fixandinfer      :       0.00          0          0
762.62/762.98	c   intdiving        :       0.00          0          0
762.62/762.98	c   actconsdiving    :       0.00          0          0
762.62/762.98	c   octane           :       0.00          0          0
762.62/762.98	c   rens             :       0.00          0          0
762.62/762.98	c   rins             :       0.00          0          0
762.62/762.98	c   localbranching   :       0.00          0          0
762.62/762.98	c   mutation         :       0.00          0          0
762.62/762.98	c   dins             :       0.00          0          0
762.62/762.98	c   undercover       :       0.17          1          1
762.62/762.98	c   nlp              :       0.01          0          0
762.62/762.98	c   trysol           :       0.04          0          0
762.62/762.98	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
762.62/762.98	c   primal LP        :      26.24          0          0       0.00       0.00
762.62/762.98	c   dual LP          :     439.02      18846    1375302      72.98    3132.66
762.62/762.98	c   lex dual LP      :       0.00          0          0       0.00          -
762.62/762.98	c   barrier LP       :       0.00          0          0       0.00          -
762.62/762.98	c   diving/probing LP:      30.27       5590      97662      17.47    3226.36
762.62/762.98	c   strong branching :     196.98       5241     618448     118.00    3139.65
762.62/762.98	c     (at root node) :          -         11      11000    1000.00          -
762.62/762.98	c   conflict analysis:       0.00          0          0       0.00          -
762.62/762.98	c B&B Tree           :
762.62/762.98	c   number of runs   :          1
762.62/762.98	c   nodes            :      14611
762.62/762.98	c   nodes (total)    :      14611
762.62/762.98	c   nodes left       :          0
762.62/762.98	c   max depth        :         71
762.62/762.98	c   max depth (total):         71
762.62/762.98	c   backtracks       :       1935 (13.2%)
762.62/762.98	c   delayed cutoffs  :          2
762.62/762.98	c   repropagations   :       1147 (2128 domain reductions, 0 cutoffs)
762.62/762.98	c   avg switch length:       6.97
762.62/762.98	c   switching time   :      32.93
762.62/762.98	c Solution           :
762.62/762.98	c   Solutions found  :         10 (8 improvements)
762.62/762.98	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
762.62/762.98	c   Primal Bound     : -7.00000000000000e+00   (in run 1, after 4784 nodes, 412.97 seconds, depth 25, found by <relaxation>)
762.62/762.98	c   Dual Bound       : -7.00000000000000e+00
762.62/762.98	c   Gap              :       0.00 %
762.62/762.98	c   Root Dual Bound  : -2.50000000000000e+01
762.62/762.98	c   Root Iterations  :       3150
762.73/763.01	c Time complete: 762.74.

Verifier Data

OK	-7

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665288-1276666966/watcher-2665288-1276666966 -o /tmp/evaluation-result-2665288-1276666966/solver-2665288-1276666966 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665288-1276666966.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: 0.92 0.98 0.99 3/106 7076
/proc/meminfo: memFree=1840980/2059040 swapFree=4139776/4192956
[pid=7076] ppid=7074 vsize=9288 CPUtime=0
/proc/7076/stat : 7076 (pbscip.linux.x8) R 7074 7076 6107 0 -1 4202496 1040 0 0 0 0 0 0 0 17 0 1 0 42298110 9510912 961 1992294400 4194304 9819077 140734661711328 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7076/statm: 2322 970 371 1374 0 943 0

[startup+0.015925 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 7076
/proc/meminfo: memFree=1840980/2059040 swapFree=4139776/4192956
[pid=7076] ppid=7074 vsize=11528 CPUtime=0.01
/proc/7076/stat : 7076 (pbscip.linux.x8) R 7074 7076 6107 0 -1 4202496 1800 0 0 0 1 0 0 0 17 0 1 0 42298110 11804672 1721 1992294400 4194304 9819077 140734661711328 18446744073709551615 4240592 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7076/statm: 2882 1721 389 1374 0 1503 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11528

[startup+0.100935 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 7076
/proc/meminfo: memFree=1840980/2059040 swapFree=4139776/4192956
[pid=7076] ppid=7074 vsize=17744 CPUtime=0.09
/proc/7076/stat : 7076 (pbscip.linux.x8) R 7074 7076 6107 0 -1 4202496 3806 0 0 0 6 3 0 0 20 0 1 0 42298110 18169856 3116 1992294400 4194304 9819077 140734661711328 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7076/statm: 4436 3116 478 1374 0 3057 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17744

[startup+0.300961 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 7076
/proc/meminfo: memFree=1840980/2059040 swapFree=4139776/4192956
[pid=7076] ppid=7074 vsize=19052 CPUtime=0.29
/proc/7076/stat : 7076 (pbscip.linux.x8) R 7074 7076 6107 0 -1 4202496 5457 0 0 0 17 12 0 0 20 0 1 0 42298110 19509248 3482 1992294400 4194304 9819077 140734661711328 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7076/statm: 4763 3482 505 1374 0 3384 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19052

[startup+0.701013 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 7076
/proc/meminfo: memFree=1840980/2059040 swapFree=4139776/4192956
[pid=7076] ppid=7074 vsize=40988 CPUtime=0.68
/proc/7076/stat : 7076 (pbscip.linux.x8) R 7074 7076 6107 0 -1 4202496 14928 0 0 0 45 23 0 0 21 0 1 0 42298110 41971712 8007 1992294400 4194304 9819077 140734661711328 18446744073709551615 8675093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7076/statm: 10247 8021 671 1374 0 8868 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 40988

[startup+1.50112 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 7077
/proc/meminfo: memFree=1809600/2059040 swapFree=4139776/4192956
[pid=7076] ppid=7074 vsize=46596 CPUtime=1.49
/proc/7076/stat : 7076 (pbscip.linux.x8) R 7074 7076 6107 0 -1 4202496 22525 0 0 0 103 46 0 0 23 0 1 0 42298110 47714304 9522 1992294400 4194304 9819077 140734661711328 18446744073709551615 5955603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7076/statm: 11649 9522 713 1374 0 10270 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46596

[startup+3.10133 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 7077
/proc/meminfo: memFree=1813692/2059040 swapFree=4139776/4192956
[pid=7076] ppid=7074 vsize=33980 CPUtime=3.09
/proc/7076/stat : 7076 (pbscip.linux.x8) R 7074 7076 6107 0 -1 4202496 23444 0 0 0 261 48 0 0 25 0 1 0 42298110 34795520 7234 1992294400 4194304 9819077 140734661711328 18446744073709551615 7291088 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7076/statm: 8495 7234 715 1374 0 7116 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33980

[startup+6.30174 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 7077
/proc/meminfo: memFree=1813692/2059040 swapFree=4139776/4192956
[pid=7076] ppid=7074 vsize=33964 CPUtime=6.29
/proc/7076/stat : 7076 (pbscip.linux.x8) R 7074 7076 6107 0 -1 4202496 23577 0 0 0 580 49 0 0 25 0 1 0 42298110 34779136 7229 1992294400 4194304 9819077 140734661711328 18446744073709551615 6055414 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7076/statm: 8491 7229 715 1374 0 7112 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33964

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 7077
/proc/meminfo: memFree=1812328/2059040 swapFree=4139776/4192956
[pid=7076] ppid=7074 vsize=40868 CPUtime=12.69
/proc/7076/stat : 7076 (pbscip.linux.x8) R 7074 7076 6107 0 -1 4202496 30179 0 0 0 1216 53 0 0 25 0 1 0 42298110 41848832 7682 1992294400 4194304 9819077 140734661711328 18446744073709551615 7295825 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7076/statm: 10217 7682 721 1374 0 8838 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40868

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.99 2/107 7079
/proc/meminfo: memFree=1812576/2059040 swapFree=4139776/4192956
[pid=7076] ppid=7074 vsize=37352 CPUtime=25.48
/proc/7076/stat : 7076 (pbscip.linux.x8) R 7074 7076 6107 0 -1 4202496 37136 0 0 0 2488 60 0 0 25 0 1 0 42298110 38248448 7607 1992294400 4194304 9819077 140734661711328 18446744073709551615 7296888 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7076/statm: 9338 7607 740 1374 0 7959 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37352

[startup+51.1006 s]
/proc/loadavg: 0.96 0.98 0.99 2/107 7079
/proc/meminfo: memFree=1812576/2059040 swapFree=4139776/4192956
[pid=7076] ppid=7074 vsize=36300 CPUtime=51.06
/proc/7076/stat : 7076 (pbscip.linux.x8) R 7074 7076 6107 0 -1 4202496 39316 0 0 0 5036 70 0 0 25 0 1 0 42298110 37171200 7592 1992294400 4194304 9819077 140734661711328 18446744073709551615 7317736 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7076/statm: 9075 7592 740 1374 0 7696 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 36300

[startup+102.308 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 7081
/proc/meminfo: memFree=1812328/2059040 swapFree=4139776/4192956
[pid=7076] ppid=7074 vsize=35464 CPUtime=102.25
/proc/7076/stat : 7076 (pbscip.linux.x8) R 7074 7076 6107 0 -1 4202496 70470 0 0 0 10123 102 0 0 25 0 1 0 42298110 36315136 7593 1992294400 4194304 9819077 140734661711328 18446744073709551615 6391514 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7076/statm: 8866 7593 740 1374 0 7487 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 35464

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 7081
/proc/meminfo: memFree=1809600/2059040 swapFree=4139776/4192956
[pid=7076] ppid=7074 vsize=37200 CPUtime=162.22
/proc/7076/stat : 7076 (pbscip.linux.x8) R 7074 7076 6107 0 -1 4202496 152076 0 0 0 16049 173 0 0 25 0 1 0 42298110 38092800 8289 1992294400 4194304 9819077 140734661711328 18446744073709551615 6367489 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7076/statm: 9300 8289 743 1374 0 7921 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 37200

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 7083
/proc/meminfo: memFree=1809228/2059040 swapFree=4139776/4192956
[pid=7076] ppid=7074 vsize=39340 CPUtime=222.21
/proc/7076/stat : 7076 (pbscip.linux.x8) R 7074 7076 6107 0 -1 4202496 192632 0 0 0 21999 222 0 0 25 0 1 0 42298110 40284160 8380 1992294400 4194304 9819077 140734661711328 18446744073709551615 6656825 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7076/statm: 9835 8380 744 1374 0 8456 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 39340

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 7085
/proc/meminfo: memFree=1806376/2059040 swapFree=4139776/4192956
[pid=7076] ppid=7074 vsize=43904 CPUtime=282.18
/proc/7076/stat : 7076 (pbscip.linux.x8) R 7074 7076 6107 0 -1 4202496 393355 0 0 0 27874 344 0 0 25 0 1 0 42298110 44957696 9168 1992294400 4194304 9819077 140734661711328 18446744073709551615 6391571 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7076/statm: 10976 9168 744 1374 0 9597 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 43904

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 7087
/proc/meminfo: memFree=1799060/2059040 swapFree=4139776/4192956
[pid=7076] ppid=7074 vsize=48348 CPUtime=342.16
/proc/7076/stat : 7076 (pbscip.linux.x8) R 7074 7076 6107 0 -1 4202496 600124 0 0 0 33741 475 0 0 25 0 1 0 42298110 49508352 10879 1992294400 4194304 9819077 140734661711328 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7076/statm: 12450 10881 744 1374 0 11071 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 48348

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 7089
/proc/meminfo: memFree=1795216/2059040 swapFree=4139776/4192956
[pid=7076] ppid=7074 vsize=55216 CPUtime=402.14
/proc/7076/stat : 7076 (pbscip.linux.x8) R 7074 7076 6107 0 -1 4202496 822002 0 0 0 39600 614 0 0 25 0 1 0 42298110 56541184 12036 1992294400 4194304 9819077 140734661711328 18446744073709551615 6391510 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7076/statm: 13804 12036 744 1374 0 12425 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 55216

[startup+462.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 7089
/proc/meminfo: memFree=1792984/2059040 swapFree=4139776/4192956
[pid=7076] ppid=7074 vsize=56908 CPUtime=462.12
/proc/7076/stat : 7076 (pbscip.linux.x8) R 7074 7076 6107 0 -1 4202496 1032984 0 0 0 45466 746 0 0 25 0 1 0 42298110 58273792 12458 1992294400 4194304 9819077 140734661711328 18446744073709551615 6391609 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7076/statm: 14227 12458 744 1374 0 12848 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 56908

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 7091
/proc/meminfo: memFree=1790752/2059040 swapFree=4139776/4192956
[pid=7076] ppid=7074 vsize=58824 CPUtime=522.1
/proc/7076/stat : 7076 (pbscip.linux.x8) R 7074 7076 6107 0 -1 4202496 1250278 0 0 0 51333 877 0 0 25 0 1 0 42298110 60235776 12922 1992294400 4194304 9819077 140734661711328 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7076/statm: 14706 12922 744 1374 0 13327 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 58824

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 7093
/proc/meminfo: memFree=1788892/2059040 swapFree=4139776/4192956
[pid=7076] ppid=7074 vsize=64396 CPUtime=582.08
/proc/7076/stat : 7076 (pbscip.linux.x8) R 7074 7076 6107 0 -1 4202496 1463695 0 0 0 57190 1018 0 0 25 0 1 0 42298110 65941504 13415 1992294400 4194304 9819077 140734661711328 18446744073709551615 6391559 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7076/statm: 16099 13415 744 1374 0 14720 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 64396

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 7095
/proc/meminfo: memFree=1787776/2059040 swapFree=4139776/4192956
[pid=7076] ppid=7074 vsize=61968 CPUtime=642.07
/proc/7076/stat : 7076 (pbscip.linux.x8) R 7074 7076 6107 0 -1 4202496 1679258 0 0 0 63053 1154 0 0 25 0 1 0 42298110 63455232 13692 1992294400 4194304 9819077 140734661711328 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7076/statm: 15492 13692 744 1374 0 14113 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 61968

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 7097
/proc/meminfo: memFree=1786536/2059040 swapFree=4139776/4192956
[pid=7076] ppid=7074 vsize=62972 CPUtime=702.05
/proc/7076/stat : 7076 (pbscip.linux.x8) R 7074 7076 6107 0 -1 4202496 1909110 0 0 0 68906 1299 0 0 25 0 1 0 42298110 64483328 13926 1992294400 4194304 9819077 140734661711328 18446744073709551615 7289233 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7076/statm: 15743 13926 744 1374 0 14364 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 62972

[startup+762.308 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 7097
/proc/meminfo: memFree=1786164/2059040 swapFree=4139776/4192956
[pid=7076] ppid=7074 vsize=62908 CPUtime=762.03
/proc/7076/stat : 7076 (pbscip.linux.x8) R 7074 7076 6107 0 -1 4202496 2119708 0 0 0 74772 1431 0 0 25 0 1 0 42298110 64417792 14096 1992294400 4194304 9819077 140734661711328 18446744073709551615 7291729 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7076/statm: 15727 14096 744 1374 0 14348 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 62908

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

[startup+762.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 7097
/proc/meminfo: memFree=1786164/2059040 swapFree=4139776/4192956
[pid=7076] ppid=7074 vsize=63468 CPUtime=762.43
/proc/7076/stat : 7076 (pbscip.linux.x8) R 7074 7076 6107 0 -1 4202496 2120882 0 0 0 74811 1432 0 0 25 0 1 0 42298110 64991232 14031 1992294400 4194304 9819077 140734661711328 18446744073709551615 6192358 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7076/statm: 15867 14031 744 1374 0 14488 0
Current children cumulated CPU time (s) 762.43
Current children cumulated vsize (KiB) 63468

[startup+762.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 7097
/proc/meminfo: memFree=1786164/2059040 swapFree=4139776/4192956
[pid=7076] ppid=7074 vsize=63188 CPUtime=762.62
/proc/7076/stat : 7076 (pbscip.linux.x8) R 7074 7076 6107 0 -1 4202496 2121499 0 0 0 74830 1432 0 0 25 0 1 0 42298110 64704512 14015 1992294400 4194304 9819077 140734661711328 18446744073709551615 4676499 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7076/statm: 15797 14015 744 1374 0 14418 0
Current children cumulated CPU time (s) 762.62
Current children cumulated vsize (KiB) 63188

[startup+763.001 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 7097
/proc/meminfo: memFree=1786164/2059040 swapFree=4139776/4192956
[pid=7076] ppid=7074 vsize=61472 CPUtime=762.73
/proc/7076/stat : 7076 (pbscip.linux.x8) R 7074 7076 6107 0 -1 4202496 2121688 0 0 0 74840 1433 0 0 25 0 1 0 42298110 62947328 13629 1992294400 4194304 9819077 140734661711328 18446744073709551615 6179982 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7076/statm: 15368 13629 745 1374 0 13989 0
Current children cumulated CPU time (s) 762.73
Current children cumulated vsize (KiB) 61472

Child status: 0
Real time (s): 763.015
CPU time (s): 762.752
CPU user time (s): 748.413
CPU system time (s): 14.3388
CPU usage (%): 99.9655
Max. virtual memory (cumulated for all children) (KiB): 67012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 748.413
system time used= 14.3388
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2121692
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= 1203

runsolver used 1.20182 second user time and 3.66744 second system time

The end

Launcher Data

Begin job on node013 at 2010-06-16 07:42:46
IDJOB=2665288
IDBENCH=48231
IDSOLVER=1168
FILE ID=node013/2665288-1276666966
PBS_JOBID= 11172472
Free space on /tmp= 62552 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/manquinho/bsg/normalized-bsg_50_25_3.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-2665288-1276666966/watcher-2665288-1276666966 -o /tmp/evaluation-result-2665288-1276666966/solver-2665288-1276666966 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665288-1276666966.opb -t 1800 -m 1800

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

MD5SUM BENCH= e70f8e0da8fa345ba6e82dce1b0133d2
RANDOM SEED=183598664

node013.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.253
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.50
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.253
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1841384 kB
Buffers:         26808 kB
Cached:          97648 kB
SwapCached:       6572 kB
Active:          31680 kB
Inactive:       106560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1841384 kB
SwapTotal:     4192956 kB
SwapFree:      4139776 kB
Dirty:            6240 kB
Writeback:           0 kB
AnonPages:       12228 kB
Mapped:          13064 kB
Slab:            57400 kB
PageTables:       4080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181376 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= 62544 MiB
End job on node013 at 2010-06-16 07:55:29