Trace number 3309434

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
glueminisat 2.2.5UNSAT 471.026 471.032

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p0.cnf
MD5SUM209f7789e3588d11f275f2003f2c6a67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark335.143
Satisfiable
(Un)Satisfiability was proved
Number of variables259616
Number of clauses1374599
Sum of the clauses size3310772
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2982807
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

470.99/471.02	WARNING: for repeatability, setting FPU to use double precision
470.99/471.02	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3309434-1303988668/watcher-3309434-1303988668 -o /tmp/evaluation-result-3309434-1303988668/solver-3309434-1303988668 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3309434-1303988668.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.98 2.35 3/177 11994
/proc/meminfo: memFree=18368720/32951124 swapFree=67110396/67111528
[pid=11994] ppid=11992 vsize=21052 CPUtime=0 cores=0,2,4,6
/proc/11994/stat : 11994 (glueminisat) R 11992 11994 11749 0 -1 4202496 1015 0 0 0 0 0 0 0 21 0 1 0 589097579 21557248 955 33554432000 4194304 4309791 140734956085856 18446744073709551615 4272751 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11994/statm: 5263 957 217 29 0 1892 0

[startup+0.076576 s]
/proc/loadavg: 1.91 1.98 2.35 3/177 11994
/proc/meminfo: memFree=18368720/32951124 swapFree=67110396/67111528
[pid=11994] ppid=11992 vsize=59216 CPUtime=0.06 cores=0,2,4,6
/proc/11994/stat : 11994 (glueminisat) R 11992 11994 11749 0 -1 4202496 9035 0 0 0 5 1 0 0 21 0 1 0 589097579 60637184 8746 33554432000 4194304 4309791 140734956085856 18446744073709551615 224284586693 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11994/statm: 14804 8748 217 29 0 11433 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 59216

[startup+0.100556 s]
/proc/loadavg: 1.91 1.98 2.35 3/177 11994
/proc/meminfo: memFree=18368720/32951124 swapFree=67110396/67111528
[pid=11994] ppid=11992 vsize=62892 CPUtime=0.09 cores=0,2,4,6
/proc/11994/stat : 11994 (glueminisat) R 11992 11994 11749 0 -1 4202496 10215 0 0 0 8 1 0 0 21 0 1 0 589097579 64401408 9790 33554432000 4194304 4309791 140734956085856 18446744073709551615 224284586693 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11994/statm: 15723 9792 217 29 0 12352 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 62892

[startup+0.30054 s]
/proc/loadavg: 1.91 1.98 2.35 3/177 11994
/proc/meminfo: memFree=18368720/32951124 swapFree=67110396/67111528
[pid=11994] ppid=11992 vsize=88592 CPUtime=0.28 cores=0,2,4,6
/proc/11994/stat : 11994 (glueminisat) R 11992 11994 11749 0 -1 4202496 16519 0 0 0 26 2 0 0 22 0 1 0 589097579 90718208 15573 33554432000 4194304 4309791 140734956085856 18446744073709551615 224284586693 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11994/statm: 22148 15575 217 29 0 18777 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 88592

[startup+0.70046 s]
/proc/loadavg: 1.91 1.98 2.35 3/177 11994
/proc/meminfo: memFree=18368720/32951124 swapFree=67110396/67111528
[pid=11994] ppid=11992 vsize=125844 CPUtime=0.69 cores=0,2,4,6
/proc/11994/stat : 11994 (glueminisat) R 11992 11994 11749 0 -1 4202496 29131 0 0 0 65 4 0 0 23 0 1 0 589097579 128864256 25860 33554432000 4194304 4309791 140734956085856 18446744073709551615 224284925696 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11994/statm: 31461 25860 217 29 0 28090 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 125844

[startup+1.50033 s]
/proc/loadavg: 1.91 1.98 2.35 3/178 11995
/proc/meminfo: memFree=18244348/32951124 swapFree=67110396/67111528
[pid=11994] ppid=11992 vsize=158864 CPUtime=1.49 cores=0,2,4,6
/proc/11994/stat : 11994 (glueminisat) R 11992 11994 11749 0 -1 4202496 37494 0 0 0 143 6 0 0 25 0 1 0 589097579 162676736 33812 33554432000 4194304 4309791 140734956085856 18446744073709551615 4262760 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11994/statm: 39716 33812 225 29 0 36345 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 158864

