Trace number 3171655

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
UmSat 2011-02-25SAT 263.706 263.71

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S1914191877-004.SATISFIABLE.cnf
MD5SUMb24f876b5044256ac72c44cf51bd3297
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.005998
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

263.59/263.68	s SATISFIABLE
263.59/263.68	v -235 159 108 -90 -332 -55 -133 88 -70 105 -56 -8 -308 -94 -45 313 -13 18 106 -283 -287 239 -227 50 319 -236 -263 -275 162 -249 -184 64 -77 181 183 46 200 220 302 -182 25 -6 321 243 28 -307 145 54 -29 -177 -130 -27 -206 -217 279 135 153 -190 -158 -247 -110 -216 -166 318 103 -104 -3 271 -309 48 -194 -71 -296 22 197 -91 -204 -223 337 53 185 139 -237 146 15 -154 -75 149 74 -327 36 260 -224 270 -228 -251 284 305 -125 -261 134 348 -41 253 -231 -147 -256 123 240 300 -330 -205 292 -317 -338 43 40 238 349 129 60 -267 -163 16 -141 -312 155 -301 168 -113 -314 4 150 274 -211 -79 -278 128 98 246 -65 -33 310 127 221 269 -343 189 -285 -31 -289 97 116 -225 -11 -172 -167 234 -222 124 -341 96 95 186 -119 47 -51 67 176 -207 -1 304 -276 -215 199 -282 290 -248 -101 -195 329 23 193 165 49 -164 209 -14 -26 259 131 -118 257 114 -291 84 -143 138 -10 -136 -266 210 258 218 -34 180 293 -5 85 -219 241 57 -156 -323 -198 196 -191 -306 -171 -339 -73 -322 -226 -179 76 152 -12 148 17 203 -24 -19 142 264 -325 -92 30 -140 272 66 -273 132 -32 175 -61 -294 -201 -161 -277 122 78 328 346 -342 286 107 -316 62 331 320 -170 188 102 288 52 -20 112 213 -100 202 344 -173 262 214 72 232 -7 -2 324 39 -250 -157 -38 -242 280 58 -121 -350 -9 -303 93 151 233 -345 117 326 137 80 334 244 -37 -311 69 -297 -115 -187 -212 42 174 336 83 -252 229 -81 21 -335 208 -178 -254 35 63 -298 -265 -86 295 -82 169 347 192 333 315 -268 -109 59 144 -126 299 87 -245 -340 -281 68 111 -120 230 99 -255 -160 -89 44 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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 /tmp/evaluation-result-3171655-1301762054/watcher-3171655-1301762054 -o /tmp/evaluation-result-3171655-1301762054/solver-3171655-1301762054 -C 2400 -W 1300 -M 7680 umsat HOME/instance-3171655-1301762054.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.60 2.75 3.38 4/179 14390
/proc/meminfo: memFree=22063272/32951132 swapFree=67111528/67111528
[pid=14390] ppid=14387 vsize=11776 CPUtime=0 cores=5,7
/proc/14390/stat : 14390 (umsat) R 14387 14390 12621 0 -1 4194304 367 0 0 0 0 0 0 0 18 0 1 0 287805072 12058624 305 33554432000 4194304 4263880 140737251316848 18446744073709551615 210646807237 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14390/statm: 2944 305 240 17 0 117 0

[startup+0.0263251 s]
/proc/loadavg: 1.60 2.75 3.38 4/179 14390
/proc/meminfo: memFree=22063272/32951132 swapFree=67111528/67111528
[pid=14390] ppid=14387 vsize=12040 CPUtime=0.02 cores=5,7
/proc/14390/stat : 14390 (umsat) R 14387 14390 12621 0 -1 4202496 460 0 0 0 2 0 0 0 18 0 1 0 287805072 12328960 398 33554432000 4194304 4263880 140737251316848 18446744073709551615 210646813623 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14390/statm: 3010 398 247 17 0 183 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12040

[startup+0.10031 s]
/proc/loadavg: 1.60 2.75 3.38 4/179 14390
/proc/meminfo: memFree=22063272/32951132 swapFree=67111528/67111528
[pid=14390] ppid=14387 vsize=12300 CPUtime=0.09 cores=5,7
/proc/14390/stat : 14390 (umsat) R 14387 14390 12621 0 -1 4202496 508 0 0 0 9 0 0 0 18 0 1 0 287805072 12595200 446 33554432000 4194304 4263880 140737251316848 18446744073709551615 4224808 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14390/statm: 3075 446 247 17 0 248 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12300

