Trace number 3483307

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
MiniUnsat2 2011-02-22UNSAT 369.643 369.718

General information on the benchmark

Namemus/marques-silva/abstraction-refinement-intel/
edn_20259_8.cnf_0.39000000.unsat.cnf
MD5SUM0c379b296c9ccb9640c00d5ad981da4b
Bench CategoryMUS (MUS)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.53461
Satisfiable
(Un)Satisfiability was proved
Number of variables686767
Number of clauses2006878
Sum of the clauses size4657811
Maximum clause length3
Minimum clause length1
Number of clauses of size 11762
Number of clauses of size 21359299
Number of clauses of size 3645817
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

369.61/369.71	s UNSATISFIABLE
369.61/369.71	v 1965626 1965639 1956178 1956193 1942910 1942914 2006872 2006877 1797653 1140003 1392861 1680297 1942900 1942904 1942917 1942921 1942923 1179132 1942908 1797648 1264874 1264889 1403724 1699854 1392872 1680329 1965211 1965213 1965215 1965217 436144 1140017 1392869 1392875 1504949 1680311 1680326 1680332 1504931 1504946 436142 1179130 1264871 1264880 1264886 1265078 1392860 1504925 1504929 1504934 1504940 1504944 1505132 1680317 1956180 1956182 1956195 1956197 1179127 1392864 1680321 2006871 674428 1195972 1403725 1699855 674432 436137 674429 1139998 1264867 1264882 1392856 1392865 1504921 1504936 1680292 1680313 1680322 1965209 0

Verifier Data

OK	80

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3483307-1307802505/watcher-3483307-1307802505 -o /tmp/evaluation-result-3483307-1307802505/solver-3483307-1307802505 -C 1800 -W 1850 -M 7680 munsat2_release -rnd-seed=1632126917 -verb=0 HOME/instance-3483307-1307802505.cnf 

running on 2 cores: 1,3

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): 1850 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.92 3.97 3.46 4/189 28047
/proc/meminfo: memFree=31457732/32950904 swapFree=67055440/67111528
[pid=28047] ppid=28045 vsize=16660 CPUtime=0 cores=1,3
/proc/28047/stat : 28047 (munsat2_release) R 28045 28047 27643 0 -1 4202496 1047 0 0 0 0 0 0 0 25 0 1 0 891850450 17059840 987 33554432000 4194304 4258824 140736384406640 18446744073709551615 237278540485 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28047/statm: 4165 989 218 16 0 807 0

[startup+0.0115251 s]
/proc/loadavg: 3.92 3.97 3.46 4/189 28047
/proc/meminfo: memFree=31457732/32950904 swapFree=67055440/67111528
[pid=28047] ppid=28045 vsize=19460 CPUtime=0 cores=1,3
/proc/28047/stat : 28047 (munsat2_release) R 28045 28047 27643 0 -1 4202496 1727 0 0 0 0 0 0 0 25 0 1 0 891850450 19927040 1667 33554432000 4194304 4258824 140736384406640 18446744073709551615 237278540485 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28047/statm: 4898 1669 219 16 0 1540 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 19460

[startup+0.101512 s]
/proc/loadavg: 3.92 3.97 3.46 4/189 28047
/proc/meminfo: memFree=31457732/32950904 swapFree=67055440/67111528
[pid=28047] ppid=28045 vsize=62732 CPUtime=0.09 cores=1,3
/proc/28047/stat : 28047 (munsat2_release) R 28045 28047 27643 0 -1 4202496 12267 0 0 0 8 1 0 0 25 0 1 0 891850450 64237568 12207 33554432000 4194304 4258824 140736384406640 18446744073709551615 4209481 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/28047/statm: 15683 12207 219 16 0 12325 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 62732

[startup+0.300478 s]
/proc/loadavg: 3.92 3.97 3.46 4/189 28047
/proc/meminfo: memFree=31457732/32950904 swapFree=67055440/67111528
[pid=28047] ppid=28045 vsize=153732 CPUtime=0.29 cores=1,3
/proc/28047/stat : 28047 (munsat2_release) R 28045 28047 27643 0 -1 4202496 34248 0 0 0 25 4 0 0 25 0 1 0 891850450 157421568 34188 33554432000 4194304 4258824 140736384406640 18446744073709551615 237278546969 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/28047/statm: 38433 34188 219 16 0 35075 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 153732

[startup+0.70041 s]
/proc/loadavg: 3.92 3.97 3.46 4/189 28047
/proc/meminfo: memFree=31457732/32950904 swapFree=67055440/67111528
[pid=28047] ppid=28045 vsize=307552 CPUtime=0.69 cores=1,3
/proc/28047/stat : 28047 (munsat2_release) R 28045 28047 27643 0 -1 4202496 73490 0 0 0 60 9 0 0 25 0 1 0 891850450 314933248 73430 33554432000 4194304 4258824 140736384406640 18446744073709551615 4205691 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/28047/statm: 76888 73430 220 16 0 73530 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 307552

