Trace number 2705564

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solverOPTIMUM 5.20721 5.20676

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110973364--soft-0-100-0.wbo
MD5SUM720f64c2f6f2c9ea73cb79f37d5ddc49
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.765882
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1246
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705564-1278576665.wbo>
0.00/0.00	c original problem has 371 variables (270 bin, 0 int, 101 impl, 0 cont) and 203 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.01	o 5033
0.00/0.01	c feasible solution found by trivial heuristic, objective value  5.033000e+03
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 101 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/270 (37.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 101 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  131 implications, 0 cliques
0.00/0.01	c presolved problem has 371 variables (270 bin, 0 int, 101 impl, 0 cont) and 202 constraints
0.00/0.01	c     101 constraints of type <linear>
0.00/0.01	c     101 constraints of type <indicator>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.3
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1790
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.01	c # [type: int, range: [1,2], default: 1]
0.00/0.01	c timing/clocktype = 2
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/indicator/addCouplingCons = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c t 0.0s|     1 |     0 |     0 |     - |1232k|   0 |   0 | 371 | 202 | 371 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
0.01/0.03	c   0.0s|     1 |     0 |    24 |     - |1271k|   0 |   0 | 371 | 202 | 371 |  26 |  26 |   0 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
0.01/0.03	c   0.0s|     1 |     0 |    47 |     - |1287k|   0 |  13 | 371 | 202 | 371 |  41 |  41 |   0 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
0.01/0.04	c   0.0s|     1 |     0 |    59 |     - |1354k|   0 |  16 | 371 | 202 | 371 |  52 |  52 |   0 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
0.01/0.05	c   0.0s|     1 |     0 |    80 |     - |1421k|   0 |  31 | 371 | 202 | 371 |  60 |  60 |   0 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
0.01/0.06	c   0.1s|     1 |     0 |   110 |     - |1628k|   0 |  27 | 371 | 202 | 371 |  63 |  63 |   0 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
0.01/0.07	c   0.1s|     1 |     0 |   113 |     - |1635k|   0 |  26 | 371 | 202 | 371 |  64 |  64 |   0 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
0.09/0.13	c   0.1s|     1 |     2 |   113 |     - |1640k|   0 |  26 | 371 | 202 | 371 |  64 |  64 |   0 |  26 | 0.000000e+00 | 5.033000e+03 |    Inf 
0.79/0.80	o 741
0.79/0.80	c * 0.8s|   510 |   494 |  2750 |   5.2 |2184k|  63 |   - | 371 | 202 | 371 |  64 | 118 |   0 | 527 | 0.000000e+00 | 7.410000e+02 |    Inf 
0.79/0.86	o 699
0.79/0.86	c * 0.9s|   621 |   601 |  3365 |   5.2 |2324k|  63 |   - | 371 | 203 | 371 |  65 | 128 |   1 | 574 | 0.000000e+00 | 6.990000e+02 |    Inf 
0.79/0.87	o 605
0.79/0.87	c * 0.9s|   623 |   584 |  3388 |   5.3 |2320k|  63 |   - | 371 | 203 | 371 |  65 | 128 |   1 | 576 | 0.000000e+00 | 6.050000e+02 |    Inf 
1.69/1.70	o 153
1.69/1.70	c * 1.7s|  3472 |  1979 |  8021 |   2.3 |3562k| 129 |   - | 371 | 213 | 371 |  71 | 332 |  11 | 752 | 0.000000e+00 | 1.530000e+02 |    Inf 
2.09/2.20	o 121
2.09/2.20	c * 2.2s|  4730 |  2150 | 11283 |   2.4 |4302k| 129 |   - | 371 | 652 | 371 |  68 | 411 | 452 | 878 | 0.000000e+00 | 1.210000e+02 |    Inf 
2.70/2.79	o 98
2.70/2.79	c * 2.8s|  6066 |  2172 | 14398 |   2.4 |4936k| 129 |   - | 371 |1172 | 371 |  70 | 481 |1030 | 955 | 0.000000e+00 | 9.800000e+01 |    Inf 
2.70/2.80	o 95
2.70/2.80	c * 2.8s|  6086 |  2132 | 14495 |   2.4 |4936k| 129 |   - | 371 |1182 | 371 |  66 | 481 |1041 | 958 | 0.000000e+00 | 9.500000e+01 |    Inf 
2.89/2.94	o 94
2.89/2.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.89/2.94	c * 2.9s|  6395 |  2270 | 15583 |   2.4 |5204k| 129 |   - | 371 |1282 | 371 |  67 | 530 |1151 | 986 | 0.000000e+00 | 9.400000e+01 |    Inf 
3.20/3.26	o 88
3.20/3.26	c * 3.3s|  7083 |  2381 | 16895 |   2.4 |5598k| 129 |   - | 371 |1527 | 371 |  67 | 567 |1419 |1015 | 0.000000e+00 | 8.800000e+01 |    Inf 
3.39/3.44	o 83
3.39/3.44	c * 3.4s|  7409 |  2349 | 17962 |   2.4 |5702k| 129 |   - | 371 |1665 | 371 |  72 | 600 |1577 |1035 | 0.000000e+00 | 8.300000e+01 |    Inf 
3.49/3.56	o 74
3.49/3.56	c * 3.6s|  7650 |  2267 | 18748 |   2.4 |5718k| 129 |   - | 371 |1745 | 371 |  66 | 616 |1692 |1042 | 0.000000e+00 | 7.400000e+01 |    Inf 
3.49/3.58	o 72
3.49/3.58	c * 3.6s|  7695 |  2270 | 18839 |   2.4 |5713k| 129 |   - | 371 |1730 | 371 |  67 | 617 |1703 |1043 | 0.000000e+00 | 7.200000e+01 |    Inf 
3.49/3.59	o 68
3.49/3.59	c * 3.6s|  7704 |  2201 | 18897 |   2.4 |5626k| 129 |   - | 371 |1729 | 371 |  66 | 617 |1704 |1043 | 0.000000e+00 | 6.800000e+01 |    Inf 
3.59/3.61	o 67
3.59/3.61	c * 3.6s|  7746 |  2217 | 19093 |   2.5 |5652k| 129 |   - | 371 |1731 | 371 |  71 | 623 |1719 |1045 | 0.000000e+00 | 6.700000e+01 |    Inf 
3.59/3.61	o 64
3.59/3.61	c * 3.6s|  7757 |  2117 | 19206 |   2.5 |5530k| 129 |   - | 371 |1731 | 371 |  73 | 629 |1719 |1049 | 0.000000e+00 | 6.400000e+01 |    Inf 
3.69/3.71	o 52
3.69/3.71	c * 3.7s|  7968 |  2001 | 19810 |   2.5 |5429k| 129 |   - | 371 |1753 | 371 |  68 | 655 |1771 |1065 | 0.000000e+00 | 5.200000e+01 |    Inf 
3.69/3.72	o 43
3.69/3.72	c * 3.7s|  7982 |  1892 | 19853 |   2.5 |5280k| 129 |   - | 371 |1725 | 371 |  71 | 660 |1772 |1065 | 0.000000e+00 | 4.300000e+01 |    Inf 
3.69/3.73	o 34
3.69/3.73	c * 3.7s|  7995 |  1619 | 19960 |   2.5 |5007k| 129 |   - | 371 |1717 | 371 |  71 | 665 |1778 |1072 | 0.000000e+00 | 3.400000e+01 |    Inf 
3.69/3.74	o 33
3.69/3.74	c * 3.7s|  8013 |  1576 | 20054 |   2.5 |4972k| 129 |   - | 371 |1699 | 371 |  66 | 669 |1785 |1073 | 0.000000e+00 | 3.300000e+01 |    Inf 
3.79/3.82	o 31
3.79/3.82	c * 3.8s|  8108 |  1531 | 21316 |   2.6 |4984k| 129 |   - | 371 |1718 | 371 |  72 | 717 |1837 |1101 | 0.000000e+00 | 3.100000e+01 |    Inf 
3.79/3.84	o 10
3.79/3.84	c * 3.8s|  8129 |   874 | 21486 |   2.6 |4265k| 129 |   - | 371 |1705 | 371 |  67 | 731 |1848 |1112 | 0.000000e+00 | 1.000000e+01 |    Inf 
3.99/4.02	o 9
3.99/4.02	c * 4.0s|  8319 |   769 | 25081 |   3.0 |4331k| 129 |   - | 371 |1834 | 371 |  65 | 762 |2095 |1133 | 0.000000e+00 | 9.000000e+00 |    Inf 
4.29/4.34	o 8
4.29/4.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.29/4.34	c * 4.3s|  8748 |   747 | 30769 |   3.5 |4538k| 129 |   - | 371 |2197 | 371 |  68 | 860 |2528 |1206 | 0.000000e+00 | 8.000000e+00 |    Inf 
4.50/4.53	o 7
4.50/4.53	c * 4.5s|  9028 |   518 | 34191 |   3.8 |4468k| 129 |   - | 371 |2394 | 371 |  64 | 911 |2837 |1217 | 0.000000e+00 | 7.000000e+00 |    Inf 
5.09/5.10	o 2
5.09/5.10	c * 5.1s|  9838 |   407 | 45490 |   4.6 |4625k| 129 |   - | 371 |2900 | 371 |  63 |1085 |3743 |1250 | 0.000000e+00 | 2.000000e+00 |    Inf 
5.09/5.19	c 
5.09/5.19	c SCIP Status        : problem is solved [optimal solution found]
5.09/5.19	c Solving Time (sec) : 5.19
5.09/5.19	c Solving Nodes      : 9893
5.09/5.19	c Primal Bound       : +2.00000000000000e+00 (160 solutions)
5.09/5.19	c Dual Bound         : +2.00000000000000e+00
5.09/5.19	c Gap                : 0.00 %
5.09/5.20	s OPTIMUM FOUND
5.09/5.20	v -x169 -x168 x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 x148 
5.09/5.20	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
5.09/5.20	v -x126 -x125 -x124 x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
5.09/5.20	v x105 x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 x86 -x85 -x84 -x83 -x82 
5.09/5.20	v -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 
5.09/5.20	v x56 -x55 -x54 -x53 -x52 -x51 -x50 x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 
5.09/5.20	v -x30 x29 -x28 -x27 -x26 -x25 -x24 -x23 x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 
5.09/5.20	v -x4 -x3 -x2 -x1 
5.09/5.20	c SCIP Status        : problem is solved [optimal solution found]
5.09/5.20	c Solving Time       :       5.19
5.09/5.20	c Original Problem   :
5.09/5.20	c   Problem name     : HOME/instance-2705564-1278576665.wbo
5.09/5.20	c   Variables        : 371 (270 binary, 0 integer, 101 implicit integer, 0 continuous)
5.09/5.20	c   Constraints      : 203 initial, 203 maximal
5.09/5.20	c Presolved Problem  :
5.09/5.20	c   Problem name     : t_HOME/instance-2705564-1278576665.wbo
5.09/5.20	c   Variables        : 371 (270 binary, 0 integer, 101 implicit integer, 0 continuous)
5.09/5.20	c   Constraints      : 202 initial, 2903 maximal
5.09/5.20	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
5.09/5.20	c   trivial          :       0.00          0          0          0          0          0          0          0          0
5.09/5.20	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
5.09/5.20	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
5.09/5.20	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
5.09/5.20	c   implics          :       0.00          0          0          0          0          0          0          0          0
5.09/5.20	c   probing          :       0.00          0          0          0          0          0          0          0          0
5.09/5.20	c   linear           :       0.00          0          0          0        101          0          1          0          0
5.09/5.20	c   indicator        :       0.00          0          0          0          0          0          0          0          0
5.09/5.20	c   logicor          :       0.00          0          0          0          0          0          0          0          0
5.09/5.20	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
5.09/5.20	c   root node        :          -        200          -          -        200          -          -          -          -
5.09/5.20	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
5.09/5.20	c   integral         :          0          0          0       8315          0          0         60          0          0       5136
5.09/5.20	c   linear           :        101          6      31502       5637          0        737     105010       1091          0          0
5.09/5.20	c   indicator        :        101          0      30826       5684          0        126      33156          0          0          0
5.09/5.20	c   logicor          :          0+         0       6472          0          0         33       1915          0          0          0
5.09/5.20	c   bounddisjunction :          0+         0       8136          0          0         24       1106          0          0          0
5.09/5.20	c   countsols        :          0          0          0       5135          0          0          0          0          0          0
5.09/5.20	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
5.09/5.20	c   integral         :       0.83       0.00       0.00       0.83       0.00
5.09/5.20	c   linear           :       0.47       0.00       0.43       0.03       0.00
5.09/5.20	c   indicator        :       0.10       0.00       0.07       0.03       0.00
5.09/5.20	c   logicor          :       0.08       0.00       0.08       0.00       0.00
5.09/5.20	c   bounddisjunction :       0.12       0.00       0.12       0.00       0.00
5.09/5.20	c   countsols        :       0.00       0.00       0.00       0.00       0.00
5.09/5.20	c Propagators        :       Time      Calls    Cutoffs    DomReds
5.09/5.20	c   vbounds          :       0.05       5924          0       2251
5.09/5.20	c   rootredcost      :       0.01         25          0        100
5.09/5.20	c   pseudoobj        :       0.24      32079        684      31727
5.09/5.20	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
5.19/5.20	c   propagation      :       0.19       1478       1469       7216       30.5         16       34.6          -
5.19/5.20	c   infeasible LP    :       0.05        774        758       3812       18.8          6       10.8          0
5.19/5.20	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
5.19/5.20	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
5.19/5.20	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
5.19/5.20	c   applied globally :          -          -          -       3786       16.6          -          -          -
5.19/5.20	c   applied locally  :          -          -          -         76       37.2          -          -          -
5.19/5.20	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
5.19/5.20	c   cut pool         :       0.00          3          -          -          6          -    (maximal pool size: 60)
5.19/5.20	c   redcost          :       0.07       8529          0       1465          0          0
5.19/5.20	c   impliedbounds    :       0.00          4          0          0          0          0
5.19/5.20	c   intobj           :       0.00          0          0          0          0          0
5.19/5.20	c   cgmip            :       0.00          0          0          0          0          0
5.19/5.20	c   gomory           :       0.01          4          0          0         93          0
5.19/5.20	c   strongcg         :       0.01          4          0          0         74          0
5.19/5.20	c   cmir             :       0.00          4          0          0          0          0
5.19/5.20	c   flowcover        :       0.01          4          0          0          0          0
5.19/5.20	c   clique           :       0.00          1          0          0          0          0
5.19/5.20	c   zerohalf         :       0.00          0          0          0          0          0
5.19/5.20	c   mcf              :       0.00          1          0          0          0          0
5.19/5.20	c   rapidlearning    :       0.02          1          0          0          0          0
5.19/5.20	c Pricers            :       Time      Calls       Vars
5.19/5.20	c   problem variables:       0.00          0          0
5.19/5.20	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
5.19/5.20	c   relpscost        :       0.83       2624          0         60          0          0       5136
5.19/5.20	c   pscost           :       0.00          0          0          0          0          0          0
5.19/5.20	c   inference        :       0.11       5110          0          0          0          0      10306
5.19/5.20	c   mostinf          :       0.00          0          0          0          0          0          0
5.19/5.20	c   leastinf         :       0.00          0          0          0          0          0          0
5.19/5.20	c   fullstrong       :       0.00          0          0          0          0          0          0
5.19/5.20	c   allfullstrong    :       0.00          0          0          0          0          0          0
5.19/5.20	c   random           :       0.00          0          0          0          0          0          0
5.19/5.20	c Primal Heuristics  :       Time      Calls      Found
5.19/5.20	c   LP solutions     :       0.01          -         25
5.19/5.20	c   pseudo solutions :       0.00          -          0
5.19/5.20	c   feaspump         :       0.00          0          0
5.19/5.20	c   oneopt           :       0.02         25          0
5.19/5.20	c   crossover        :       0.09          8          1
5.19/5.20	c   guideddiving     :       0.06        127          0
5.19/5.20	c   pscostdiving     :       0.01        139          0
5.19/5.20	c   fracdiving       :       0.01        139          0
5.19/5.20	c   veclendiving     :       0.01        139          0
5.19/5.20	c   linesearchdiving :       0.01        139          0
5.19/5.20	c   coefdiving       :       0.04        140          0
5.19/5.20	c   objpscostdiving  :       0.01        134          0
5.19/5.20	c   rootsoldiving    :       0.01        135          0
5.19/5.20	c   trivial          :       0.00          2          2
5.19/5.20	c   simplerounding   :       0.00       2653          0
5.19/5.20	c   zirounding       :       0.02       1000          0
5.19/5.20	c   rounding         :       0.02        691          0
5.19/5.20	c   shifting         :       0.02        199          0
5.19/5.20	c   intshifting      :       0.00          0          0
5.19/5.20	c   twoopt           :       0.00          0          0
5.19/5.20	c   fixandinfer      :       0.00          0          0
5.19/5.20	c   intdiving        :       0.00          0          0
5.19/5.20	c   actconsdiving    :       0.00          0          0
5.19/5.20	c   octane           :       0.00          0          0
5.19/5.20	c   rens             :       0.01          1          0
5.19/5.20	c   rins             :       0.00          0          0
5.19/5.20	c   localbranching   :       0.00          0          0
5.19/5.20	c   mutation         :       0.00          0          0
5.19/5.20	c   dins             :       0.00          0          0
5.19/5.20	c   undercover       :       0.00          0          0
5.19/5.20	c   nlp              :       0.00          0          0
5.19/5.20	c   trysol           :       0.02        444        132
5.19/5.20	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
5.19/5.20	c   primal LP        :       0.00          0          0       0.00          -
5.19/5.20	c   dual LP          :       1.74       4523      45917      10.15   26422.67
5.19/5.20	c   lex dual LP      :       0.00          0          0       0.00          -
5.19/5.20	c   barrier LP       :       0.00          0          0       0.00          -
5.19/5.20	c   diving/probing LP:       0.06        394        999       2.54   16610.14
5.19/5.20	c   strong branching :       0.81       1250      32468      25.97   39862.25
5.19/5.20	c     (at root node) :          -         26       1848      71.08          -
5.19/5.20	c   conflict analysis:       0.00          0          0       0.00          -
5.19/5.20	c B&B Tree           :
5.19/5.20	c   number of runs   :          1
5.19/5.20	c   nodes            :       9893
5.19/5.20	c   nodes (total)    :       9893
5.19/5.20	c   nodes left       :          0
5.19/5.20	c   max depth        :        129
5.19/5.20	c   max depth (total):        129
5.19/5.20	c   backtracks       :        917 (9.3%)
5.19/5.20	c   delayed cutoffs  :        910
5.19/5.20	c   repropagations   :      12793 (18470 domain reductions, 182 cutoffs)
5.19/5.20	c   avg switch length:       4.84
5.19/5.20	c   switching time   :       0.34
5.19/5.20	c Solution           :
5.19/5.20	c   Solutions found  :        160 (26 improvements)
5.19/5.20	c   First Solution   : +5.03300000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
5.19/5.20	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 9838 nodes, 5.10 seconds, depth 13, found by <relaxation>)
5.19/5.20	c   Dual Bound       : +2.00000000000000e+00
5.19/5.20	c   Gap              :       0.00 %
5.19/5.20	c   Root Dual Bound  : +0.00000000000000e+00
5.19/5.20	c   Root Iterations  :        113
5.19/5.20	c Time complete: 5.19.

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-2705564-1278576665/watcher-2705564-1278576665 -o /tmp/evaluation-result-2705564-1278576665/solver-2705564-1278576665 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705564-1278576665.wbo -t 1800 -m 3800 

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.98 1.98 1.91 3/178 5247
/proc/meminfo: memFree=28927068/32950928 swapFree=67109624/67111528
[pid=5247] ppid=5245 vsize=12336 CPUtime=0
/proc/5247/stat : 5247 (pbscip.linux.x8) R 5245 5247 4622 0 -1 4202496 1935 0 0 0 0 0 0 0 25 0 1 0 25879919 12632064 1853 4089446400 4194304 10345943 140733767815952 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5247/statm: 3084 1853 429 1502 0 1577 0