[startup+0.300288 s]
/proc/loadavg: 1.60 2.75 3.38 4/179 14390
/proc/meminfo: memFree=22063272/32951132 swapFree=67111528/67111528
[pid=14390] ppid=14387 vsize=12560 CPUtime=0.29 cores=5,7
/proc/14390/stat : 14390 (umsat) R 14387 14390 12621 0 -1 4202496 596 0 0 0 29 0 0 0 18 0 1 0 287805072 12861440 534 33554432000 4194304 4263880 140737251316848 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14390/statm: 3140 534 247 17 0 313 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12560

[startup+0.700209 s]
/proc/loadavg: 1.60 2.75 3.38 4/179 14390
/proc/meminfo: memFree=22063272/32951132 swapFree=67111528/67111528
[pid=14390] ppid=14387 vsize=12924 CPUtime=0.69 cores=5,7
/proc/14390/stat : 14390 (umsat) R 14387 14390 12621 0 -1 4202496 688 0 0 0 69 0 0 0 18 0 1 0 287805072 13234176 626 33554432000 4194304 4263880 140737251316848 18446744073709551615 210646804705 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14390/statm: 3231 626 247 17 0 404 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12924

[startup+1.50108 s]
/proc/loadavg: 1.60 2.75 3.38 5/188 14399
/proc/meminfo: memFree=22051432/32951132 swapFree=67111528/67111528
[pid=14390] ppid=14387 vsize=13500 CPUtime=1.5 cores=5,7
/proc/14390/stat : 14390 (umsat) R 14387 14390 12621 0 -1 4202496 826 0 0 0 150 0 0 0 20 0 1 0 287805072 13824000 764 33554432000 4194304 4263880 140737251316848 18446744073709551615 4211652 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14390/statm: 3375 764 247 17 0 548 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 13500

[startup+3.1008 s]
/proc/loadavg: 1.60 2.75 3.38 5/188 14399
/proc/meminfo: memFree=22047216/32951132 swapFree=67111528/67111528
[pid=14390] ppid=14387 vsize=14172 CPUtime=3.09 cores=5,7
/proc/14390/stat : 14390 (umsat) R 14387 14390 12621 0 -1 4202496 989 0 0 0 309 0 0 0 25 0 1 0 287805072 14512128 927 33554432000 4194304 4263880 140737251316848 18446744073709551615 4215090 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14390/statm: 3543 927 247 17 0 716 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14172

[startup+6.30028 s]
/proc/loadavg: 1.79 2.77 3.38 6/188 14401
/proc/meminfo: memFree=22039612/32951132 swapFree=67111528/67111528
[pid=14390] ppid=14387 vsize=15192 CPUtime=6.29 cores=5,7
/proc/14390/stat : 14390 (umsat) R 14387 14390 12621 0 -1 4202496 1238 0 0 0 629 0 0 0 25 0 1 0 287805072 15556608 1176 33554432000 4194304 4263880 140737251316848 18446744073709551615 4206497 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14390/statm: 3798 1176 248 17 0 971 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15192

[startup+12.7002 s]
/proc/loadavg: 1.97 2.79 3.38 5/188 14401
/proc/meminfo: memFree=22031572/32951132 swapFree=67111528/67111528
[pid=14390] ppid=14387 vsize=16536 CPUtime=12.69 cores=5,7
/proc/14390/stat : 14390 (umsat) R 14387 14390 12621 0 -1 4202496 1577 0 0 0 1269 0 0 0 25 0 1 0 287805072 16932864 1515 33554432000 4194304 4263880 140737251316848 18446744073709551615 4205748 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14390/statm: 4134 1515 248 17 0 1307 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16536

[startup+25.501 s]
/proc/loadavg: 2.42 2.84 3.39 5/188 14401
/proc/meminfo: memFree=22021416/32951132 swapFree=67111528/67111528
[pid=14390] ppid=14387 vsize=18160 CPUtime=25.49 cores=5,7
/proc/14390/stat : 14390 (umsat) R 14387 14390 12621 0 -1 4202496 1995 0 0 0 2549 0 0 0 25 0 1 0 287805072 18595840 1933 33554432000 4194304 4263880 140737251316848 18446744073709551615 4207776 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14390/statm: 4540 1933 248 17 0 1713 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 18160

[startup+51.1007 s]
/proc/loadavg: 2.96 2.94 3.41 5/188 14401
/proc/meminfo: memFree=22008948/32951132 swapFree=67111528/67111528
[pid=14390] ppid=14387 vsize=20968 CPUtime=51.09 cores=5,7
/proc/14390/stat : 14390 (umsat) R 14387 14390 12621 0 -1 4202496 2754 0 0 0 5109 0 0 0 25 0 1 0 287805072 21471232 2582 33554432000 4194304 4263880 140737251316848 18446744073709551615 4207828 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14390/statm: 5242 2582 248 17 0 2415 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 20968

