Trace number 3171710

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 305.102 305.093

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S1794283924-053.SATISFIABLE.cnf
MD5SUMe6534afa60eb38f9c39ca12382cdd578
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.005999
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

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

running on 2 cores: 4,6

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: 3.38 3.87 3.96 5/184 2768
/proc/meminfo: memFree=27220400/32950928 swapFree=67102716/67111528
[pid=2768] ppid=2766 vsize=11644 CPUtime=0 cores=4,6
/proc/2768/stat : 2768 (umsat) R 2766 2768 1931 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 287888353 11923456 285 33554432000 4194304 4263880 140736021589776 18446744073709551615 4229490 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2768/statm: 2911 285 240 17 0 84 0

[startup+0.0158039 s]
/proc/loadavg: 3.38 3.87 3.96 5/184 2768
/proc/meminfo: memFree=27220400/32950928 swapFree=67102716/67111528
[pid=2768] ppid=2766 vsize=11908 CPUtime=0.01 cores=4,6
/proc/2768/stat : 2768 (umsat) R 2766 2768 1931 0 -1 4202496 431 0 0 0 1 0 0 0 23 0 1 0 287888353 12193792 368 33554432000 4194304 4263880 140736021589776 18446744073709551615 239476355781 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2768/statm: 2977 368 246 17 0 150 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11908

[startup+0.100813 s]
/proc/loadavg: 3.38 3.87 3.96 5/184 2768
/proc/meminfo: memFree=27220400/32950928 swapFree=67102716/67111528
[pid=2768] ppid=2766 vsize=12172 CPUtime=0.09 cores=4,6
/proc/2768/stat : 2768 (umsat) R 2766 2768 1931 0 -1 4202496 505 0 0 0 9 0 0 0 23 0 1 0 287888353 12464128 442 33554432000 4194304 4263880 140736021589776 18446744073709551615 239476362204 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2768/statm: 3043 442 247 17 0 216 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12172

[startup+0.300783 s]
/proc/loadavg: 3.38 3.87 3.96 5/184 2768
/proc/meminfo: memFree=27220400/32950928 swapFree=67102716/67111528
[pid=2768] ppid=2766 vsize=12576 CPUtime=0.29 cores=4,6
/proc/2768/stat : 2768 (umsat) R 2766 2768 1931 0 -1 4202496 588 0 0 0 29 0 0 0 25 0 1 0 287888353 12877824 525 33554432000 4194304 4263880 140736021589776 18446744073709551615 4242518 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2768/statm: 3144 525 247 17 0 317 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12576

[startup+0.700693 s]
/proc/loadavg: 3.38 3.87 3.96 5/184 2768
/proc/meminfo: memFree=27220400/32950928 swapFree=67102716/67111528
[pid=2768] ppid=2766 vsize=12944 CPUtime=0.69 cores=4,6
/proc/2768/stat : 2768 (umsat) R 2766 2768 1931 0 -1 4202496 676 0 0 0 69 0 0 0 25 0 1 0 287888353 13254656 613 33554432000 4194304 4263880 140736021589776 18446744073709551615 4205828 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2768/statm: 3236 613 247 17 0 409 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12944

[startup+1.50054 s]
/proc/loadavg: 3.38 3.87 3.96 5/190 2775
/proc/meminfo: memFree=27210332/32950928 swapFree=67102716/67111528
[pid=2768] ppid=2766 vsize=13432 CPUtime=1.49 cores=4,6
/proc/2768/stat : 2768 (umsat) R 2766 2768 1931 0 -1 4202496 806 0 0 0 149 0 0 0 25 0 1 0 287888353 13754368 743 33554432000 4194304 4263880 140736021589776 18446744073709551615 4207744 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2768/statm: 3358 743 247 17 0 531 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13432

[startup+3.10023 s]
/proc/loadavg: 3.38 3.87 3.96 5/190 2775
/proc/meminfo: memFree=27205208/32950928 swapFree=67102716/67111528
[pid=2768] ppid=2766 vsize=14124 CPUtime=3.09 cores=4,6
/proc/2768/stat : 2768 (umsat) R 2766 2768 1931 0 -1 4202496 973 0 0 0 309 0 0 0 25 0 1 0 287888353 14462976 910 33554432000 4194304 4263880 140736021589776 18446744073709551615 4207828 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2768/statm: 3531 910 247 17 0 704 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14124

[startup+6.30063 s]
/proc/loadavg: 3.43 3.87 3.96 5/190 2775
/proc/meminfo: memFree=27199148/32950928 swapFree=67102716/67111528
[pid=2768] ppid=2766 vsize=15056 CPUtime=6.29 cores=4,6
/proc/2768/stat : 2768 (umsat) R 2766 2768 1931 0 -1 4202496 1199 0 0 0 629 0 0 0 25 0 1 0 287888353 15417344 1136 33554432000 4194304 4263880 140736021589776 18446744073709551615 47358793428945 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2768/statm: 3764 1136 247 17 0 937 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15056

