Trace number 3447534

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
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4OPTIMUM 1.42578 1.42597

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111219799--soft-33-100-0.wbo
MD5SUMdce35c207127a4ac706b019c5103970d
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark1.42578
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 constraints64
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 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1258
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 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 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-3447534-1307897159.wbo>
0.00/0.00	c original problem has 233 variables (233 bin, 0 int, 0 impl, 0 cont) and 102 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 30 clqs
0.00/0.01	c (round 2) 0 del vars, 6 del conss, 0 add conss, 0 chg bounds, 2 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 30 clqs
0.00/0.01	c (round 3) 2 del vars, 8 del conss, 0 add conss, 62 chg bounds, 2 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 30 clqs
0.00/0.01	c (round 4) 4 del vars, 8 del conss, 0 add conss, 62 chg bounds, 2 chg sides, 0 chg coeffs, 34 upgd conss, 0 impls, 30 clqs
0.00/0.02	c    (0.0s) probing: 101/231 (43.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (5 rounds):
0.00/0.02	c  4 deleted vars, 8 deleted constraints, 0 added constraints, 62 tightened bounds, 0 added holes, 2 changed sides, 0 changed coefficients
0.00/0.02	c  62 implications, 30 cliques
0.00/0.02	c presolved problem has 293 variables (231 bin, 0 int, 62 impl, 0 cont) and 158 constraints
0.00/0.02	c      30 constraints of type <setppc>
0.00/0.02	c      62 constraints of type <linear>
0.00/0.02	c      62 constraints of type <indicator>
0.00/0.02	c       4 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 2.0.1.4
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 13950
0.00/0.02	c 
0.00/0.02	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.02	c # [type: int, range: [1,2], default: 1]
0.00/0.02	c timing/clocktype = 2
0.00/0.02	c 
0.00/0.02	c # belongs reading time to solving time?
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c timing/reading = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/indicator/addCouplingCons = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	o 462
0.00/0.02	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.02	c T 0.0s|     1 |     0 |     0 |     - |1135k|   0 |   - | 293 | 220 | 293 |  96 |   0 |   0 |   0 |      --      | 4.620000e+02 |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    96 |     - |1081k|   0 |  40 | 293 | 220 | 293 |  96 |   0 |   0 |   0 | 0.000000e+00 | 4.620000e+02 |    Inf 
0.00/0.05	c   0.1s|     1 |     0 |   163 |     - |1351k|   0 |  41 | 293 | 263 | 293 | 105 |   9 |   0 |   0 | 0.000000e+00 | 4.620000e+02 |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |   193 |     - |1423k|   0 |  43 | 293 | 263 | 293 | 112 |  16 |   0 |   0 | 0.000000e+00 | 4.620000e+02 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   226 |     - |1437k|   0 |  44 | 293 | 263 | 293 | 116 |  20 |   0 |   0 | 0.000000e+00 | 4.620000e+02 |    Inf 
0.07/0.09	c   0.1s|     1 |     0 |   255 |     - |1491k|   0 |  47 | 293 | 263 | 293 | 121 |  25 |   0 |   0 | 0.000000e+00 | 4.620000e+02 |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   274 |     - |1531k|   0 |  46 | 293 | 263 | 293 | 124 |  28 |   0 |   0 | 0.000000e+00 | 4.620000e+02 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   295 |     - |1583k|   0 |  48 | 293 | 263 | 293 | 130 |  34 |   0 |   0 | 0.000000e+00 | 4.620000e+02 |    Inf 
0.09/0.16	c   0.2s|     1 |     2 |   295 |     - |1592k|   0 |  48 | 293 | 263 | 293 | 130 |  34 |   0 |   9 | 0.000000e+00 | 4.620000e+02 |    Inf 
0.59/0.60	o 402
0.59/0.60	c f 0.6s|    41 |    40 |  1144 |  21.2 |1705k|  15 |   - | 293 | 264 | 293 | 130 |  36 |   1 | 406 | 0.000000e+00 | 4.020000e+02 |    Inf 
0.59/0.64	o 235
0.59/0.64	c * 0.6s|    72 |    57 |  1403 |  15.6 |1756k|  21 |   - | 293 | 273 | 293 | 123 |  43 |  11 | 466 | 0.000000e+00 | 2.350000e+02 |    Inf 
0.59/0.68	o 209
0.59/0.68	c * 0.7s|   106 |    69 |  1693 |  13.3 |1812k|  24 |   - | 293 | 285 | 293 | 123 |  45 |  23 | 504 | 0.000000e+00 | 2.090000e+02 |    Inf 
0.69/0.71	o 204
0.69/0.71	c * 0.7s|   122 |    74 |  1862 |  13.0 |1834k|  24 |   - | 293 | 287 | 293 | 121 |  46 |  26 | 541 | 0.000000e+00 | 2.040000e+02 |    Inf 
0.69/0.74	o 191
0.69/0.74	c * 0.7s|   147 |    80 |  2119 |  12.5 |1878k|  26 |   - | 293 | 298 | 293 | 121 |  46 |  37 | 569 | 0.000000e+00 | 1.910000e+02 |    Inf 
0.79/0.82	o 181
0.79/0.82	c * 0.8s|   187 |    95 |  2672 |  12.8 |1961k|  29 |   - | 293 | 310 | 293 | 122 |  50 |  49 | 659 | 0.000000e+00 | 1.810000e+02 |    Inf 
0.79/0.82	o 166
0.79/0.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.79/0.82	c * 0.8s|   189 |    94 |  2680 |  12.7 |1971k|  29 |   - | 293 | 310 | 293 | 122 |  50 |  49 | 659 | 0.000000e+00 | 1.660000e+02 |    Inf 
0.79/0.83	o 136
0.79/0.83	c * 0.8s|   190 |    87 |  2688 |  12.7 |1967k|  29 |   - | 293 | 310 | 293 | 122 |  50 |  49 | 659 | 0.000000e+00 | 1.360000e+02 |    Inf 
0.89/0.93	o 128
0.89/0.93	c R 0.9s|   228 |   102 |  3333 |  13.4 |2045k|  29 |   - | 293 | 321 | 293 | 123 |  55 |  60 | 795 | 0.000000e+00 | 1.280000e+02 |    Inf 
0.89/0.94	o 122
0.89/0.94	c b 0.9s|   229 |   103 |  3366 |  13.5 |2053k|  29 |   - | 293 | 322 | 293 | 120 |  55 |  61 | 803 | 0.000000e+00 | 1.220000e+02 |    Inf 
0.89/0.96	o 111
0.89/0.96	c * 1.0s|   238 |    96 |  3536 |  13.7 |2063k|  29 |   - | 293 | 322 | 293 | 120 |  55 |  61 | 832 | 0.000000e+00 | 1.110000e+02 |    Inf 
0.89/0.97	o 108
0.89/0.97	c * 1.0s|   239 |    91 |  3568 |  13.8 |2064k|  29 |   - | 293 | 322 | 293 | 120 |  55 |  61 | 832 | 0.000000e+00 | 1.080000e+02 |    Inf 
1.00/1.02	o 90
1.00/1.02	c r 1.0s|   260 |    90 |  4148 |  14.9 |2100k|  29 |   - | 293 | 326 | 293 | 122 |  57 |  65 | 877 | 0.000000e+00 | 9.000000e+01 |    Inf 
1.00/1.06	o 64
1.00/1.06	c z 1.1s|   282 |    78 |  4670 |  15.6 |2107k|  29 |   1 | 293 | 323 | 293 | 128 |  65 |  74 | 913 | 0.000000e+00 | 6.400000e+01 |    Inf 
1.00/1.07	o 58
1.00/1.07	c * 1.1s|   294 |    75 |  4965 |  15.9 |2136k|  29 |   - | 293 | 267 | 293 | 120 |  65 |  85 | 925 | 0.000000e+00 | 5.800000e+01 |    Inf 
1.00/1.08	o 54
1.00/1.08	c r 1.1s|   296 |    74 |  5003 |  16.0 |2140k|  29 |   1 | 293 | 247 | 293 | 125 |  70 |  85 | 925 | 0.000000e+00 | 5.400000e+01 |    Inf 
1.00/1.09	o 51
1.00/1.09	c r 1.1s|   311 |    71 |  5201 |  15.8 |2162k|  29 |   - | 293 | 246 | 293 | 121 |  71 |  97 | 939 | 0.000000e+00 | 5.100000e+01 |    Inf 
1.09/1.11	o 50
1.09/1.11	c r 1.1s|   319 |    73 |  5408 |  16.1 |2181k|  29 |   - | 293 | 247 | 293 | 121 |  72 | 100 | 947 | 0.000000e+00 | 5.000000e+01 |    Inf 
1.09/1.13	o 31
1.09/1.13	c * 1.1s|   338 |    61 |  5943 |  16.8 |2194k|  29 |   - | 293 | 260 | 293 | 123 |  75 | 113 | 969 | 0.000000e+00 | 3.100000e+01 |    Inf 
1.09/1.15	o 29
1.09/1.15	c * 1.2s|   350 |    36 |  6191 |  16.9 |2157k|  29 |   - | 293 | 247 | 293 | 120 |  75 | 119 | 983 | 0.000000e+00 | 2.900000e+01 |    Inf 
1.29/1.30	o 28
1.29/1.30	c * 1.3s|   444 |    30 |  8208 |  17.9 |2192k|  29 |   - | 293 | 292 | 293 | 120 |  75 | 185 |1072 | 0.000000e+00 | 2.800000e+01 |    Inf 
1.29/1.34	o 24
1.29/1.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.29/1.34	c * 1.3s|   478 |    32 |  8736 |  17.7 |2233k|  29 |   - | 293 | 307 | 293 | 120 |  75 | 203 |1091 | 0.000000e+00 | 2.400000e+01 |    Inf 
1.29/1.36	o 4
1.29/1.36	c r 1.4s|   494 |     4 |  9150 |  18.0 |2146k|  29 |   - | 293 | 316 | 293 | 121 |  76 | 212 |1104 | 0.000000e+00 | 4.000000e+00 |    Inf 
1.39/1.42	c 
1.39/1.42	c SCIP Status        : problem is solved [optimal solution found]
1.39/1.42	c Solving Time (sec) : 1.42
1.39/1.42	c Solving Nodes      : 514
1.39/1.42	c Primal Bound       : +4.00000000000000e+00 (103 solutions)
1.39/1.42	c Dual Bound         : +4.00000000000000e+00
1.39/1.42	c Gap                : 0.00 %
1.39/1.42	s OPTIMUM FOUND
1.39/1.42	v -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 x153 x152 -x151 -x150 -x149 -x148 
1.39/1.42	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 x132 -x131 -x130 -x129 -x128 -x127 
1.39/1.42	v -x126 -x125 -x124 x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
1.39/1.42	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 
1.39/1.42	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 -x56 
1.39/1.42	v -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 
1.39/1.42	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 
1.39/1.42	v x4 -x3 -x2 -x1 
1.39/1.42	c SCIP Status        : problem is solved [optimal solution found]
1.39/1.42	c Total Time         :       1.42
1.39/1.42	c   solving          :       1.42
1.39/1.42	c   presolving       :       0.01 (included in solving)
1.39/1.42	c   reading          :       0.00 (included in solving)
1.39/1.42	c Original Problem   :
1.39/1.42	c   Problem name     : HOME/instance-3447534-1307897159.wbo
1.39/1.42	c   Variables        : 233 (233 binary, 0 integer, 0 implicit integer, 0 continuous)
1.39/1.42	c   Constraints      : 102 initial, 102 maximal
1.39/1.42	c Presolved Problem  :
1.39/1.42	c   Problem name     : t_HOME/instance-3447534-1307897159.wbo
1.39/1.42	c   Variables        : 293 (231 binary, 0 integer, 62 implicit integer, 0 continuous)
1.39/1.42	c   Constraints      : 158 initial, 327 maximal
1.39/1.42	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1.39/1.42	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1.39/1.42	c   dualfix          :       0.00          4          0          0          0          0          0          0          0          0
1.39/1.42	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1.39/1.42	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1.39/1.42	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1.39/1.42	c   probing          :       0.01          0          0          0          0          0          0          0          0          0
1.39/1.42	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1.39/1.42	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1.39/1.42	c   linear           :       0.00          0          0          0         62          0          6          0          2          0
1.39/1.42	c   indicator        :       0.00          0          0          0          0          0          2          0          0          0
1.39/1.42	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1.39/1.42	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1.39/1.42	c   root node        :          -        145          -          -        145          -          -          -          -          -
1.39/1.42	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1.39/1.42	c   integral         :          0          0          0        497          0        279          0          5        171          0          0        650
1.39/1.42	c   varbound         :          0+         6       1994         54          0          0        264          0       1938         64          0          0
1.39/1.42	c   setppc           :         30          6       2066          2          0        276       1569         10       1770          0          0          0
1.39/1.42	c   linear           :         62+         7       2068          4          0        272       1543         47       4131          0          0          0
1.39/1.42	c   indicator        :         62          0       2141         54          0        272        124          0        178          0          0          0
1.39/1.42	c   logicor          :          4+         6        665          0          0         89         62          6         81          0          0          0
1.39/1.42	c   bounddisjunction :          0+         0        436          0          0          0         20          0         30          0          0          0
1.39/1.42	c   countsols        :          0          0          0         14          0         91          0          0          0          0          0          0
1.39/1.42	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1.39/1.42	c   integral         :       0.88       0.00       0.00       0.88       0.00       0.00       0.00
1.39/1.42	c   varbound         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1.39/1.42	c   setppc           :       0.01       0.00       0.00       0.00       0.00       0.00       0.00
1.39/1.42	c   linear           :       0.02       0.00       0.02       0.00       0.00       0.00       0.00
1.39/1.42	c   indicator        :       0.01       0.00       0.00       0.00       0.00       0.01       0.00
1.39/1.42	c   logicor          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1.39/1.42	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1.39/1.42	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1.39/1.42	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1.39/1.42	c   vbounds          :        491        188          1        805
1.39/1.42	c   rootredcost      :         23          0          0         59
1.39/1.42	c   pseudoobj        :       2025        307         15       1851
1.39/1.42	c Propagator Timings :  TotalTime  Propagate    Resprop
1.39/1.42	c   vbounds          :       0.00       0.00       0.00
1.39/1.42	c   rootredcost      :       0.00       0.00       0.00
1.39/1.42	c   pseudoobj        :       0.01       0.01       0.00
1.39/1.42	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1.39/1.42	c   propagation      :       0.00         79         77        605       29.9          1       14.0          -
1.39/1.42	c   infeasible LP    :       0.00         34         30        175       24.4          0        0.0          0
1.39/1.42	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1.39/1.42	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1.39/1.42	c   pseudo solution  :       0.00          1          1          1        6.0          0        0.0          -
1.39/1.42	c   applied globally :          -          -          -        212       18.4          -          -          -
1.39/1.42	c   applied locally  :          -          -          -          6       36.0          -          -          -
1.39/1.42	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1.39/1.42	c   cut pool         :       0.00          5          -          -          4          -    (maximal pool size: 95)
1.39/1.42	c   redcost          :       0.01        622          0       2082          0          0
1.39/1.42	c   impliedbounds    :       0.00          6          0          0          0          0
1.39/1.42	c   intobj           :       0.00          0          0          0          0          0
1.39/1.42	c   gomory           :       0.02          6          0          0          3          0
1.39/1.42	c   cgmip            :       0.00          0          0          0          0          0
1.39/1.42	c   closecuts        :       0.00          0          0          0          0          0
1.39/1.42	c   strongcg         :       0.02          6          0          0        106          0
1.39/1.42	c   cmir             :       0.01          6          0          0          0          0
1.39/1.42	c   flowcover        :       0.02          6          0          0          0          0
1.39/1.42	c   clique           :       0.00          6          0          0          3          0
1.39/1.42	c   zerohalf         :       0.00          0          0          0          0          0
1.39/1.42	c   mcf              :       0.00          1          0          0          0          0
1.39/1.42	c   oddcycle         :       0.00          0          0          0          0          0
1.39/1.42	c   rapidlearning    :       0.02          1          0          0          0         43
1.39/1.42	c Pricers            :       Time      Calls       Vars
1.39/1.42	c   problem variables:       0.00          0          0
1.39/1.42	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1.39/1.42	c   relpscost        :       0.88        441          5        171          0          0        650
1.39/1.42	c   pscost           :       0.00          0          0          0          0          0          0
1.39/1.42	c   inference        :       0.00          0          0          0          0          0          0
1.39/1.42	c   mostinf          :       0.00          0          0          0          0          0          0
1.39/1.42	c   leastinf         :       0.00          0          0          0          0          0          0
1.39/1.42	c   fullstrong       :       0.00          0          0          0          0          0          0
1.39/1.42	c   allfullstrong    :       0.00          0          0          0          0          0          0
1.39/1.42	c   random           :       0.00          0          0          0          0          0          0
1.39/1.42	c Primal Heuristics  :       Time      Calls      Found
1.39/1.42	c   LP solutions     :       0.00          -         14
1.39/1.42	c   pseudo solutions :       0.00          -          0
1.39/1.42	c   crossover        :       0.00          0          0
1.39/1.42	c   guideddiving     :       0.00          0          0
1.39/1.42	c   coefdiving       :       0.00          1          0
1.39/1.42	c   pscostdiving     :       0.00          1          0
1.39/1.42	c   fracdiving       :       0.00          1          1
1.39/1.42	c   veclendiving     :       0.00          1          0
1.39/1.42	c   linesearchdiving :       0.00          1          0
1.39/1.42	c   objpscostdiving  :       0.00          1          0
1.39/1.42	c   rootsoldiving    :       0.00          1          0
1.39/1.42	c   oneopt           :       0.02         22          1
1.39/1.42	c   trivial          :       0.00          2          0
1.39/1.42	c   shiftandpropagate:       0.00          1          1
1.39/1.42	c   simplerounding   :       0.00        519          5
1.39/1.42	c   zirounding       :       0.00         93          1
1.39/1.42	c   rounding         :       0.01        448          1
1.39/1.42	c   shifting         :       0.01         61          0
1.39/1.42	c   intshifting      :       0.00          0          0
1.39/1.42	c   twoopt           :       0.00          0          0
1.39/1.42	c   fixandinfer      :       0.00          0          0
1.39/1.42	c   feaspump         :       0.00          0          0
1.39/1.42	c   clique           :       0.00          0          0
1.39/1.42	c   intdiving        :       0.00          0          0
1.39/1.42	c   actconsdiving    :       0.00          0          0
1.39/1.42	c   octane           :       0.00          0          0
1.39/1.42	c   rens             :       0.01          1          0
1.39/1.42	c   rins             :       0.00          0          0
1.39/1.42	c   localbranching   :       0.00          0          0
1.39/1.42	c   mutation         :       0.00          0          0
1.39/1.42	c   dins             :       0.00          0          0
1.39/1.42	c   vbounds          :       0.00          0          0
1.39/1.42	c   undercover       :       0.00          0          0
1.39/1.42	c   subnlp           :       0.00          0          0
1.39/1.42	c   trysol           :       0.01        152         79
1.39/1.42	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1.39/1.42	c   primal LP        :       0.00          0          0       0.00          -
1.39/1.42	c   dual LP          :       0.26        667       9173      13.75   35780.60
1.39/1.42	c   lex dual LP      :       0.00          0          0       0.00          -
1.39/1.42	c   barrier LP       :       0.00          0          0       0.00          -
1.39/1.42	c   diving/probing LP:       0.02         59        633      10.73   34870.27
1.39/1.42	c   strong branching :       0.87       1145      32045      27.99   36799.28
1.39/1.42	c     (at root node) :          -          9       1083     120.33          -
1.39/1.42	c   conflict analysis:       0.00          0          0       0.00          -
1.39/1.42	c B&B Tree           :
1.39/1.42	c   number of runs   :          1
1.39/1.42	c   nodes            :        514
1.39/1.42	c   nodes (total)    :        514
1.39/1.42	c   nodes left       :          0
1.39/1.42	c   max depth        :         29
1.39/1.42	c   max depth (total):         29
1.39/1.42	c   backtracks       :         77 (15.0%)
1.39/1.42	c   delayed cutoffs  :          8
1.39/1.42	c   repropagations   :        283 (808 domain reductions, 4 cutoffs)
1.39/1.42	c   avg switch length:       3.29
1.39/1.42	c   switching time   :       0.02
1.39/1.42	c Solution           :
1.39/1.42	c   Solutions found  :        103 (24 improvements)
1.39/1.42	c   First Solution   : +4.62000000000000e+02   (in run 1, after 1 nodes, 0.02 seconds, depth 119, found by <shiftandpropagate>)
1.39/1.42	c   Primal Bound     : +4.00000000000000e+00   (in run 1, after 494 nodes, 1.36 seconds, depth 7, found by <simplerounding>)
1.39/1.42	c   Dual Bound       : +4.00000000000000e+00
1.39/1.42	c   Gap              :       0.00 %
1.39/1.42	c   Root Dual Bound  : +0.00000000000000e+00
1.39/1.42	c   Root Iterations  :        295
1.39/1.42	c Time complete: 1.42.

Verifier Data

OK	4

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447534-1307897159/watcher-3447534-1307897159 -o /var/tmp/evaluation-result-3447534-1307897159/solver-3447534-1307897159 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447534-1307897159.wbo -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.56 1.86 1.76 2/177 16019
/proc/meminfo: memFree=3362752/32950928 swapFree=67052124/67111528
[pid=16019] ppid=16017 vsize=10124 CPUtime=0 cores=0,2,4,6
/proc/16019/stat : 16019 (scip-2.0.1.4.li) R 16017 16019 14010 0 -1 4202496 1540 0 0 0 0 0 0 0 25 0 1 0 901314697 10366976 1493 33554432000 4194304 9128323 140736263096064 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16019/statm: 2531 1493 399 1205 0 1322 0

[startup+0.0855479 s]
/proc/loadavg: 1.56 1.86 1.76 2/177 16019
/proc/meminfo: memFree=3362752/32950928 swapFree=67052124/67111528
[pid=16019] ppid=16017 vsize=28108 CPUtime=0.07 cores=0,2,4,6
/proc/16019/stat : 16019 (scip-2.0.1.4.li) R 16017 16019 14010 0 -1 4202496 6400 0 0 0 7 0 0 0 25 0 1 0 901314697 28782592 5742 33554432000 4194304 9128323 140736263096064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16019/statm: 7027 5742 728 1205 0 5818 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 28108

[startup+0.100543 s]
/proc/loadavg: 1.56 1.86 1.76 2/177 16019
/proc/meminfo: memFree=3362752/32950928 swapFree=67052124/67111528
[pid=16019] ppid=16017 vsize=28108 CPUtime=0.09 cores=0,2,4,6
/proc/16019/stat : 16019 (scip-2.0.1.4.li) R 16017 16019 14010 0 -1 4202496 6433 0 0 0 9 0 0 0 25 0 1 0 901314697 28782592 5775 33554432000 4194304 9128323 140736263096064 18446744073709551615 6637265 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16019/statm: 7027 5775 728 1205 0 5818 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28108

[startup+0.300508 s]
/proc/loadavg: 1.56 1.86 1.76 2/177 16019
/proc/meminfo: memFree=3362752/32950928 swapFree=67052124/67111528
[pid=16019] ppid=16017 vsize=29764 CPUtime=0.29 cores=0,2,4,6
/proc/16019/stat : 16019 (scip-2.0.1.4.li) R 16017 16019 14010 0 -1 4202496 6985 0 0 0 27 2 0 0 25 0 1 0 901314697 30478336 6325 33554432000 4194304 9128323 140736263096064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16019/statm: 7441 6325 750 1205 0 6232 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29764

[startup+0.700438 s]
/proc/loadavg: 1.56 1.86 1.76 2/177 16019
/proc/meminfo: memFree=3362752/32950928 swapFree=67052124/67111528
[pid=16019] ppid=16017 vsize=29764 CPUtime=0.69 cores=0,2,4,6
/proc/16019/stat : 16019 (scip-2.0.1.4.li) R 16017 16019 14010 0 -1 4202496 6986 0 0 0 63 6 0 0 25 0 1 0 901314697 30478336 6326 33554432000 4194304 9128323 140736263096064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16019/statm: 7441 6326 751 1205 0 6232 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29764

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

[startup+1.10637 s]
/proc/loadavg: 1.56 1.86 1.76 2/176 16020
/proc/meminfo: memFree=3361048/32950928 swapFree=67052124/67111528
[pid=16019] ppid=16017 vsize=29764 CPUtime=1.09 cores=0,2,4,6
/proc/16019/stat : 16019 (scip-2.0.1.4.li) R 16017 16019 14010 0 -1 4202496 6987 0 0 0 100 9 0 0 25 0 1 0 901314697 30478336 6327 33554432000 4194304 9128323 140736263096064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16019/statm: 7441 6327 752 1205 0 6232 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 29764

[startup+1.30038 s]
/proc/loadavg: 1.56 1.86 1.76 2/176 16020
/proc/meminfo: memFree=3361048/32950928 swapFree=67052124/67111528
[pid=16019] ppid=16017 vsize=29764 CPUtime=1.29 cores=0,2,4,6
/proc/16019/stat : 16019 (scip-2.0.1.4.li) R 16017 16019 14010 0 -1 4202496 6987 0 0 0 119 10 0 0 25 0 1 0 901314697 30478336 6327 33554432000 4194304 9128323 140736263096064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16019/statm: 7441 6327 752 1205 0 6232 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 29764

[startup+1.4004 s]
/proc/loadavg: 1.56 1.86 1.76 2/176 16020
/proc/meminfo: memFree=3361048/32950928 swapFree=67052124/67111528
[pid=16019] ppid=16017 vsize=29764 CPUtime=1.39 cores=0,2,4,6
/proc/16019/stat : 16019 (scip-2.0.1.4.li) R 16017 16019 14010 0 -1 4202496 6987 0 0 0 128 11 0 0 25 0 1 0 901314697 30478336 6327 33554432000 4194304 9128323 140736263096064 18446744073709551615 4794016 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16019/statm: 7441 6327 752 1205 0 6232 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 29764

Child status: 0
Real time (s): 1.42597
CPU time (s): 1.42578
CPU user time (s): 1.3118
CPU system time (s): 0.113982
CPU usage (%): 99.9868
Max. virtual memory (cumulated for all children) (KiB): 29764

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

runsolver used 0.001999 second user time and 0.009998 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-12 18:45:59
IDJOB=3447534
IDBENCH=78764
IDSOLVER=1944
FILE ID=node120/3447534-1307897159
RUNJOBID= node120-1307897144-14736
PBS_JOBID= 13559586
Free space on /var/tmp= 2880 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111219799--soft-33-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447534-1307897159/watcher-3447534-1307897159 -o /var/tmp/evaluation-result-3447534-1307897159/solver-3447534-1307897159 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447534-1307897159.wbo -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= dce35c207127a4ac706b019c5103970d
RANDOM SEED=1420346111

node120.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.809
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.61
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.809
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.07
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.809
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.809
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.75
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.809
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.78
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.809
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.75
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.809
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.82
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.809
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:       3363056 kB
Buffers:         50228 kB
Cached:       28593828 kB
SwapCached:      11612 kB
Active:       13815540 kB
Inactive:     14868108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       3363056 kB
SwapTotal:    67111528 kB
SwapFree:     67052124 kB
Dirty:           24740 kB
Writeback:           0 kB
AnonPages:       37600 kB
Mapped:          11796 kB
Slab:           842012 kB
PageTables:       4420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   232208 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 /var/tmp at the end= 2868 MiB
End job on node120 at 2011-06-12 18:46:01