[startup+102.307 s]
/proc/loadavg: 3.55 3.10 3.44 6/188 14430
/proc/meminfo: memFree=21991656/32951132 swapFree=67111528/67111528
[pid=14390] ppid=14387 vsize=23972 CPUtime=102.3 cores=5,7
/proc/14390/stat : 14390 (umsat) R 14387 14390 12621 0 -1 4202496 3679 0 0 0 10230 0 0 0 25 0 1 0 287805072 24547328 3362 33554432000 4194304 4263880 140737251316848 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14390/statm: 5993 3362 248 17 0 3166 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 23972

[startup+162.301 s]
/proc/loadavg: 3.83 3.26 3.47 6/188 14432
/proc/meminfo: memFree=21971672/32951132 swapFree=67111528/67111528
[pid=14390] ppid=14387 vsize=26452 CPUtime=162.29 cores=5,7
/proc/14390/stat : 14390 (umsat) R 14387 14390 12621 0 -1 4202496 4433 0 0 0 16229 0 0 0 25 0 1 0 287805072 27086848 3994 33554432000 4194304 4263880 140737251316848 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14390/statm: 6613 3994 248 17 0 3786 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 26452

[startup+222.301 s]
/proc/loadavg: 3.94 3.39 3.50 6/188 14432
/proc/meminfo: memFree=21957036/32951132 swapFree=67111528/67111528
[pid=14390] ppid=14387 vsize=29080 CPUtime=222.29 cores=5,7
/proc/14390/stat : 14390 (umsat) R 14387 14390 12621 0 -1 4202496 5131 0 0 0 22228 1 0 0 25 0 1 0 287805072 29777920 4556 33554432000 4194304 4263880 140737251316848 18446744073709551615 4205695 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14390/statm: 7270 4556 248 17 0 4443 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 29080

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

[startup+230.3 s]
/proc/loadavg: 3.95 3.41 3.50 6/188 14434
/proc/meminfo: memFree=21954424/32951132 swapFree=67111528/67111528
[pid=14390] ppid=14387 vsize=29524 CPUtime=230.29 cores=5,7
/proc/14390/stat : 14390 (umsat) R 14387 14390 12621 0 -1 4202496 5226 0 0 0 23028 1 0 0 25 0 1 0 287805072 30232576 4651 33554432000 4194304 4263880 140737251316848 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14390/statm: 7381 4651 248 17 0 4554 0
Current children cumulated CPU time (s) 230.29
Current children cumulated vsize (KiB) 29524

[startup+243.107 s]
/proc/loadavg: 3.95 3.43 3.51 5/188 14434
/proc/meminfo: memFree=21953304/32951132 swapFree=67111528/67111528
[pid=14390] ppid=14387 vsize=29716 CPUtime=243.1 cores=5,7
/proc/14390/stat : 14390 (umsat) R 14387 14390 12621 0 -1 4202496 5282 0 0 0 24309 1 0 0 25 0 1 0 287805072 30429184 4707 33554432000 4194304 4263880 140737251316848 18446744073709551615 4205668 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14390/statm: 7429 4707 248 17 0 4602 0
Current children cumulated CPU time (s) 243.1
Current children cumulated vsize (KiB) 29716

[startup+255.9 s]
/proc/loadavg: 3.96 3.46 3.52 5/188 14434
/proc/meminfo: memFree=21950696/32951132 swapFree=67111528/67111528
[pid=14390] ppid=14387 vsize=29908 CPUtime=255.89 cores=5,7
/proc/14390/stat : 14390 (umsat) R 14387 14390 12621 0 -1 4202496 5342 0 0 0 25588 1 0 0 25 0 1 0 287805072 30625792 4767 33554432000 4194304 4263880 140737251316848 18446744073709551615 4207828 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14390/statm: 7477 4767 248 17 0 4650 0
Current children cumulated CPU time (s) 255.89
Current children cumulated vsize (KiB) 29908

[startup+259.101 s]
/proc/loadavg: 3.97 3.47 3.52 6/188 14434
/proc/meminfo: memFree=21950572/32951132 swapFree=67111528/67111528
[pid=14390] ppid=14387 vsize=30084 CPUtime=259.09 cores=5,7
/proc/14390/stat : 14390 (umsat) R 14387 14390 12621 0 -1 4202496 5366 0 0 0 25908 1 0 0 25 0 1 0 287805072 30806016 4791 33554432000 4194304 4263880 140737251316848 18446744073709551615 4205728 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14390/statm: 7521 4791 248 17 0 4694 0
Current children cumulated CPU time (s) 259.09
Current children cumulated vsize (KiB) 30084