[startup+12.7004 s]
/proc/loadavg: 3.48 3.87 3.96 5/190 2776
/proc/meminfo: memFree=27188556/32950928 swapFree=67102716/67111528
[pid=2768] ppid=2766 vsize=16332 CPUtime=12.69 cores=4,6
/proc/2768/stat : 2768 (umsat) R 2766 2768 1931 0 -1 4202496 1524 0 0 0 1269 0 0 0 25 0 1 0 287888353 16723968 1461 33554432000 4194304 4263880 140736021589776 18446744073709551615 4207674 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2768/statm: 4083 1461 247 17 0 1256 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16332

[startup+25.5009 s]
/proc/loadavg: 3.59 3.88 3.96 5/190 2776
/proc/meminfo: memFree=27179996/32950928 swapFree=67102716/67111528
[pid=2768] ppid=2766 vsize=17988 CPUtime=25.49 cores=4,6
/proc/2768/stat : 2768 (umsat) R 2766 2768 1931 0 -1 4202496 1952 0 0 0 2549 0 0 0 25 0 1 0 287888353 18419712 1889 33554432000 4194304 4263880 140736021589776 18446744073709551615 4207728 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2768/statm: 4497 1889 247 17 0 1670 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 17988

[startup+51.101 s]
/proc/loadavg: 3.73 3.89 3.96 5/190 2777
/proc/meminfo: memFree=27167892/32950928 swapFree=67102716/67111528
[pid=2768] ppid=2766 vsize=20384 CPUtime=51.09 cores=4,6
/proc/2768/stat : 2768 (umsat) R 2766 2768 1931 0 -1 4202496 2625 0 0 0 5109 0 0 0 25 0 1 0 287888353 20873216 2452 33554432000 4194304 4263880 140736021589776 18446744073709551615 4215123 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2768/statm: 5096 2452 248 17 0 2269 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 20384

[startup+102.306 s]
/proc/loadavg: 3.93 3.92 3.96 5/190 2778
/proc/meminfo: memFree=27150504/32950928 swapFree=67102716/67111528
[pid=2768] ppid=2766 vsize=23872 CPUtime=102.3 cores=4,6
/proc/2768/stat : 2768 (umsat) R 2766 2768 1931 0 -1 4202496 3632 0 0 0 10229 1 0 0 25 0 1 0 287888353 24444928 3314 33554432000 4194304 4263880 140736021589776 18446744073709551615 4205634 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2768/statm: 5968 3314 248 17 0 3141 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 23872

[startup+162.301 s]
/proc/loadavg: 3.97 3.93 3.96 5/190 2780
/proc/meminfo: memFree=27137332/32950928 swapFree=67102716/67111528
[pid=2768] ppid=2766 vsize=26484 CPUtime=162.3 cores=4,6
/proc/2768/stat : 2768 (umsat) R 2766 2768 1931 0 -1 4202496 4413 0 0 0 16229 1 0 0 25 0 1 0 287888353 27119616 3973 33554432000 4194304 4263880 140736021589776 18446744073709551615 4224878 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2768/statm: 6621 3973 248 17 0 3794 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 26484

[startup+222.3 s]
/proc/loadavg: 3.99 3.94 3.96 5/190 2781
/proc/meminfo: memFree=27128008/32950928 swapFree=67102716/67111528
[pid=2768] ppid=2766 vsize=28580 CPUtime=222.3 cores=4,6
/proc/2768/stat : 2768 (umsat) R 2766 2768 1931 0 -1 4202496 4996 0 0 0 22229 1 0 0 25 0 1 0 287888353 29265920 4420 33554432000 4194304 4263880 140736021589776 18446744073709551615 4205710 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2768/statm: 7145 4420 248 17 0 4318 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 28580

[startup+282.301 s]
/proc/loadavg: 3.99 3.95 3.96 5/190 2783
/proc/meminfo: memFree=27120660/32950928 swapFree=67102716/67111528
[pid=2768] ppid=2766 vsize=30180 CPUtime=282.3 cores=4,6
/proc/2768/stat : 2768 (umsat) R 2766 2768 1931 0 -1 4202496 5482 0 0 0 28229 1 0 0 25 0 1 0 287888353 30904320 4828 33554432000 4194304 4263880 140736021589776 18446744073709551615 4207772 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2768/statm: 7545 4828 248 17 0 4718 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 30180

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

[startup+294.3 s]
/proc/loadavg: 3.99 3.95 3.96 5/190 2783
/proc/meminfo: memFree=27119296/32950928 swapFree=67102716/67111528
[pid=2768] ppid=2766 vsize=30180 CPUtime=294.3 cores=4,6
/proc/2768/stat : 2768 (umsat) R 2766 2768 1931 0 -1 4202496 5498 0 0 0 29429 1 0 0 25 0 1 0 287888353 30904320 4844 33554432000 4194304 4263880 140736021589776 18446744073709551615 4207812 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2768/statm: 7545 4844 248 17 0 4718 0
Current children cumulated CPU time (s) 294.3
Current children cumulated vsize (KiB) 30180