[startup+3.10104 s]
/proc/loadavg: 1.91 1.98 2.35 3/178 11995
/proc/meminfo: memFree=18231204/32951124 swapFree=67110396/67111528
[pid=11994] ppid=11992 vsize=140824 CPUtime=3.09 cores=0,2,4,6
/proc/11994/stat : 11994 (glueminisat) R 11992 11994 11749 0 -1 4202496 44648 0 0 0 301 8 0 0 25 0 1 0 589097579 144203776 29240 33554432000 4194304 4309791 140734956085856 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11994/statm: 35206 29240 246 29 0 31835 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 140824

[startup+6.30053 s]
/proc/loadavg: 1.92 1.98 2.35 3/178 11995
/proc/meminfo: memFree=18248424/32951124 swapFree=67110396/67111528
[pid=11994] ppid=11992 vsize=140824 CPUtime=6.29 cores=0,2,4,6
/proc/11994/stat : 11994 (glueminisat) R 11992 11994 11749 0 -1 4202496 45024 0 0 0 621 8 0 0 25 0 1 0 589097579 144203776 29609 33554432000 4194304 4309791 140734956085856 18446744073709551615 4252450 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11994/statm: 35206 29609 246 29 0 31835 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 140824

[startup+12.7005 s]
/proc/loadavg: 1.92 1.98 2.35 3/178 11995
/proc/meminfo: memFree=18242224/32951124 swapFree=67110396/67111528
[pid=11994] ppid=11992 vsize=152500 CPUtime=12.69 cores=0,2,4,6
/proc/11994/stat : 11994 (glueminisat) R 11992 11994 11749 0 -1 4202496 45974 0 0 0 1261 8 0 0 25 0 1 0 589097579 156160000 30548 33554432000 4194304 4309791 140734956085856 18446744073709551615 4275402 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11994/statm: 38125 30548 246 29 0 34754 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 152500

[startup+25.5003 s]
/proc/loadavg: 1.94 1.98 2.34 3/178 11995
/proc/meminfo: memFree=18241848/32951124 swapFree=67110396/67111528
[pid=11994] ppid=11992 vsize=138396 CPUtime=25.49 cores=0,2,4,6
/proc/11994/stat : 11994 (glueminisat) R 11992 11994 11749 0 -1 4202496 52142 0 0 0 2540 9 0 0 25 0 1 0 589097579 141717504 29554 33554432000 4194304 4309791 140734956085856 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11994/statm: 34599 29554 246 29 0 31228 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 138396

[startup+51.101 s]
/proc/loadavg: 1.96 1.98 2.33 3/178 11995
/proc/meminfo: memFree=18176844/32951124 swapFree=67110396/67111528
[pid=11994] ppid=11992 vsize=218064 CPUtime=51.08 cores=0,2,4,6
/proc/11994/stat : 11994 (glueminisat) R 11992 11994 11749 0 -1 4202496 66393 0 0 0 5097 11 0 0 25 0 1 0 589097579 223297536 43782 33554432000 4194304 4309791 140734956085856 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11994/statm: 54516 43782 246 29 0 51145 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 218064

[startup+102.306 s]
/proc/loadavg: 2.02 2.00 2.32 3/178 11997
/proc/meminfo: memFree=18218088/32951124 swapFree=67110396/67111528
[pid=11994] ppid=11992 vsize=218064 CPUtime=102.29 cores=0,2,4,6
/proc/11994/stat : 11994 (glueminisat) R 11992 11994 11749 0 -1 4202496 90638 0 0 0 10214 15 0 0 25 0 1 0 589097579 223297536 40646 33554432000 4194304 4309791 140734956085856 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11994/statm: 54516 40646 246 29 0 51145 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 218064

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.29 3/178 11999
/proc/meminfo: memFree=18187296/32951124 swapFree=67110396/67111528
[pid=11994] ppid=11992 vsize=218064 CPUtime=162.28 cores=0,2,4,6
/proc/11994/stat : 11994 (glueminisat) R 11992 11994 11749 0 -1 4202496 114614 0 0 0 16208 20 0 0 25 0 1 0 589097579 223297536 42704 33554432000 4194304 4309791 140734956085856 18446744073709551615 4259056 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11994/statm: 54516 42704 246 29 0 51145 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 218064