[startup+0.019195 s]
/proc/loadavg: 1.98 1.98 1.91 3/178 5247
/proc/meminfo: memFree=28927068/32950928 swapFree=67109624/67111528
[pid=5247] ppid=5245 vsize=20160 CPUtime=0.01
/proc/5247/stat : 5247 (pbscip.linux.x8) R 5245 5247 4622 0 -1 4202496 4162 0 0 0 1 0 0 0 25 0 1 0 25879919 20643840 3727 4089446400 4194304 10345943 140733767815952 18446744073709551615 9134719 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5247/statm: 5040 3747 626 1502 0 3533 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 20160

[startup+0.100249 s]
/proc/loadavg: 1.98 1.98 1.91 3/178 5247
/proc/meminfo: memFree=28927068/32950928 swapFree=67109624/67111528
[pid=5247] ppid=5245 vsize=27928 CPUtime=0.09
/proc/5247/stat : 5247 (pbscip.linux.x8) R 5245 5247 4622 0 -1 4202496 5986 0 0 0 8 1 0 0 25 0 1 0 25879919 28598272 5551 4089446400 4194304 10345943 140733767815952 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5247/statm: 6982 5551 745 1502 0 5475 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27928

[startup+0.301226 s]
/proc/loadavg: 1.98 1.98 1.91 3/178 5247
/proc/meminfo: memFree=28927068/32950928 swapFree=67109624/67111528
[pid=5247] ppid=5245 vsize=27928 CPUtime=0.29
/proc/5247/stat : 5247 (pbscip.linux.x8) R 5245 5247 4622 0 -1 4202496 5993 0 0 0 28 1 0 0 25 0 1 0 25879919 28598272 5558 4089446400 4194304 10345943 140733767815952 18446744073709551615 7517232 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5247/statm: 6982 5558 752 1502 0 5475 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27928