[startup+300.701 s]
/proc/loadavg: 3.99 3.95 3.96 5/190 2783
/proc/meminfo: memFree=27118304/32950928 swapFree=67102716/67111528
[pid=2768] ppid=2766 vsize=30180 CPUtime=300.7 cores=4,6
/proc/2768/stat : 2768 (umsat) R 2766 2768 1931 0 -1 4202496 5498 0 0 0 30069 1 0 0 25 0 1 0 287888353 30904320 4844 33554432000 4194304 4263880 140736021589776 18446744073709551615 4215123 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2768/statm: 7545 4844 248 17 0 4718 0
Current children cumulated CPU time (s) 300.7
Current children cumulated vsize (KiB) 30180

[startup+302.301 s]
/proc/loadavg: 3.99 3.95 3.96 5/190 2783
/proc/meminfo: memFree=27118180/32950928 swapFree=67102716/67111528
[pid=2768] ppid=2766 vsize=30180 CPUtime=302.3 cores=4,6
/proc/2768/stat : 2768 (umsat) R 2766 2768 1931 0 -1 4202496 5514 0 0 0 30229 1 0 0 25 0 1 0 287888353 30904320 4860 33554432000 4194304 4263880 140736021589776 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2768/statm: 7545 4860 248 17 0 4718 0
Current children cumulated CPU time (s) 302.3
Current children cumulated vsize (KiB) 30180

[startup+303.901 s]
/proc/loadavg: 3.99 3.95 3.96 5/190 2783
/proc/meminfo: memFree=27118052/32950928 swapFree=67102716/67111528
[pid=2768] ppid=2766 vsize=30180 CPUtime=303.9 cores=4,6
/proc/2768/stat : 2768 (umsat) R 2766 2768 1931 0 -1 4202496 5514 0 0 0 30389 1 0 0 25 0 1 0 287888353 30904320 4860 33554432000 4194304 4263880 140736021589776 18446744073709551615 4207662 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2768/statm: 7545 4860 248 17 0 4718 0
Current children cumulated CPU time (s) 303.9
Current children cumulated vsize (KiB) 30180

[startup+304.706 s]
/proc/loadavg: 3.99 3.95 3.96 5/190 2783
/proc/meminfo: memFree=27118052/32950928 swapFree=67102716/67111528
[pid=2768] ppid=2766 vsize=30180 CPUtime=304.7 cores=4,6
/proc/2768/stat : 2768 (umsat) R 2766 2768 1931 0 -1 4202496 5514 0 0 0 30469 1 0 0 25 0 1 0 287888353 30904320 4860 33554432000 4194304 4263880 140736021589776 18446744073709551615 4242518 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2768/statm: 7545 4860 248 17 0 4718 0
Current children cumulated CPU time (s) 304.7
Current children cumulated vsize (KiB) 30180

[startup+304.9 s]
/proc/loadavg: 3.99 3.95 3.96 5/190 2783
/proc/meminfo: memFree=27118052/32950928 swapFree=67102716/67111528
[pid=2768] ppid=2766 vsize=30180 CPUtime=304.9 cores=4,6
/proc/2768/stat : 2768 (umsat) R 2766 2768 1931 0 -1 4202496 5514 0 0 0 30489 1 0 0 25 0 1 0 287888353 30904320 4860 33554432000 4194304 4263880 140736021589776 18446744073709551615 4207818 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2768/statm: 7545 4860 248 17 0 4718 0
Current children cumulated CPU time (s) 304.9
Current children cumulated vsize (KiB) 30180

[startup+305 s]
/proc/loadavg: 3.99 3.95 3.96 5/190 2783
/proc/meminfo: memFree=27118052/32950928 swapFree=67102716/67111528
[pid=2768] ppid=2766 vsize=30180 CPUtime=305 cores=4,6
/proc/2768/stat : 2768 (umsat) R 2766 2768 1931 0 -1 4202496 5514 0 0 0 30499 1 0 0 25 0 1 0 287888353 30904320 4860 33554432000 4194304 4263880 140736021589776 18446744073709551615 4207783 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2768/statm: 7545 4860 248 17 0 4718 0
Current children cumulated CPU time (s) 305
Current children cumulated vsize (KiB) 30180

Child status: 0
Real time (s): 305.093
CPU time (s): 305.102
CPU user time (s): 305.085
CPU system time (s): 0.016997
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 30180

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

runsolver used 0.548916 second user time and 1.06284 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-02 18:48:33
IDJOB=3171710
IDBENCH=82928
IDSOLVER=1582
FILE ID=node148/3171710-1301762913
RUNJOBID= node148-1301762913-2728
PBS_JOBID= 12841039
Free space on /tmp= 71696 MiB

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

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

MD5SUM BENCH= e6534afa60eb38f9c39ca12382cdd578
RANDOM SEED=567587015

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27220796 kB
Buffers:        281208 kB
Cached:        5163108 kB
SwapCached:       4876 kB
Active:        2024584 kB
Inactive:      3482088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27220796 kB
SwapTotal:    67111528 kB
SwapFree:     67102716 kB
Dirty:            9588 kB
Writeback:          28 kB
AnonPages:       59132 kB
Mapped:          15264 kB
Slab:           161840 kB
PageTables:       5028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   229576 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= 71692 MiB
End job on node148 at 2011-04-02 18:53:38