Trace number 3171515

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 166.351 166.348

General information on the benchmark

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

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

running on 2 cores: 1,3

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: 4.00 4.01 3.94 5/187 17001
/proc/meminfo: memFree=21684780/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=11644 CPUtime=0 cores=1,3
/proc/17001/stat : 17001 (umsat) R 16999 17001 16647 0 -1 4194304 356 0 0 0 0 0 0 0 23 0 1 0 287549901 11923456 293 33554432000 4194304 4263880 140733195262288 18446744073709551615 274664464357 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17001/statm: 2911 293 240 17 0 84 0

[startup+0.0627869 s]
/proc/loadavg: 4.00 4.01 3.94 5/187 17001
/proc/meminfo: memFree=21684780/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=12172 CPUtime=0.06 cores=1,3
/proc/17001/stat : 17001 (umsat) R 16999 17001 16647 0 -1 4202496 482 0 0 0 6 0 0 0 23 0 1 0 287549901 12464128 419 33554432000 4194304 4263880 140733195262288 18446744073709551615 4207728 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17001/statm: 3043 419 247 17 0 216 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12172

[startup+0.10078 s]
/proc/loadavg: 4.00 4.01 3.94 5/187 17001
/proc/meminfo: memFree=21684780/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=12300 CPUtime=0.09 cores=1,3
/proc/17001/stat : 17001 (umsat) R 16999 17001 16647 0 -1 4202496 508 0 0 0 9 0 0 0 23 0 1 0 287549901 12595200 445 33554432000 4194304 4263880 140733195262288 18446744073709551615 4205907 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17001/statm: 3075 445 247 17 0 248 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12300

[startup+0.300744 s]
/proc/loadavg: 4.00 4.01 3.94 5/187 17001
/proc/meminfo: memFree=21684780/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=12564 CPUtime=0.29 cores=1,3
/proc/17001/stat : 17001 (umsat) R 16999 17001 16647 0 -1 4202496 595 0 0 0 29 0 0 0 25 0 1 0 287549901 12865536 532 33554432000 4194304 4263880 140733195262288 18446744073709551615 4205584 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17001/statm: 3141 532 247 17 0 314 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12564

[startup+0.700677 s]
/proc/loadavg: 4.00 4.01 3.94 5/187 17001
/proc/meminfo: memFree=21684780/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=13032 CPUtime=0.69 cores=1,3
/proc/17001/stat : 17001 (umsat) R 16999 17001 16647 0 -1 4202496 694 0 0 0 69 0 0 0 25 0 1 0 287549901 13344768 631 33554432000 4194304 4263880 140733195262288 18446744073709551615 4207671 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17001/statm: 3258 631 247 17 0 431 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13032

[startup+1.50054 s]
/proc/loadavg: 4.00 4.01 3.94 5/188 17002
/proc/meminfo: memFree=21676496/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=13532 CPUtime=1.49 cores=1,3
/proc/17001/stat : 17001 (umsat) R 16999 17001 16647 0 -1 4202496 833 0 0 0 149 0 0 0 25 0 1 0 287549901 13856768 770 33554432000 4194304 4263880 140733195262288 18446744073709551615 4205779 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17001/statm: 3383 770 247 17 0 556 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13532

[startup+3.10027 s]
/proc/loadavg: 4.00 4.01 3.94 5/188 17002
/proc/meminfo: memFree=21672280/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=14224 CPUtime=3.09 cores=1,3
/proc/17001/stat : 17001 (umsat) R 16999 17001 16647 0 -1 4202496 997 0 0 0 309 0 0 0 25 0 1 0 287549901 14565376 934 33554432000 4194304 4263880 140733195262288 18446744073709551615 4205695 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17001/statm: 3556 934 247 17 0 729 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14224

[startup+6.3007 s]
/proc/loadavg: 4.00 4.01 3.94 4/188 17029
/proc/meminfo: memFree=21668596/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=15216 CPUtime=6.29 cores=1,3
/proc/17001/stat : 17001 (umsat) R 16999 17001 16647 0 -1 4202496 1248 0 0 0 629 0 0 0 25 0 1 0 287549901 15581184 1185 33554432000 4194304 4263880 140733195262288 18446744073709551615 4223072 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17001/statm: 3804 1185 248 17 0 977 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15216

[startup+12.7006 s]
/proc/loadavg: 4.00 4.01 3.94 5/188 17029
/proc/meminfo: memFree=21655056/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=16424 CPUtime=12.69 cores=1,3
/proc/17001/stat : 17001 (umsat) R 16999 17001 16647 0 -1 4202496 1556 0 0 0 1269 0 0 0 25 0 1 0 287549901 16818176 1493 33554432000 4194304 4263880 140733195262288 18446744073709551615 4209453 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17001/statm: 4106 1493 248 17 0 1279 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16424

[startup+25.5004 s]
/proc/loadavg: 4.00 4.01 3.94 5/188 17029
/proc/meminfo: memFree=21644768/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=18168 CPUtime=25.49 cores=1,3
/proc/17001/stat : 17001 (umsat) R 16999 17001 16647 0 -1 4202496 1998 0 0 0 2549 0 0 0 25 0 1 0 287549901 18604032 1935 33554432000 4194304 4263880 140733195262288 18446744073709551615 4242518 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17001/statm: 4542 1935 248 17 0 1715 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 18168