[startup+0.701031 s]
/proc/loadavg: 1.98 1.98 1.91 3/178 5247
/proc/meminfo: memFree=28927068/32950928 swapFree=67109624/67111528
[pid=5247] ppid=5245 vsize=27928 CPUtime=0.69
/proc/5247/stat : 5247 (pbscip.linux.x8) R 5245 5247 4622 0 -1 4202496 6248 0 0 0 68 1 0 0 25 0 1 0 25879919 28598272 5813 4089446400 4194304 10345943 140733767815952 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5247/statm: 6982 5813 755 1502 0 5475 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27928

[startup+1.50089 s]
/proc/loadavg: 1.98 1.98 1.91 3/179 5248
/proc/meminfo: memFree=28905732/32950928 swapFree=67109624/67111528
[pid=5247] ppid=5245 vsize=26820 CPUtime=1.49
/proc/5247/stat : 5247 (pbscip.linux.x8) R 5245 5247 4622 0 -1 4202496 6816 0 0 0 147 2 0 0 25 0 1 0 25879919 27463680 5585 4089446400 4194304 10345943 140733767815952 18446744073709551615 4962548 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5247/statm: 6705 5585 763 1502 0 5198 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26820

[startup+3.10074 s]
/proc/loadavg: 1.98 1.98 1.91 3/179 5248
/proc/meminfo: memFree=28906104/32950928 swapFree=67109624/67111528
[pid=5247] ppid=5245 vsize=28964 CPUtime=3.09
/proc/5247/stat : 5247 (pbscip.linux.x8) R 5245 5247 4622 0 -1 4202496 9434 0 0 0 306 3 0 0 25 0 1 0 25879919 29659136 6126 4089446400 4194304 10345943 140733767815952 18446744073709551615 6802925 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5247/statm: 7241 6126 764 1502 0 5734 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28964

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