[startup+262.301 s]
/proc/loadavg: 3.97 3.47 3.52 5/188 14434
/proc/meminfo: memFree=21950324/32951132 swapFree=67111528/67111528
[pid=14390] ppid=14387 vsize=30244 CPUtime=262.29 cores=5,7
/proc/14390/stat : 14390 (umsat) R 14387 14390 12621 0 -1 4202496 5422 0 0 0 26228 1 0 0 25 0 1 0 287805072 30969856 4847 33554432000 4194304 4263880 140737251316848 18446744073709551615 4205639 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14390/statm: 7561 4847 248 17 0 4734 0
Current children cumulated CPU time (s) 262.29
Current children cumulated vsize (KiB) 30244

[startup+263.101 s]
/proc/loadavg: 3.97 3.47 3.52 6/188 14434
/proc/meminfo: memFree=21950324/32951132 swapFree=67111528/67111528
[pid=14390] ppid=14387 vsize=30244 CPUtime=263.09 cores=5,7
/proc/14390/stat : 14390 (umsat) R 14387 14390 12621 0 -1 4202496 5422 0 0 0 26308 1 0 0 25 0 1 0 287805072 30969856 4847 33554432000 4194304 4263880 140737251316848 18446744073709551615 210646813600 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14390/statm: 7561 4847 248 17 0 4734 0
Current children cumulated CPU time (s) 263.09
Current children cumulated vsize (KiB) 30244

[startup+263.501 s]
/proc/loadavg: 3.97 3.47 3.52 6/188 14434
/proc/meminfo: memFree=21950324/32951132 swapFree=67111528/67111528
[pid=14390] ppid=14387 vsize=30244 CPUtime=263.49 cores=5,7
/proc/14390/stat : 14390 (umsat) R 14387 14390 12621 0 -1 4202496 5422 0 0 0 26348 1 0 0 25 0 1 0 287805072 30969856 4847 33554432000 4194304 4263880 140737251316848 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14390/statm: 7561 4847 248 17 0 4734 0
Current children cumulated CPU time (s) 263.49
Current children cumulated vsize (KiB) 30244

[startup+263.701 s]
/proc/loadavg: 3.97 3.47 3.52 6/188 14434
/proc/meminfo: memFree=21950324/32951132 swapFree=67111528/67111528
[pid=14390] ppid=14387 vsize=30248 CPUtime=263.69 cores=5,7
/proc/14390/stat : 14390 (umsat) R 14387 14390 12621 0 -1 4202496 5429 0 0 0 26368 1 0 0 25 0 1 0 287805072 30973952 4854 33554432000 4194304 4263880 140737251316848 18446744073709551615 210646844034 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14390/statm: 7562 4854 254 17 0 4735 0
Current children cumulated CPU time (s) 263.69
Current children cumulated vsize (KiB) 30248

Child status: 0
Real time (s): 263.71
CPU time (s): 263.706
CPU user time (s): 263.692
CPU system time (s): 0.013997
CPU usage (%): 99.9984
Max. virtual memory (cumulated for all children) (KiB): 30248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 263.692
system time used= 0.013997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5431
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= 18
involuntary context switches= 675

runsolver used 0.406938 second user time and 0.999848 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-02 18:34:15
IDJOB=3171655
IDBENCH=82873
IDSOLVER=1582
FILE ID=node129/3171655-1301762054
RUNJOBID= node129-1301762054-14359
PBS_JOBID= 12841055
Free space on /tmp= 72148 MiB

SOLVER NAME= UmSat 2011-02-25
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S1914191877-004.SATISFIABLE.cnf
COMMAND LINE= umsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3171655-1301762054/watcher-3171655-1301762054 -o /tmp/evaluation-result-3171655-1301762054/solver-3171655-1301762054 -C 2400 -W 1300 -M 7680  umsat HOME/instance-3171655-1301762054.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= b24f876b5044256ac72c44cf51bd3297
RANDOM SEED=1973193151

node129.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.831
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.66
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.831
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	: 5332.83
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.831
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.75
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.831
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.82
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.831
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.74
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.831
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.83
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.831
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.75
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.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      22063420 kB
Buffers:        349552 kB
Cached:       10225352 kB
SwapCached:          0 kB
Active:        7100048 kB
Inactive:      3539540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      22063420 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9432 kB
Writeback:          40 kB
AnonPages:       64280 kB
Mapped:          15240 kB
Slab:           186868 kB
PageTables:       4964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   210556 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72140 MiB
End job on node129 at 2011-04-02 18:38:38