[startup+1.50027 s]
/proc/loadavg: 3.92 3.97 3.46 5/190 28048
/proc/meminfo: memFree=31162140/32950904 swapFree=67055440/67111528
[pid=28047] ppid=28045 vsize=307552 CPUtime=1.48 cores=1,3
/proc/28047/stat : 28047 (munsat2_release) R 28045 28047 27643 0 -1 4202496 73490 0 0 0 139 9 0 0 25 0 1 0 891850450 314933248 73430 33554432000 4194304 4258824 140736384406640 18446744073709551615 4206848 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/28047/statm: 76888 73430 220 16 0 73530 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 307552

[startup+3.10098 s]
/proc/loadavg: 4.09 4.00 3.47 5/190 28048
/proc/meminfo: memFree=31071680/32950904 swapFree=67055440/67111528
[pid=28047] ppid=28045 vsize=431856 CPUtime=3.08 cores=1,3
/proc/28047/stat : 28047 (munsat2_release) R 28045 28047 27643 0 -1 4202496 124716 0 0 0 294 14 0 0 25 0 1 0 891850450 442220544 103858 33554432000 4194304 4258824 140736384406640 18446744073709551615 4204825 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/28047/statm: 107964 103858 224 16 0 104606 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 431856

[startup+6.30041 s]
/proc/loadavg: 4.09 4.00 3.47 3/186 28050
/proc/meminfo: memFree=31036992/32950904 swapFree=67055440/67111528
[pid=28047] ppid=28045 vsize=470408 CPUtime=6.26 cores=1,3
/proc/28047/stat : 28047 (munsat2_release) R 28045 28047 27643 0 -1 4202496 132893 0 0 0 611 15 0 0 25 0 1 0 891850450 481697792 111737 33554432000 4194304 4258824 140736384406640 18446744073709551615 4225519 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/28047/statm: 117602 111737 242 16 0 114244 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 470408

[startup+12.7003 s]
/proc/loadavg: 3.93 3.97 3.47 5/187 28154
/proc/meminfo: memFree=30853560/32950904 swapFree=67055440/67111528
[pid=28047] ppid=28045 vsize=485860 CPUtime=12.62 cores=1,3
/proc/28047/stat : 28047 (munsat2_release) R 28045 28047 27643 0 -1 4202496 136584 0 0 0 1247 15 0 0 25 0 1 0 891850450 497520640 115428 33554432000 4194304 4258824 140736384406640 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/28047/statm: 121465 115428 242 16 0 118107 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 485860

[startup+25.501 s]
/proc/loadavg: 3.94 3.97 3.47 5/190 28164
/proc/meminfo: memFree=30301128/32950904 swapFree=67055440/67111528
[pid=28047] ppid=28045 vsize=539476 CPUtime=25.41 cores=1,3
/proc/28047/stat : 28047 (munsat2_release) R 28045 28047 27643 0 -1 4202496 152512 0 0 0 2523 18 0 0 25 0 1 0 891850450 552423424 131356 33554432000 4194304 4258824 140736384406640 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28047/statm: 134869 131356 242 16 0 131511 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 539476

[startup+51.1004 s]
/proc/loadavg: 4.03 3.99 3.49 5/190 28165
/proc/meminfo: memFree=30301088/32950904 swapFree=67055440/67111528
[pid=28047] ppid=28045 vsize=539476 CPUtime=51.01 cores=1,3
/proc/28047/stat : 28047 (munsat2_release) R 28045 28047 27643 0 -1 4202496 152614 0 0 0 5083 18 0 0 25 0 1 0 891850450 552423424 131458 33554432000 4194304 4258824 140736384406640 18446744073709551615 4225100 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28047/statm: 134869 131458 242 16 0 131511 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 539476

[startup+102.307 s]
/proc/loadavg: 4.01 3.99 3.52 5/190 28242
/proc/meminfo: memFree=29685524/32950904 swapFree=67055440/67111528
[pid=28047] ppid=28045 vsize=539476 CPUtime=102.22 cores=1,3
/proc/28047/stat : 28047 (munsat2_release) R 28045 28047 27643 0 -1 4202496 152614 0 0 0 10204 18 0 0 25 0 1 0 891850450 552423424 131458 33554432000 4194304 4258824 140736384406640 18446744073709551615 4220896 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28047/statm: 134869 131458 242 16 0 131511 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 539476