[startup+3.90062 s]
/proc/loadavg: 1.99 1.98 1.91 3/179 5248
/proc/meminfo: memFree=28903624/32950928 swapFree=67109624/67111528
[pid=5247] ppid=5245 vsize=27800 CPUtime=3.89
/proc/5247/stat : 5247 (pbscip.linux.x8) R 5245 5247 4622 0 -1 4202496 13884 0 0 0 385 4 0 0 25 0 1 0 25879919 28467200 5625 4089446400 4194304 10345943 140733767815952 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5247/statm: 6950 5625 772 1502 0 5443 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 27800

[startup+4.70049 s]
/proc/loadavg: 1.99 1.98 1.91 3/179 5248
/proc/meminfo: memFree=28905616/32950928 swapFree=67109624/67111528
[pid=5247] ppid=5245 vsize=28124 CPUtime=4.69
/proc/5247/stat : 5247 (pbscip.linux.x8) R 5245 5247 4622 0 -1 4202496 16347 0 0 0 464 5 0 0 25 0 1 0 25879919 28798976 5627 4089446400 4194304 10345943 140733767815952 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5247/statm: 7031 5627 772 1502 0 5524 0
Current children cumulated CPU time (s) 4.69
Current children cumulated vsize (KiB) 28124

[startup+5.10041 s]
/proc/loadavg: 1.99 1.98 1.91 3/179 5248
/proc/meminfo: memFree=28905616/32950928 swapFree=67109624/67111528
[pid=5247] ppid=5245 vsize=28044 CPUtime=5.09
/proc/5247/stat : 5247 (pbscip.linux.x8) R 5245 5247 4622 0 -1 4202496 17160 0 0 0 504 5 0 0 25 0 1 0 25879919 28717056 5618 4089446400 4194304 10345943 140733767815952 18446744073709551615 7541787 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5247/statm: 7011 5618 772 1502 0 5504 0
Current children cumulated CPU time (s) 5.09
Current children cumulated vsize (KiB) 28044

