Trace number 2663769

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
SCIPnone SCIP 1.2.1.2 without any LP solverOPT5 281.176 281.28

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_50_10_2.opb
MD5SUM3afabd7ca2a98b7cfc21a3d6cc8262bf
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark16.2085
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables50
Total number of constraints50
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 constraints50
Minimum length of a constraint11
Maximum length of a constraint20
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 50
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)616
Sum of products size (including duplicates)1232
Number of different products616
Sum of products size1232

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: NONE] [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-2663769-1276655705.opb>
0.00/0.01	c original problem has 666 variables (666 bin, 0 int, 0 impl, 0 cont) and 666 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.02	c presolving:
0.19/0.20	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 50 upgd conss, 17428 impls, 0 clqs
0.19/0.21	c    (0.1s) probing: 101/666 (15.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.21	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.19/0.21	c presolving (2 rounds):
0.19/0.21	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.21	c  17428 implications, 0 cliques
0.19/0.21	c presolved problem has 666 variables (666 bin, 0 int, 0 impl, 0 cont) and 666 constraints
0.19/0.21	c     616 constraints of type <and>
0.19/0.21	c      50 constraints of type <logicor>
0.19/0.21	c transformed objective value is always integral (scale: 1)
0.19/0.22	c Presolving Time: 0.11
0.19/0.22	c - non default parameters ----------------------------------------------------------------------
0.19/0.22	c # SCIP version 1.2.1.2
0.19/0.22	c 
0.19/0.22	c # frequency for displaying node information lines
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.22	c display/freq = 10000
0.19/0.22	c 
0.19/0.22	c # maximal time in seconds to run
0.19/0.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.22	c limits/time = 1799.99
0.19/0.22	c 
0.19/0.22	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.22	c limits/memory = 1620
0.19/0.22	c 
0.19/0.22	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.22	c lp/solvefreq = -1
0.19/0.22	c 
0.19/0.22	c # should presolving try to simplify inequalities
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c constraints/linear/simplifyinequalities = TRUE
0.19/0.22	c 
0.19/0.22	c # should presolving try to simplify knapsacks
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.22	c 
0.19/0.22	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.22	c heuristics/undercover/freq = 0
0.19/0.22	c 
0.19/0.22	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.22	c separating/rapidlearning/freq = 0
0.19/0.22	c 
0.19/0.22	c -----------------------------------------------------------------------------------------------
0.19/0.22	c start solving
0.19/0.22	c 
0.19/0.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.22	c   0.1s|     1 |     2 |     0 |     - |2299k|   0 |   - | 666 | 666 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.38	o 9
0.29/0.38	c * 0.2s|   704 |   699 |     0 |   0.0 |3074k|  63 |   - | 666 | 666 |   0 |   0 |   0 |   0 |   0 | 1.000000e+00 | 9.000000e+00 | 800.00%
1.19/1.27	o 8
1.19/1.27	c * 1.1s|  4455 |  4408 |     0 |   0.0 |6879k|  63 |   - | 666 | 745 |   0 |   0 |   0 |  81 |   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
1.89/1.98	o 7
1.89/1.98	c * 1.7s|  7426 |  7318 |     0 |   0.0 |  10M|  63 |   - | 666 | 672 |   0 |   0 |   0 | 109 |   0 | 2.000000e+00 | 7.000000e+00 | 250.00%
2.49/2.56	c   2.2s| 10000 |  9877 |     0 |   0.0 |  12M|  63 |   - | 666 | 725 |   0 |   0 |   0 | 177 |   0 | 2.000000e+00 | 7.000000e+00 | 250.00%
4.89/4.94	c   4.4s| 20000 | 19752 |     0 |   0.0 |  23M|  63 |   - | 666 | 933 |   0 |   0 |   0 | 651 |   0 | 2.000000e+00 | 7.000000e+00 | 250.00%
7.89/7.93	c   7.1s| 30000 | 28945 |     0 |   0.0 |  35M|  63 |   - | 666 |2893 |   0 |   0 |   0 |3854 |   0 | 2.000000e+00 | 7.000000e+00 | 250.00%
10.19/10.27	o 6
10.19/10.27	c * 9.3s| 36109 | 31508 |     0 |   0.0 |  40M|  73 |   - | 666 |2879 |   0 |   0 |   0 |8003 |   0 | 2.000000e+00 | 6.000000e+00 | 200.00%
13.29/13.39	c  12.3s| 40000 | 33301 |     0 |   0.0 |  45M|  73 |   - | 666 |5257 |   0 |   0 |   0 |  14k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
16.99/17.00	c  15.7s| 50000 | 42112 |     0 |   0.0 |  55M|  73 |   - | 666 |2172 |   0 |   0 |   0 |  17k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
22.28/22.37	c  20.8s| 60000 | 49458 |     0 |   0.0 |  68M|  73 |   - | 666 |5263 |   0 |   0 |   0 |  25k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
29.28/29.36	c  27.5s| 70000 | 56415 |     0 |   0.0 |  78M|  74 |   - | 666 |1569 |   0 |   0 |   0 |  33k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
33.68/33.77	c  31.7s| 80000 | 64659 |     0 |   0.0 |  90M|  74 |   - | 666 |2209 |   0 |   0 |   0 |  36k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
38.49/38.55	c  36.2s| 90000 | 72696 |     0 |   0.0 | 102M|  74 |   - | 666 |2608 |   0 |   0 |   0 |  39k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
43.57/43.60	c  41.0s|100000 | 80522 |     0 |   0.0 | 115M|  74 |   - | 666 |2992 |   0 |   0 |   0 |  42k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
49.17/49.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
49.17/49.21	c  46.4s|110000 | 88113 |     0 |   0.0 | 129M|  74 |   - | 666 |3670 |   0 |   0 |   0 |  46k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
55.37/55.45	c  52.4s|120000 | 95469 |     0 |   0.0 | 142M|  74 |   - | 666 |3764 |   0 |   0 |   0 |  51k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
62.07/62.12	c  58.8s|130000 |102509 |     0 |   0.0 | 155M|  74 |   - | 666 |3876 |   0 |   0 |   0 |  55k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
69.17/69.20	c  65.6s|140000 |109373 |     0 |   0.0 | 169M|  74 |   - | 666 |3893 |   0 |   0 |   0 |  60k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
76.97/77.04	c  73.2s|150000 |115711 |     0 |   0.0 | 183M|  74 |   - | 666 |4666 |   0 |   0 |   0 |  66k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
85.96/86.02	c  81.9s|160000 |121485 |     0 |   0.0 | 198M|  74 |   - | 666 |5445 |   0 |   0 |   0 |  73k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
96.05/96.19	c  91.8s|170000 |126854 |     0 |   0.0 | 212M|  74 |   - | 666 |5926 |   0 |   0 |   0 |  81k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
106.85/106.99	c   102s|180000 |132014 |     0 |   0.0 | 226M|  74 |   - | 666 |6679 |   0 |   0 |   0 |  89k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
119.25/119.34	c   114s|190000 |136791 |     0 |   0.0 | 241M|  74 |   - | 666 |6836 |   0 |   0 |   0 |  98k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
131.34/131.49	c   126s|200000 |141507 |     0 |   0.0 | 254M|  74 |   - | 666 |5475 |   0 |   0 |   0 | 108k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
142.95/143.08	c   137s|210000 |146011 |     0 |   0.0 | 267M|  74 |   - | 666 |5538 |   0 |   0 |   0 | 118k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
155.44/155.59	c   150s|220000 |150116 |     0 |   0.0 | 281M|  74 |   - | 666 |6225 |   0 |   0 |   0 | 130k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
169.73/169.80	c   164s|230000 |153742 |     0 |   0.0 | 294M|  74 |   - | 666 |7191 |   0 |   0 |   0 | 144k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
186.83/186.95	c   180s|240000 |156718 |     0 |   0.0 | 307M|  74 |   - | 666 |7754 |   0 |   0 |   0 | 162k|   0 | 4.000000e+00 | 6.000000e+00 |  50.00%
191.53/191.67	o 5
191.53/191.67	c * 185s|242310 | 16823 |     0 |   0.0 |  35M|  74 |   - | 666 |7829 |   0 |   0 |   0 | 166k|   0 | 4.000000e+00 | 5.000000e+00 |  25.00%
229.72/229.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
229.72/229.89	c   223s|250000 |  8989 |     0 |   0.0 |  29M|  74 |   - | 666 |7482 |   0 |   0 |   0 | 184k|   0 | 4.000000e+00 | 5.000000e+00 |  25.00%
281.09/281.21	c 
281.09/281.21	c SCIP Status        : problem is solved [optimal solution found]
281.09/281.21	c Solving Time (sec) : 273.66
281.09/281.21	c Solving Nodes      : 258662
281.09/281.21	c Primal Bound       : +5.00000000000000e+00 (5 solutions)
281.09/281.21	c Dual Bound         : +5.00000000000000e+00
281.09/281.21	c Gap                : 0.00 %
281.09/281.21	s OPTIMUM FOUND
281.09/281.21	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 
281.09/281.21	v x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 x6 -x5 -x4 -x3 x2 x1 
281.09/281.21	c SCIP Status        : problem is solved [optimal solution found]
281.09/281.21	c Solving Time       :     273.66
281.09/281.21	c Original Problem   :
281.09/281.21	c   Problem name     : HOME/instance-2663769-1276655705.opb
281.09/281.21	c   Variables        : 666 (666 binary, 0 integer, 0 implicit integer, 0 continuous)
281.09/281.21	c   Constraints      : 666 initial, 666 maximal
281.09/281.21	c Presolved Problem  :
281.09/281.21	c   Problem name     : t_HOME/instance-2663769-1276655705.opb
281.09/281.21	c   Variables        : 666 (666 binary, 0 integer, 0 implicit integer, 0 continuous)
281.09/281.21	c   Constraints      : 666 initial, 10531 maximal
281.09/281.21	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
281.09/281.21	c   trivial          :       0.00          0          0          0          0          0          0          0          0
281.09/281.21	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
281.09/281.21	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
281.09/281.21	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
281.09/281.21	c   implics          :       0.00          0          0          0          0          0          0          0          0
281.09/281.21	c   probing          :       0.01          0          0          0          0          0          0          0          0
281.09/281.21	c   and              :       0.09          0          0          0          0          0          0          0          0
281.09/281.21	c   logicor          :       0.00          0          0          0          0          0          0          0          0
281.09/281.21	c   root node        :          -         38          -          -         38          -          -          -          -
281.09/281.21	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
281.09/281.21	c   integral         :          0          0          0          0          0          0          0          0          0          0
281.09/281.21	c   and              :        616          0     754956          0     214159       2360   17264980          0          0          0
281.09/281.21	c   logicor          :         50+         0     419632          0     214163      65071     101831          0          0          0
281.09/281.21	c   countsols        :          0          0          0          0     214164          0          0          0          0          0
281.09/281.21	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
281.09/281.21	c   integral         :       0.00       0.00       0.00       0.00       0.00
281.09/281.21	c   and              :      47.88       0.00      47.14       0.00       0.74
281.09/281.21	c   logicor          :      73.47       0.00      70.04       0.00       3.43
281.09/281.21	c   countsols        :       0.15       0.00       0.00       0.00       0.15
281.09/281.21	c Propagators        :       Time      Calls    Cutoffs    DomReds
281.09/281.21	c   vbounds          :       0.41          2          0          0
281.09/281.21	c   rootredcost      :       0.42          0          0          0
281.09/281.21	c   pseudoobj        :      10.36     758058       3295    1149516
281.09/281.21	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
281.09/281.21	c   propagation      :       4.32      70726      70722     247532       23.2        482       23.0          -
281.09/281.21	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
281.09/281.21	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
281.09/281.21	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
281.09/281.21	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
281.09/281.21	c   applied globally :          -          -          -     209321       21.4          -          -          -
281.09/281.21	c   applied locally  :          -          -          -          0        0.0          -          -          -
281.09/281.21	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
281.09/281.21	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
281.09/281.21	c   redcost          :       0.00          0          0          0          0          0
281.09/281.21	c   impliedbounds    :       0.00          0          0          0          0          0
281.09/281.21	c   intobj           :       0.00          0          0          0          0          0
281.09/281.21	c   cgmip            :       0.00          0          0          0          0          0
281.09/281.21	c   gomory           :       0.00          0          0          0          0          0
281.09/281.21	c   strongcg         :       0.00          0          0          0          0          0
281.09/281.21	c   cmir             :       0.00          0          0          0          0          0
281.09/281.21	c   flowcover        :       0.00          0          0          0          0          0
281.09/281.21	c   clique           :       0.00          0          0          0          0          0
281.09/281.21	c   zerohalf         :       0.00          0          0          0          0          0
281.09/281.21	c   mcf              :       0.00          0          0          0          0          0
281.09/281.21	c   rapidlearning    :       0.00          0          0          0          0          0
281.09/281.21	c Pricers            :       Time      Calls       Vars
281.09/281.21	c   problem variables:       0.00          0          0
281.09/281.21	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
281.09/281.21	c   relpscost        :       0.00          0          0          0          0          0          0
281.09/281.21	c   pscost           :       0.00          0          0          0          0          0          0
281.09/281.21	c   inference        :      14.62     214159          0          0          0          0     428318
281.09/281.21	c   mostinf          :       0.00          0          0          0          0          0          0
281.09/281.21	c   leastinf         :       0.00          0          0          0          0          0          0
281.09/281.21	c   fullstrong       :       0.00          0          0          0          0          0          0
281.09/281.21	c   allfullstrong    :       0.00          0          0          0          0          0          0
281.09/281.21	c   random           :       0.00          0          0          0          0          0          0
281.09/281.21	c Primal Heuristics  :       Time      Calls      Found
281.09/281.21	c   LP solutions     :       0.00          -          0
281.09/281.21	c   pseudo solutions :       0.73          -          5
281.09/281.21	c   oneopt           :       0.24          0          0
281.09/281.21	c   trivial          :       0.01          2          0
281.09/281.21	c   simplerounding   :       0.00          0          0
281.09/281.21	c   zirounding       :       0.00          0          0
281.09/281.21	c   rounding         :       0.00          0          0
281.09/281.21	c   shifting         :       0.00          0          0
281.09/281.21	c   intshifting      :       0.00          0          0
281.09/281.21	c   twoopt           :       0.00          0          0
281.09/281.21	c   fixandinfer      :       0.00          0          0
281.09/281.21	c   feaspump         :       0.00          0          0
281.09/281.21	c   coefdiving       :       0.00          0          0
281.09/281.21	c   pscostdiving     :       0.00          0          0
281.09/281.21	c   fracdiving       :       0.00          0          0
281.09/281.21	c   veclendiving     :       0.00          0          0
281.09/281.21	c   intdiving        :       0.00          0          0
281.09/281.21	c   actconsdiving    :       0.00          0          0
281.09/281.21	c   objpscostdiving  :       0.00          0          0
281.09/281.21	c   rootsoldiving    :       0.00          0          0
281.09/281.21	c   linesearchdiving :       0.00          0          0
281.09/281.21	c   guideddiving     :       0.00          0          0
281.09/281.21	c   octane           :       0.00          0          0
281.09/281.21	c   rens             :       0.00          0          0
281.09/281.21	c   rins             :       0.00          0          0
281.09/281.21	c   localbranching   :       0.00          0          0
281.09/281.21	c   mutation         :       0.00          0          0
281.09/281.21	c   crossover        :       0.00          0          0
281.09/281.21	c   dins             :       0.00          0          0
281.09/281.21	c   undercover       :       0.00          0          0
281.09/281.21	c   nlp              :       0.10          0          0
281.09/281.21	c   trysol           :       0.15          0          0
281.09/281.21	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
281.09/281.21	c   primal LP        :       0.00          0          0       0.00          -
281.09/281.21	c   dual LP          :       0.00          0          0       0.00          -
281.09/281.21	c   lex dual LP      :       0.00          0          0       0.00          -
281.09/281.21	c   barrier LP       :       0.00          0          0       0.00          -
281.09/281.21	c   diving/probing LP:       0.00          0          0       0.00          -
281.09/281.21	c   strong branching :       0.00          0          0       0.00          -
281.09/281.21	c     (at root node) :          -          0          0       0.00          -
281.09/281.21	c   conflict analysis:       0.00          0          0       0.00          -
281.09/281.21	c B&B Tree           :
281.09/281.21	c   number of runs   :          1
281.09/281.21	c   nodes            :     258662
281.09/281.21	c   nodes (total)    :     258662
281.09/281.21	c   nodes left       :          0
281.09/281.21	c   max depth        :         74
281.09/281.21	c   max depth (total):         74
281.09/281.21	c   backtracks       :      48684 (18.8%)
281.09/281.21	c   delayed cutoffs  :      26434
281.09/281.21	c   repropagations   :     126079 (5605249 domain reductions, 26228 cutoffs)
281.09/281.21	c   avg switch length:      10.76
281.09/281.21	c   switching time   :      97.84
281.09/281.21	c Solution           :
281.09/281.21	c   Solutions found  :          5 (5 improvements)
281.09/281.21	c   First Solution   : +9.00000000000000e+00   (in run 1, after 704 nodes, 0.25 seconds, depth 42, found by <relaxation>)
281.09/281.21	c   Primal Bound     : +5.00000000000000e+00   (in run 1, after 242310 nodes, 184.30 seconds, depth 48, found by <relaxation>)
281.09/281.21	c   Dual Bound       : +5.00000000000000e+00
281.09/281.21	c   Gap              :       0.00 %
281.09/281.21	c   Root Dual Bound  : +0.00000000000000e+00
281.09/281.21	c   Root Iterations  :          0
281.09/281.28	c Time complete: 281.16.

Verifier Data

OK	5

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663769-1276655705/watcher-2663769-1276655705 -o /tmp/evaluation-result-2663769-1276655705/solver-2663769-1276655705 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663769-1276655705.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.05 1.05 1.01 3/106 7953
/proc/meminfo: memFree=1767924/2059040 swapFree=4140252/4192956
[pid=7953] ppid=7951 vsize=6584 CPUtime=0
/proc/7953/stat : 7953 (pbscip.linux.x8) R 7951 7953 7185 0 -1 4202496 1007 0 0 0 0 0 0 0 18 0 1 0 41172182 6742016 930 1992294400 4194304 7136930 140734186802496 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7953/statm: 1646 940 254 719 0 925 0

[startup+0.078869 s]
/proc/loadavg: 1.05 1.05 1.01 3/106 7953
/proc/meminfo: memFree=1767924/2059040 swapFree=4140252/4192956
[pid=7953] ppid=7951 vsize=12916 CPUtime=0.07
/proc/7953/stat : 7953 (pbscip.linux.x8) R 7951 7953 7185 0 -1 4202496 3109 0 0 0 4 3 0 0 20 0 1 0 41172182 13225984 2422 1992294400 4194304 7136930 140734186802496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7953/statm: 3229 2422 328 719 0 2508 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12916

[startup+0.101874 s]
/proc/loadavg: 1.05 1.05 1.01 3/106 7953
/proc/meminfo: memFree=1767924/2059040 swapFree=4140252/4192956
[pid=7953] ppid=7951 vsize=12916 CPUtime=0.09
/proc/7953/stat : 7953 (pbscip.linux.x8) R 7951 7953 7185 0 -1 4202496 3109 0 0 0 5 4 0 0 20 0 1 0 41172182 13225984 2422 1992294400 4194304 7136930 140734186802496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7953/statm: 3229 2422 328 719 0 2508 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12916

[startup+0.300931 s]
/proc/loadavg: 1.05 1.05 1.01 3/106 7953
/proc/meminfo: memFree=1767924/2059040 swapFree=4140252/4192956
[pid=7953] ppid=7951 vsize=14500 CPUtime=0.29
/proc/7953/stat : 7953 (pbscip.linux.x8) R 7951 7953 7185 0 -1 4202496 4097 0 0 0 20 9 0 0 20 0 1 0 41172182 14848000 2896 1992294400 4194304 7136930 140734186802496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7953/statm: 3625 2896 381 719 0 2904 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14500

[startup+0.701003 s]
/proc/loadavg: 1.05 1.05 1.01 3/106 7953
/proc/meminfo: memFree=1767924/2059040 swapFree=4140252/4192956
[pid=7953] ppid=7951 vsize=16924 CPUtime=0.69
/proc/7953/stat : 7953 (pbscip.linux.x8) R 7951 7953 7185 0 -1 4202496 4721 0 0 0 55 14 0 0 20 0 1 0 41172182 17330176 3520 1992294400 4194304 7136930 140734186802496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7953/statm: 4231 3520 387 719 0 3510 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16924

[startup+1.50117 s]
/proc/loadavg: 1.05 1.05 1.01 3/107 7954
/proc/meminfo: memFree=1753532/2059040 swapFree=4140252/4192956
[pid=7953] ppid=7951 vsize=23096 CPUtime=1.49
/proc/7953/stat : 7953 (pbscip.linux.x8) R 7951 7953 7185 0 -1 4202496 6264 0 0 0 126 23 0 0 23 0 1 0 41172182 23650304 5063 1992294400 4194304 7136930 140734186802496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7953/statm: 5774 5063 387 719 0 5053 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23096

[startup+3.10151 s]
/proc/loadavg: 1.05 1.05 1.01 2/107 7954
/proc/meminfo: memFree=1745596/2059040 swapFree=4140252/4192956
[pid=7953] ppid=7951 vsize=33072 CPUtime=3.09
/proc/7953/stat : 7953 (pbscip.linux.x8) R 7951 7953 7185 0 -1 4202496 8771 0 0 0 271 38 0 0 25 0 1 0 41172182 33865728 7570 1992294400 4194304 7136930 140734186802496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7953/statm: 8268 7570 387 719 0 7547 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33072

[startup+6.30119 s]
/proc/loadavg: 1.05 1.05 1.01 2/107 7954
/proc/meminfo: memFree=1727616/2059040 swapFree=4140252/4192956
[pid=7953] ppid=7951 vsize=47912 CPUtime=6.29
/proc/7953/stat : 7953 (pbscip.linux.x8) R 7951 7953 7185 0 -1 4202496 12542 0 0 0 560 69 0 0 25 0 1 0 41172182 49061888 11341 1992294400 4194304 7136930 140734186802496 18446744073709551615 4677308 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7953/statm: 11978 11341 387 719 0 11257 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47912

[startup+12.7016 s]
/proc/loadavg: 1.04 1.05 1.01 2/107 7956
/proc/meminfo: memFree=1704180/2059040 swapFree=4140252/4192956
[pid=7953] ppid=7951 vsize=68200 CPUtime=12.68
/proc/7953/stat : 7953 (pbscip.linux.x8) R 7951 7953 7185 0 -1 4202496 17578 0 0 0 1161 107 0 0 25 0 1 0 41172182 69836800 16377 1992294400 4194304 7136930 140734186802496 18446744073709551615 4660030 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7953/statm: 17050 16377 387 719 0 16329 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 68200

[startup+25.5013 s]
/proc/loadavg: 1.03 1.05 1.01 2/107 7956
/proc/meminfo: memFree=1670948/2059040 swapFree=4140252/4192956
[pid=7953] ppid=7951 vsize=102504 CPUtime=25.48
/proc/7953/stat : 7953 (pbscip.linux.x8) R 7951 7953 7185 0 -1 4202496 25883 0 0 0 2382 166 0 0 25 0 1 0 41172182 104964096 24682 1992294400 4194304 7136930 140734186802496 18446744073709551615 4677433 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7953/statm: 25626 24682 387 719 0 24905 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 102504

[startup+51.1007 s]
/proc/loadavg: 1.02 1.04 1.00 2/107 7956
/proc/meminfo: memFree=1609320/2059040 swapFree=4140252/4192956
[pid=7953] ppid=7951 vsize=170620 CPUtime=51.07
/proc/7953/stat : 7953 (pbscip.linux.x8) R 7951 7953 7185 0 -1 4202496 41395 0 0 0 4820 287 0 0 25 0 1 0 41172182 174714880 40194 1992294400 4194304 7136930 140734186802496 18446744073709551615 5000322 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7953/statm: 42655 40194 387 719 0 41934 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 170620

[startup+102.309 s]
/proc/loadavg: 1.01 1.03 1.00 2/107 7958
/proc/meminfo: memFree=1514832/2059040 swapFree=4140252/4192956
[pid=7953] ppid=7951 vsize=272164 CPUtime=102.26
/proc/7953/stat : 7953 (pbscip.linux.x8) R 7951 7953 7185 0 -1 4202496 64576 0 0 0 9772 454 0 0 25 0 1 0 41172182 278695936 63375 1992294400 4194304 7136930 140734186802496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7953/statm: 68041 63375 387 719 0 67320 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 272164

[startup+162.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 7960
/proc/meminfo: memFree=1443780/2059040 swapFree=4140252/4192956
[pid=7953] ppid=7951 vsize=351764 CPUtime=162.23
/proc/7953/stat : 7953 (pbscip.linux.x8) R 7951 7953 7185 0 -1 4202496 82608 0 0 0 15622 601 0 0 25 0 1 0 41172182 360206336 81407 1992294400 4194304 7136930 140734186802496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7953/statm: 87941 81407 387 719 0 87220 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 351764

[startup+222.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 7960
/proc/meminfo: memFree=1415880/2059040 swapFree=4140252/4192956
[pid=7953] ppid=7951 vsize=382588 CPUtime=222.21
/proc/7953/stat : 7953 (pbscip.linux.x8) R 7951 7953 7185 0 -1 4202496 89750 0 0 0 21535 686 0 0 25 0 1 0 41172182 391770112 88037 1992294400 4194304 7136930 140734186802496 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7953/statm: 95647 88037 387 719 0 94926 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 382588

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

[startup+230.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 7960
/proc/meminfo: memFree=1415756/2059040 swapFree=4140252/4192956
[pid=7953] ppid=7951 vsize=382756 CPUtime=230.21
/proc/7953/stat : 7953 (pbscip.linux.x8) R 7951 7953 7185 0 -1 4202496 89773 0 0 0 22328 693 0 0 25 0 1 0 41172182 391942144 88060 1992294400 4194304 7136930 140734186802496 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7953/statm: 95689 88060 387 719 0 94968 0
Current children cumulated CPU time (s) 230.21
Current children cumulated vsize (KiB) 382756

[startup+255.901 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 7962
/proc/meminfo: memFree=1419228/2059040 swapFree=4140252/4192956
[pid=7953] ppid=7951 vsize=378700 CPUtime=255.8
/proc/7953/stat : 7953 (pbscip.linux.x8) R 7951 7953 7185 0 -1 4202496 89816 0 0 0 24866 714 0 0 25 0 1 0 41172182 387788800 87036 1992294400 4194304 7136930 140734186802496 18446744073709551615 4210475 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7953/statm: 94675 87036 387 719 0 93954 0
Current children cumulated CPU time (s) 255.8
Current children cumulated vsize (KiB) 378700

[startup+268.701 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 7962
/proc/meminfo: memFree=1423568/2059040 swapFree=4140252/4192956
[pid=7953] ppid=7951 vsize=374264 CPUtime=268.6
/proc/7953/stat : 7953 (pbscip.linux.x8) R 7951 7953 7185 0 -1 4202496 89878 0 0 0 26135 725 0 0 25 0 1 0 41172182 383246336 85948 1992294400 4194304 7136930 140734186802496 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7953/statm: 93566 85948 387 719 0 92845 0
Current children cumulated CPU time (s) 268.6
Current children cumulated vsize (KiB) 374264

[startup+275.1 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 7962
/proc/meminfo: memFree=1425676/2059040 swapFree=4140252/4192956
[pid=7953] ppid=7951 vsize=372028 CPUtime=274.99
/proc/7953/stat : 7953 (pbscip.linux.x8) R 7951 7953 7185 0 -1 4202496 89878 0 0 0 26765 734 0 0 25 0 1 0 41172182 380956672 85389 1992294400 4194304 7136930 140734186802496 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7953/statm: 93007 85389 387 719 0 92286 0
Current children cumulated CPU time (s) 274.99
Current children cumulated vsize (KiB) 372028

[startup+278.309 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 7962
/proc/meminfo: memFree=1427784/2059040 swapFree=4140252/4192956
[pid=7953] ppid=7951 vsize=369980 CPUtime=278.19
/proc/7953/stat : 7953 (pbscip.linux.x8) R 7951 7953 7185 0 -1 4202496 89878 0 0 0 27081 738 0 0 25 0 1 0 41172182 378859520 84877 1992294400 4194304 7136930 140734186802496 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7953/statm: 92495 84877 387 719 0 91774 0
Current children cumulated CPU time (s) 278.19
Current children cumulated vsize (KiB) 369980

[startup+279.9 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 7962
/proc/meminfo: memFree=1430760/2059040 swapFree=4140252/4192956
[pid=7953] ppid=7951 vsize=362424 CPUtime=279.78
/proc/7953/stat : 7953 (pbscip.linux.x8) R 7951 7953 7185 0 -1 4202496 89878 0 0 0 27238 740 0 0 25 0 1 0 41172182 371122176 82988 1992294400 4194304 7136930 140734186802496 18446744073709551615 4660351 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7953/statm: 90606 82988 387 719 0 89885 0
Current children cumulated CPU time (s) 279.78
Current children cumulated vsize (KiB) 362424

[startup+280.701 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 7962
/proc/meminfo: memFree=1435348/2059040 swapFree=4140252/4192956
[pid=7953] ppid=7951 vsize=362424 CPUtime=280.59
/proc/7953/stat : 7953 (pbscip.linux.x8) R 7951 7953 7185 0 -1 4202496 89884 0 0 0 27317 742 0 0 25 0 1 0 41172182 371122176 82994 1992294400 4194304 7136930 140734186802496 18446744073709551615 4431646 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7953/statm: 90606 82994 387 719 0 89885 0
Current children cumulated CPU time (s) 280.59
Current children cumulated vsize (KiB) 362424

[startup+281.101 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 7962
/proc/meminfo: memFree=1435348/2059040 swapFree=4140252/4192956
[pid=7953] ppid=7951 vsize=348420 CPUtime=280.99
/proc/7953/stat : 7953 (pbscip.linux.x8) R 7951 7953 7185 0 -1 4202496 89884 0 0 0 27357 742 0 0 25 0 1 0 41172182 356782080 79493 1992294400 4194304 7136930 140734186802496 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7953/statm: 87105 79493 387 719 0 86384 0
Current children cumulated CPU time (s) 280.99
Current children cumulated vsize (KiB) 348420

[startup+281.201 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 7962
/proc/meminfo: memFree=1435348/2059040 swapFree=4140252/4192956
[pid=7953] ppid=7951 vsize=348420 CPUtime=281.09
/proc/7953/stat : 7953 (pbscip.linux.x8) R 7951 7953 7185 0 -1 4202496 89884 0 0 0 27367 742 0 0 25 0 1 0 41172182 356782080 79493 1992294400 4194304 7136930 140734186802496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7953/statm: 87105 79493 387 719 0 86384 0
Current children cumulated CPU time (s) 281.09
Current children cumulated vsize (KiB) 348420

Child status: 0
Real time (s): 281.28
CPU time (s): 281.176
CPU user time (s): 273.709
CPU system time (s): 7.46686
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (KiB): 382960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 273.709
system time used= 7.46686
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89896
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= 3
involuntary context switches= 567

runsolver used 0.462929 second user time and 1.34279 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-16 04:35:06
IDJOB=2663769
IDBENCH=48142
IDSOLVER=1167
FILE ID=node010/2663769-1276655705
PBS_JOBID= 11172457
Free space on /tmp= 62532 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_50_10_2.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663769-1276655705/watcher-2663769-1276655705 -o /tmp/evaluation-result-2663769-1276655705/solver-2663769-1276655705 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663769-1276655705.opb -t 1800 -m 1800

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

MD5SUM BENCH= 3afabd7ca2a98b7cfc21a3d6cc8262bf
RANDOM SEED=447284531

node010.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.267
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.53
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.267
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1768452 kB
Buffers:         56524 kB
Cached:         140832 kB
SwapCached:       6268 kB
Active:          62984 kB
Inactive:       147772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1768452 kB
SwapTotal:     4192956 kB
SwapFree:      4140252 kB
Dirty:            3244 kB
Writeback:           0 kB
AnonPages:       11636 kB
Mapped:          13084 kB
Slab:            57820 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183460 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= 62528 MiB
End job on node010 at 2010-06-16 04:39:47