[startup+162.301 s]
/proc/loadavg: 4.00 3.99 3.55 5/190 28244
/proc/meminfo: memFree=29472576/32950904 swapFree=67055440/67111528
[pid=28047] ppid=28045 vsize=539476 CPUtime=162.21 cores=1,3
/proc/28047/stat : 28047 (munsat2_release) R 28045 28047 27643 0 -1 4202496 152614 0 0 0 16203 18 0 0 25 0 1 0 891850450 552423424 131458 33554432000 4194304 4258824 140736384406640 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28047/statm: 134869 131458 242 16 0 131511 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 539476

[startup+222.301 s]
/proc/loadavg: 4.00 3.99 3.57 5/190 28246
/proc/meminfo: memFree=29445072/32950904 swapFree=67055440/67111528
[pid=28047] ppid=28045 vsize=539476 CPUtime=222.22 cores=1,3
/proc/28047/stat : 28047 (munsat2_release) R 28045 28047 27643 0 -1 4202496 152614 0 0 0 22204 18 0 0 25 0 1 0 891850450 552423424 131458 33554432000 4194304 4258824 140736384406640 18446744073709551615 4237403 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28047/statm: 134869 131458 242 16 0 131511 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 539476

[startup+282.3 s]
/proc/loadavg: 4.00 3.99 3.59 5/190 28247
/proc/meminfo: memFree=29427808/32950904 swapFree=67055440/67111528
[pid=28047] ppid=28045 vsize=539476 CPUtime=282.22 cores=1,3
/proc/28047/stat : 28047 (munsat2_release) R 28045 28047 27643 0 -1 4202496 152614 0 0 0 28204 18 0 0 25 0 1 0 891850450 552423424 131458 33554432000 4194304 4258824 140736384406640 18446744073709551615 4239349 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28047/statm: 134869 131458 242 16 0 131511 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 539476

[startup+342.301 s]
/proc/loadavg: 4.00 3.99 3.62 5/190 28249
/proc/meminfo: memFree=29427860/32950904 swapFree=67055440/67111528
[pid=28047] ppid=28045 vsize=539476 CPUtime=342.22 cores=1,3
/proc/28047/stat : 28047 (munsat2_release) R 28045 28047 27643 0 -1 4202496 152614 0 0 0 34204 18 0 0 25 0 1 0 891850450 552423424 131458 33554432000 4194304 4258824 140736384406640 18446744073709551615 4218528 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28047/statm: 134869 131458 242 16 0 131511 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 539476

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

[startup+345.501 s]
/proc/loadavg: 4.00 3.99 3.62 5/190 28249
/proc/meminfo: memFree=29427860/32950904 swapFree=67055440/67111528
[pid=28047] ppid=28045 vsize=539476 CPUtime=345.42 cores=1,3
/proc/28047/stat : 28047 (munsat2_release) R 28045 28047 27643 0 -1 4202496 152614 0 0 0 34524 18 0 0 25 0 1 0 891850450 552423424 131458 33554432000 4194304 4258824 140736384406640 18446744073709551615 4225050 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28047/statm: 134869 131458 242 16 0 131511 0
Current children cumulated CPU time (s) 345.42
Current children cumulated vsize (KiB) 539476

[startup+358.301 s]
/proc/loadavg: 4.00 3.99 3.62 6/190 28249
/proc/meminfo: memFree=29427728/32950904 swapFree=67055440/67111528
[pid=28047] ppid=28045 vsize=539476 CPUtime=358.22 cores=1,3
/proc/28047/stat : 28047 (munsat2_release) R 28045 28047 27643 0 -1 4202496 152614 0 0 0 35804 18 0 0 25 0 1 0 891850450 552423424 131458 33554432000 4194304 4258824 140736384406640 18446744073709551615 4239349 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28047/statm: 134869 131458 242 16 0 131511 0
Current children cumulated CPU time (s) 358.22
Current children cumulated vsize (KiB) 539476

[startup+364.701 s]
/proc/loadavg: 4.00 3.99 3.63 5/190 28249
/proc/meminfo: memFree=29427836/32950904 swapFree=67055440/67111528
[pid=28047] ppid=28045 vsize=539476 CPUtime=364.62 cores=1,3
/proc/28047/stat : 28047 (munsat2_release) R 28045 28047 27643 0 -1 4202496 152614 0 0 0 36444 18 0 0 25 0 1 0 891850450 552423424 131458 33554432000 4194304 4258824 140736384406640 18446744073709551615 4220823 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28047/statm: 134869 131458 242 16 0 131511 0
Current children cumulated CPU time (s) 364.62
Current children cumulated vsize (KiB) 539476