[startup+5.20039 s]
/proc/loadavg: 1.99 1.98 1.91 3/179 5248
/proc/meminfo: memFree=28905616/32950928 swapFree=67109624/67111528
[pid=5247] ppid=5245 vsize=28044 CPUtime=5.19
/proc/5247/stat : 5247 (pbscip.linux.x8) R 5245 5247 4622 0 -1 4202496 17165 0 0 0 514 5 0 0 25 0 1 0 25879919 28717056 5623 4089446400 4194304 10345943 140733767815952 18446744073709551615 9192112 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/5247/statm: 7011 5623 772 1502 0 5504 0
Current children cumulated CPU time (s) 5.19
Current children cumulated vsize (KiB) 28044

Child status: 0
Real time (s): 5.20676
CPU time (s): 5.20721
CPU user time (s): 5.14822
CPU system time (s): 0.058991
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 29892

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

runsolver used 0.010998 second user time and 0.017997 second system time

The end

Launcher Data

Begin job on node126 at 2010-07-08 10:11:05
IDJOB=2705564
IDBENCH=79194
IDSOLVER=1214
FILE ID=node126/2705564-1278576665
PBS_JOBID= 11240201
Free space on /tmp= 73524 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110973364--soft-0-100-0.wbo
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-2705564-1278576665/watcher-2705564-1278576665 -o /tmp/evaluation-result-2705564-1278576665/solver-2705564-1278576665 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705564-1278576665.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 720f64c2f6f2c9ea73cb79f37d5ddc49
RANDOM SEED=1900331085

node126.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.861
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.861
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.861
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.861
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.861
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.861
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.861
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.861
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28927720 kB
Buffers:        133624 kB
Cached:        3345324 kB
SwapCached:       1172 kB
Active:        1049844 kB
Inactive:      2808356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28927720 kB
SwapTotal:    67111528 kB
SwapFree:     67109624 kB
Dirty:           12852 kB
Writeback:           0 kB
AnonPages:      378036 kB
Mapped:          17344 kB
Slab:           100672 kB
PageTables:       5316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   528568 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73512 MiB
End job on node126 at 2010-07-08 10:11:10