[startup+222.3 s]
/proc/loadavg: 2.07 2.02 2.28 3/178 12001
/proc/meminfo: memFree=18177700/32951124 swapFree=67110396/67111528
[pid=11994] ppid=11992 vsize=298972 CPUtime=222.28 cores=0,2,4,6
/proc/11994/stat : 11994 (glueminisat) R 11992 11994 11749 0 -1 4202496 131829 0 0 0 22204 24 0 0 25 0 1 0 589097579 306147328 59864 33554432000 4194304 4309791 140734956085856 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11994/statm: 74743 59864 246 29 0 71372 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 298972

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 2.26 3/178 12001
/proc/meminfo: memFree=18145560/32951124 swapFree=67110396/67111528
[pid=11994] ppid=11992 vsize=298972 CPUtime=282.28 cores=0,2,4,6
/proc/11994/stat : 11994 (glueminisat) R 11992 11994 11749 0 -1 4202496 154493 0 0 0 28200 28 0 0 25 0 1 0 589097579 306147328 55178 33554432000 4194304 4309791 140734956085856 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11994/statm: 74743 55178 246 29 0 71372 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 298972

[startup+342.3 s]
/proc/loadavg: 2.01 2.00 2.24 3/178 12003
/proc/meminfo: memFree=18152716/32951124 swapFree=67110396/67111528
[pid=11994] ppid=11992 vsize=248884 CPUtime=342.29 cores=0,2,4,6
/proc/11994/stat : 11994 (glueminisat) R 11992 11994 11749 0 -1 4202496 176234 0 0 0 34196 33 0 0 25 0 1 0 589097579 254857216 48112 33554432000 4194304 4309791 140734956085856 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11994/statm: 62221 48112 246 29 0 58850 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 248884

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.22 3/178 12005
/proc/meminfo: memFree=18247060/32951124 swapFree=67110396/67111528
[pid=11994] ppid=11992 vsize=168744 CPUtime=402.29 cores=0,2,4,6
/proc/11994/stat : 11994 (glueminisat) R 11992 11994 11749 0 -1 4202496 189595 0 0 0 40193 36 0 0 25 0 1 0 589097579 172793856 32875 33554432000 4194304 4309791 140734956085856 18446744073709551615 4277623 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11994/statm: 42186 32875 246 29 0 38815 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 168744

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.20 3/178 12007
/proc/meminfo: memFree=18222984/32951124 swapFree=67110396/67111528
[pid=11994] ppid=11992 vsize=168744 CPUtime=462.29 cores=0,2,4,6
/proc/11994/stat : 11994 (glueminisat) R 11992 11994 11749 0 -1 4202496 228425 0 0 0 46186 43 0 0 25 0 1 0 589097579 172793856 32892 33554432000 4194304 4309791 140734956085856 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11994/statm: 42186 32892 246 29 0 38815 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 168744

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

[startup+467.101 s]
/proc/loadavg: 2.00 2.00 2.20 3/178 12007
/proc/meminfo: memFree=18221492/32951124 swapFree=67110396/67111528
[pid=11994] ppid=11992 vsize=168744 CPUtime=467.09 cores=0,2,4,6
/proc/11994/stat : 11994 (glueminisat) R 11992 11994 11749 0 -1 4202496 228792 0 0 0 46666 43 0 0 25 0 1 0 589097579 172793856 33258 33554432000 4194304 4309791 140734956085856 18446744073709551615 4277706 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11994/statm: 42186 33258 246 29 0 38815 0
Current children cumulated CPU time (s) 467.09
Current children cumulated vsize (KiB) 168744

[startup+468.7 s]
/proc/loadavg: 2.00 2.00 2.20 3/178 12007
/proc/meminfo: memFree=18186896/32951124 swapFree=67110396/67111528
[pid=11994] ppid=11992 vsize=218064 CPUtime=468.68 cores=0,2,4,6
/proc/11994/stat : 11994 (glueminisat) R 11992 11994 11749 0 -1 4202496 237129 0 0 0 46825 43 0 0 25 0 1 0 589097579 223297536 41591 33554432000 4194304 4309791 140734956085856 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11994/statm: 54516 41591 246 29 0 51145 0
Current children cumulated CPU time (s) 468.68
Current children cumulated vsize (KiB) 218064