[startup+367.901 s]
/proc/loadavg: 4.00 3.99 3.63 5/190 28249
/proc/meminfo: memFree=29427836/32950904 swapFree=67055440/67111528
[pid=28047] ppid=28045 vsize=539476 CPUtime=367.82 cores=1,3
/proc/28047/stat : 28047 (munsat2_release) R 28045 28047 27643 0 -1 4202496 152614 0 0 0 36764 18 0 0 25 0 1 0 891850450 552423424 131458 33554432000 4194304 4258824 140736384406640 18446744073709551615 4229669 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28047/statm: 134869 131458 242 16 0 131511 0
Current children cumulated CPU time (s) 367.82
Current children cumulated vsize (KiB) 539476

[startup+368.701 s]
/proc/loadavg: 4.00 3.99 3.63 5/190 28249
/proc/meminfo: memFree=29427836/32950904 swapFree=67055440/67111528
[pid=28047] ppid=28045 vsize=539476 CPUtime=368.62 cores=1,3
/proc/28047/stat : 28047 (munsat2_release) R 28045 28047 27643 0 -1 4202496 152614 0 0 0 36844 18 0 0 25 0 1 0 891850450 552423424 131458 33554432000 4194304 4258824 140736384406640 18446744073709551615 237278576974 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28047/statm: 134869 131458 242 16 0 131511 0
Current children cumulated CPU time (s) 368.62
Current children cumulated vsize (KiB) 539476

[startup+369.501 s]
/proc/loadavg: 4.00 3.99 3.63 5/190 28249
/proc/meminfo: memFree=29574652/32950904 swapFree=67055440/67111528
[pid=28047] ppid=28045 vsize=367408 CPUtime=369.42 cores=1,3
/proc/28047/stat : 28047 (munsat2_release) R 28045 28047 27643 0 -1 4202496 152622 0 0 0 36924 18 0 0 25 0 1 0 891850450 376225792 88456 33554432000 4194304 4258824 140736384406640 18446744073709551615 237278528600 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28047/statm: 91852 88456 249 16 0 88494 0
Current children cumulated CPU time (s) 369.42
Current children cumulated vsize (KiB) 367408

[startup+369.701 s]
/proc/loadavg: 4.00 3.99 3.63 5/190 28249
/proc/meminfo: memFree=29574652/32950904 swapFree=67055440/67111528
[pid=28047] ppid=28045 vsize=367408 CPUtime=369.61 cores=1,3
/proc/28047/stat : 28047 (munsat2_release) R 28045 28047 27643 0 -1 4202496 152622 0 0 0 36943 18 0 0 25 0 1 0 891850450 376225792 88283 33554432000 4194304 4258824 140736384406640 18446744073709551615 237278922887 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28047/statm: 91852 88283 249 16 0 88494 0
Current children cumulated CPU time (s) 369.61
Current children cumulated vsize (KiB) 367408

Child status: 0
Real time (s): 369.718
CPU time (s): 369.643
CPU user time (s): 369.437
CPU system time (s): 0.205968
CPU usage (%): 99.9798
Max. virtual memory (cumulated for all children) (KiB): 539476

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

runsolver used 0.558915 second user time and 1.46278 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-11 16:28:27
IDJOB=3483307
IDBENCH=89254
IDSOLVER=1973
FILE ID=node121/3483307-1307802505
RUNJOBID= node121-1307800702-27663
PBS_JOBID= 13551058
Free space on /tmp= 74044 MiB

SOLVER NAME= MiniUnsat2 2011-02-22
BENCH NAME= SAT11/mus/marques-silva/abstraction-refinement-intel/edn_20259_8.cnf_0.39000000.unsat.cnf
COMMAND LINE= munsat2_release -rnd-seed=RANDOMSEED -verb=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3483307-1307802505/watcher-3483307-1307802505 -o /tmp/evaluation-result-3483307-1307802505/solver-3483307-1307802505 -C 1800 -W 1850 -M 7680  munsat2_release -rnd-seed=1632126917 -verb=0 HOME/instance-3483307-1307802505.cnf

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

MD5SUM BENCH= 0c379b296c9ccb9640c00d5ad981da4b
RANDOM SEED=1632126917

node121.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.817
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.63
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.817
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.817
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.84
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.817
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.77
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.817
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.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:      31458400 kB
Buffers:        292332 kB
Cached:         905516 kB
SwapCached:       9944 kB
Active:         648880 kB
Inactive:       641980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      31458400 kB
SwapTotal:    67111528 kB
SwapFree:     67055440 kB
Dirty:           37300 kB
Writeback:           0 kB
AnonPages:       90028 kB
Mapped:          13260 kB
Slab:           136416 kB
PageTables:       5484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   332448 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= 73944 MiB
End job on node121 at 2011-06-11 16:34:37