[startup+51.1009 s]
/proc/loadavg: 4.00 4.00 3.94 5/188 17029
/proc/meminfo: memFree=21631036/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=20960 CPUtime=51.09 cores=1,3
/proc/17001/stat : 17001 (umsat) R 16999 17001 16647 0 -1 4202496 2746 0 0 0 5109 0 0 0 25 0 1 0 287549901 21463040 2573 33554432000 4194304 4263880 140733195262288 18446744073709551615 4223168 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17001/statm: 5240 2573 248 17 0 2413 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 20960

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.94 5/188 17031
/proc/meminfo: memFree=21613676/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=24104 CPUtime=102.3 cores=1,3
/proc/17001/stat : 17001 (umsat) R 16999 17001 16647 0 -1 4202496 3690 0 0 0 10230 0 0 0 25 0 1 0 287549901 24682496 3372 33554432000 4194304 4263880 140733195262288 18446744073709551615 47321463906256 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17001/statm: 6026 3372 248 17 0 3199 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 24104

[startup+162.301 s]
/proc/loadavg: 4.05 4.01 3.95 5/188 17033
/proc/meminfo: memFree=21599652/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=26696 CPUtime=162.29 cores=1,3
/proc/17001/stat : 17001 (umsat) R 16999 17001 16647 0 -1 4202496 4474 0 0 0 16229 0 0 0 25 0 1 0 287549901 27336704 4034 33554432000 4194304 4263880 140733195262288 18446744073709551615 4207776 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17001/statm: 6674 4034 248 17 0 3847 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 26696

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

[startup+163.101 s]
/proc/loadavg: 4.05 4.01 3.95 5/188 17033
/proc/meminfo: memFree=21599652/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=26696 CPUtime=163.09 cores=1,3
/proc/17001/stat : 17001 (umsat) R 16999 17001 16647 0 -1 4202496 4476 0 0 0 16309 0 0 0 25 0 1 0 287549901 27336704 4036 33554432000 4194304 4263880 140733195262288 18446744073709551615 4205734 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17001/statm: 6674 4036 248 17 0 3847 0
Current children cumulated CPU time (s) 163.09
Current children cumulated vsize (KiB) 26696

[startup+164.7 s]
/proc/loadavg: 4.05 4.01 3.95 5/188 17033
/proc/meminfo: memFree=21598660/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=27180 CPUtime=164.69 cores=1,3
/proc/17001/stat : 17001 (umsat) R 16999 17001 16647 0 -1 4202496 4590 0 0 0 16469 0 0 0 25 0 1 0 287549901 27832320 4150 33554432000 4194304 4263880 140733195262288 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17001/statm: 6795 4150 248 17 0 3968 0
Current children cumulated CPU time (s) 164.69
Current children cumulated vsize (KiB) 27180

[startup+165.501 s]
/proc/loadavg: 4.05 4.01 3.95 5/188 17033
/proc/meminfo: memFree=21598660/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=27180 CPUtime=165.49 cores=1,3
/proc/17001/stat : 17001 (umsat) R 16999 17001 16647 0 -1 4202496 4590 0 0 0 16549 0 0 0 25 0 1 0 287549901 27832320 4150 33554432000 4194304 4263880 140733195262288 18446744073709551615 4205634 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17001/statm: 6795 4150 248 17 0 3968 0
Current children cumulated CPU time (s) 165.49
Current children cumulated vsize (KiB) 27180

[startup+165.901 s]
/proc/loadavg: 4.05 4.01 3.95 5/188 17033
/proc/meminfo: memFree=21598660/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=27180 CPUtime=165.89 cores=1,3
/proc/17001/stat : 17001 (umsat) R 16999 17001 16647 0 -1 4202496 4590 0 0 0 16589 0 0 0 25 0 1 0 287549901 27832320 4150 33554432000 4194304 4263880 140733195262288 18446744073709551615 4211533 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17001/statm: 6795 4150 248 17 0 3968 0
Current children cumulated CPU time (s) 165.89
Current children cumulated vsize (KiB) 27180

[startup+166.301 s]
/proc/loadavg: 4.05 4.01 3.95 5/188 17033
/proc/meminfo: memFree=21598536/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=27180 CPUtime=166.29 cores=1,3
/proc/17001/stat : 17001 (umsat) R 16999 17001 16647 0 -1 4202496 4614 0 0 0 16629 0 0 0 25 0 1 0 287549901 27832320 4174 33554432000 4194304 4263880 140733195262288 18446744073709551615 4207753 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17001/statm: 6795 4174 248 17 0 3968 0
Current children cumulated CPU time (s) 166.29
Current children cumulated vsize (KiB) 27180

Child status: 0
Real time (s): 166.348
CPU time (s): 166.351
CPU user time (s): 166.34
CPU system time (s): 0.010998
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 27180

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

runsolver used 0.249962 second user time and 0.624905 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-02 17:51:43
IDJOB=3171515
IDBENCH=82733
IDSOLVER=1582
FILE ID=node131/3171515-1301759503
RUNJOBID= node131-1301756898-16667
PBS_JOBID= 12841065
Free space on /tmp= 71652 MiB

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

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

MD5SUM BENCH= 96b76a29d6976e3cb9111f511d66ef22
RANDOM SEED=15767394

node131.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.830
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.830
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.830
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.830
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.830
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.77
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.830
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.830
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.830
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:     32951132 kB
MemFree:      21685068 kB
Buffers:        352980 kB
Cached:       10582196 kB
SwapCached:          0 kB
Active:        6802900 kB
Inactive:      4201428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      21685068 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9332 kB
Writeback:           0 kB
AnonPages:       68472 kB
Mapped:          15436 kB
Slab:           199696 kB
PageTables:       5180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   253264 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= 71648 MiB
End job on node131 at 2011-04-02 17:54:29