[startup+470.301 s]
/proc/loadavg: 2.00 2.00 2.20 3/178 12007
/proc/meminfo: memFree=18184908/32951124 swapFree=67110396/67111528
[pid=11994] ppid=11992 vsize=218064 CPUtime=470.29 cores=0,2,4,6
/proc/11994/stat : 11994 (glueminisat) R 11992 11994 11749 0 -1 4202496 237559 0 0 0 46985 44 0 0 25 0 1 0 589097579 223297536 42020 33554432000 4194304 4309791 140734956085856 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11994/statm: 54516 42020 246 29 0 51145 0
Current children cumulated CPU time (s) 470.29
Current children cumulated vsize (KiB) 218064

[startup+470.701 s]
/proc/loadavg: 2.00 2.00 2.20 3/178 12007
/proc/meminfo: memFree=18183792/32951124 swapFree=67110396/67111528
[pid=11994] ppid=11992 vsize=218064 CPUtime=470.7 cores=0,2,4,6
/proc/11994/stat : 11994 (glueminisat) R 11992 11994 11749 0 -1 4202496 237622 0 0 0 47026 44 0 0 25 0 1 0 589097579 223297536 42082 33554432000 4194304 4309791 140734956085856 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11994/statm: 54516 42082 246 29 0 51145 0
Current children cumulated CPU time (s) 470.7
Current children cumulated vsize (KiB) 218064

[startup+470.901 s]
/proc/loadavg: 2.00 2.00 2.20 3/178 12007
/proc/meminfo: memFree=18183792/32951124 swapFree=67110396/67111528
[pid=11994] ppid=11992 vsize=218064 CPUtime=470.89 cores=0,2,4,6
/proc/11994/stat : 11994 (glueminisat) R 11992 11994 11749 0 -1 4202496 237647 0 0 0 47045 44 0 0 25 0 1 0 589097579 223297536 42106 33554432000 4194304 4309791 140734956085856 18446744073709551615 4275197 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11994/statm: 54516 42106 246 29 0 51145 0
Current children cumulated CPU time (s) 470.89
Current children cumulated vsize (KiB) 218064

[startup+471.001 s]
/proc/loadavg: 2.00 2.00 2.20 3/178 12007
/proc/meminfo: memFree=18183792/32951124 swapFree=67110396/67111528
[pid=11994] ppid=11992 vsize=218064 CPUtime=470.99 cores=0,2,4,6
/proc/11994/stat : 11994 (glueminisat) R 11992 11994 11749 0 -1 4202496 237660 0 0 0 47055 44 0 0 25 0 1 0 589097579 223297536 42119 33554432000 4194304 4309791 140734956085856 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11994/statm: 54516 42119 246 29 0 51145 0
Current children cumulated CPU time (s) 470.99
Current children cumulated vsize (KiB) 218064

Child status: 20
Real time (s): 471.032
CPU time (s): 471.026
CPU user time (s): 470.578
CPU system time (s): 0.447931
CPU usage (%): 99.9987
Max. virtual memory (cumulated for all children) (KiB): 379112

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

runsolver used 0.897863 second user time and 1.65275 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-28 13:04:29
IDJOB=3309434
IDBENCH=71037
IDSOLVER=1694
FILE ID=node118/3309434-1303988668
RUNJOBID= node118-1303987384-11767
PBS_JOBID= 13168758
Free space on /tmp= 71588 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p0.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309434-1303988668/watcher-3309434-1303988668 -o /tmp/evaluation-result-3309434-1303988668/solver-3309434-1303988668 -C 5000 -W 5100 -M 15500  glueminisat -compe HOME/instance-3309434-1303988668.cnf

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

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED=768217235

node118.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.842
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.68
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.842
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.842
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.74
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.842
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.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18369124 kB
Buffers:       1894576 kB
Cached:       11957932 kB
SwapCached:        600 kB
Active:        9489756 kB
Inactive:      4556836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18369124 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:           26544 kB
Writeback:           0 kB
AnonPages:      192732 kB
Mapped:          15344 kB
Slab:           471608 kB
PageTables:       5024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   383880 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= 71588 MiB
End job on node118 at 2011-04-28 13:12:20