Trace number 1784726

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
SAT07 reference solver: minisat SAT 2007UNSAT 152.967 153.048

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG8-gensys-ukn005.sat05-3584.reshuffled-07.cnf
MD5SUMdb9d2b7fba78f1cbe73aba9a1aa51042
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark34.7507
Satisfiable
(Un)Satisfiability was proved
Number of variables1133
Number of clauses56210
Sum of the clauses size352304
Maximum clause length22
Minimum clause length1
Number of clauses of size 136
Number of clauses of size 22544
Number of clauses of size 310764
Number of clauses of size 427
Number of clauses of size 545
Number of clauses of size over 542794

Solver Data

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  1133                                                 |
0.00/0.00	c |  Number of clauses:    56210                                                |
0.00/0.09	c |  Parsing time:         0.08         s                                       |
1.89/1.95	c ============================[ Search Statistics ]==============================
1.89/1.95	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.89/1.95	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.89/1.95	c ===============================================================================
1.89/1.95	c |         0 |     648    47077   298990 |    15692        0    nan |  0.000 % |
1.89/1.96	c |       100 |     648    47077   298990 |    17261      100     23 |  5.649 % |
1.89/1.99	c |       251 |     648    47077   298990 |    18987      251     20 |  5.653 % |
1.99/2.02	c |       477 |     648    47077   298990 |    20886      477     23 |  5.653 % |
1.99/2.08	c |       815 |     648    47077   298990 |    22975      815     24 |  5.649 % |
2.10/2.15	c |      1323 |     648    47077   298990 |    25272     1323     25 |  5.658 % |
2.20/2.28	c |      2082 |     648    47077   298990 |    27799     2082     26 |  5.649 % |
2.39/2.47	c |      3223 |     648    47077   298990 |    30579     3223     28 |  5.653 % |
2.79/2.88	c |      4932 |     648    47077   298990 |    33637     4932     30 |  5.653 % |
3.49/3.50	c |      7497 |     648    47077   298990 |    37001     7497     30 |  5.653 % |
4.49/4.57	c |     11345 |     648    47077   298990 |    40701    11345     32 |  5.649 % |
6.78/6.87	c |     17112 |     648    47077   298990 |    44772    17112     31 |  5.654 % |
10.79/10.84	c |     25762 |     648    47077   298990 |    49249    25762     33 |  5.649 % |
19.38/19.41	c |     38736 |     648    47077   298990 |    54174    38736     32 |  5.654 % |
34.08/34.13	c |     58197 |     642    42669   268806 |    59591    31768     33 |  6.183 % |
62.76/62.82	c |     87391 |     641    42669   268806 |    65550    19783     30 |  6.444 % |
102.83/102.95	c |    131180 |     639    40681   255224 |    72105    63562     34 |  6.443 % |
152.91/153.04	c ===============================================================================
152.91/153.04	c restarts              : 17
152.91/153.04	c conflicts             : 182558         (1194 /sec)
152.91/153.04	c decisions             : 205275         (1.21 % random) (1342 /sec)
152.91/153.04	c propagations          : 16250008       (106268 /sec)
152.91/153.04	c conflict literals     : 6106649        (48.69 % deleted)
152.91/153.04	c Memory used           : 18.08 MB
152.91/153.04	c CPU time              : 152.916 s
152.91/153.04	c 
152.91/153.04	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1784726-1241865801/watcher-1784726-1241865801 -o /tmp/evaluation-result-1784726-1241865801/solver-1784726-1241865801 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-1784726-1241865801.cnf 

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): 6000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 27738
/proc/meminfo: memFree=1892072/2055920 swapFree=4159908/4192956
[pid=27738] ppid=27736 vsize=1988 CPUtime=0
/proc/27738/stat : 27738 (minisat_noasser) R 27736 27738 27111 0 -1 4194304 399 0 0 0 0 0 0 0 18 0 1 0 214613326 2035712 385 1992294400 134512640 135048876 4294956208 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 0 0 0
/proc/27738/statm: 497 385 50 130 0 364 0

[startup+0.00843503 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 27738
/proc/meminfo: memFree=1892072/2055920 swapFree=4159908/4192956
[pid=27738] ppid=27736 vsize=2132 CPUtime=0
/proc/27738/stat : 27738 (minisat_noasser) R 27736 27738 27111 0 -1 4194304 435 0 0 0 0 0 0 0 18 0 1 0 214613326 2183168 421 1992294400 134512640 135048876 4294956208 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 0 0 0
/proc/27738/statm: 533 422 50 130 0 400 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2132

[startup+0.101445 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 27738
/proc/meminfo: memFree=1892072/2055920 swapFree=4159908/4192956
[pid=27738] ppid=27736 vsize=6732 CPUtime=0.09
/proc/27738/stat : 27738 (minisat_noasser) R 27736 27738 27111 0 -1 4194304 1590 0 0 0 8 1 0 0 18 0 1 0 214613326 6893568 1576 1992294400 134512640 135048876 4294956208 18446744073709551615 134529400 0 0 4096 3 0 0 0 17 0 0 0
/proc/27738/statm: 1683 1576 62 130 0 1550 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6732

[startup+0.301466 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 27738
/proc/meminfo: memFree=1892072/2055920 swapFree=4159908/4192956
[pid=27738] ppid=27736 vsize=6732 CPUtime=0.29
/proc/27738/stat : 27738 (minisat_noasser) R 27736 27738 27111 0 -1 4194304 1592 0 0 0 28 1 0 0 19 0 1 0 214613326 6893568 1578 1992294400 134512640 135048876 4294956208 18446744073709551615 134529400 0 0 4096 3 0 0 0 17 0 0 0
/proc/27738/statm: 1683 1578 62 130 0 1550 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6732

[startup+0.701512 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 27738
/proc/meminfo: memFree=1892072/2055920 swapFree=4159908/4192956
[pid=27738] ppid=27736 vsize=6732 CPUtime=0.69
/proc/27738/stat : 27738 (minisat_noasser) R 27736 27738 27111 0 -1 4194304 1594 0 0 0 68 1 0 0 23 0 1 0 214613326 6893568 1580 1992294400 134512640 135048876 4294956208 18446744073709551615 134529224 0 0 4096 3 0 0 0 17 0 0 0
/proc/27738/statm: 1683 1580 62 130 0 1550 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6732

[startup+1.5016 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27739
/proc/meminfo: memFree=1885920/2055920 swapFree=4159908/4192956
[pid=27738] ppid=27736 vsize=7032 CPUtime=1.49
/proc/27738/stat : 27738 (minisat_noasser) R 27736 27738 27111 0 -1 4194304 1644 0 0 0 148 1 0 0 25 0 1 0 214613326 7200768 1630 1992294400 134512640 135048876 4294956208 18446744073709551615 134529224 0 0 4096 3 0 0 0 17 0 0 0
/proc/27738/statm: 1758 1630 62 130 0 1625 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7032

[startup+3.10179 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27739
/proc/meminfo: memFree=1885856/2055920 swapFree=4159908/4192956
[pid=27738] ppid=27736 vsize=6488 CPUtime=3.09
/proc/27738/stat : 27738 (minisat_noasser) R 27736 27738 27111 0 -1 4194304 1665 0 0 0 308 1 0 0 25 0 1 0 214613326 6643712 1527 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/27738/statm: 1622 1527 66 130 0 1489 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6488

[startup+6.30115 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27739
/proc/meminfo: memFree=1885280/2055920 swapFree=4159908/4192956
[pid=27738] ppid=27736 vsize=7416 CPUtime=6.28
/proc/27738/stat : 27738 (minisat_noasser) R 27736 27738 27111 0 -1 4194304 1906 0 0 0 627 1 0 0 25 0 1 0 214613326 7593984 1768 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/27738/statm: 1854 1768 66 130 0 1721 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7416

[startup+12.7019 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27739
/proc/meminfo: memFree=1882720/2055920 swapFree=4159908/4192956
[pid=27738] ppid=27736 vsize=9760 CPUtime=12.69
/proc/27738/stat : 27738 (minisat_noasser) R 27736 27738 27111 0 -1 4194304 2472 0 0 0 1267 2 0 0 25 0 1 0 214613326 9994240 2334 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/27738/statm: 2440 2334 66 130 0 2307 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9760

[startup+25.5013 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27739
/proc/meminfo: memFree=1880736/2055920 swapFree=4159908/4192956
[pid=27738] ppid=27736 vsize=11620 CPUtime=25.48
/proc/27738/stat : 27738 (minisat_noasser) R 27736 27738 27111 0 -1 4194304 2959 0 0 0 2546 2 0 0 25 0 1 0 214613326 11898880 2821 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/27738/statm: 2905 2821 66 130 0 2772 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11620

[startup+51.1012 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27739
/proc/meminfo: memFree=1878944/2055920 swapFree=4159908/4192956
[pid=27738] ppid=27736 vsize=13700 CPUtime=51.06
/proc/27738/stat : 27738 (minisat_noasser) R 27736 27738 27111 0 -1 4194304 3449 0 0 0 5103 3 0 0 25 0 1 0 214613326 14028800 3311 1992294400 134512640 135048876 4294956208 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 0 0 0
/proc/27738/statm: 3425 3311 66 130 0 3292 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 13700

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27739
/proc/meminfo: memFree=1875808/2055920 swapFree=4159908/4192956
[pid=27738] ppid=27736 vsize=16640 CPUtime=102.24
/proc/27738/stat : 27738 (minisat_noasser) R 27736 27738 27111 0 -1 4194304 4180 0 0 0 10220 4 0 0 25 0 1 0 214613326 17039360 4042 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/27738/statm: 4160 4042 66 130 0 4027 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 16640

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

[startup+127.902 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27739
/proc/meminfo: memFree=1874080/2055920 swapFree=4159908/4192956
[pid=27738] ppid=27736 vsize=18512 CPUtime=127.82
/proc/27738/stat : 27738 (minisat_noasser) R 27736 27738 27111 0 -1 4194304 4625 0 0 0 12778 4 0 0 25 0 1 0 214613326 18956288 4487 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/27738/statm: 4628 4487 66 130 0 4495 0
Current children cumulated CPU time (s) 127.82
Current children cumulated vsize (KiB) 18512

[startup+140.701 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27739
/proc/meminfo: memFree=1874016/2055920 swapFree=4159908/4192956
[pid=27738] ppid=27736 vsize=18512 CPUtime=140.62
/proc/27738/stat : 27738 (minisat_noasser) R 27736 27738 27111 0 -1 4194304 4639 0 0 0 14058 4 0 0 25 0 1 0 214613326 18956288 4501 1992294400 134512640 135048876 4294956208 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 0 0 0
/proc/27738/statm: 4628 4501 66 130 0 4495 0
Current children cumulated CPU time (s) 140.62
Current children cumulated vsize (KiB) 18512

[startup+147.101 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27739
/proc/meminfo: memFree=1874016/2055920 swapFree=4159908/4192956
[pid=27738] ppid=27736 vsize=18512 CPUtime=147.01
/proc/27738/stat : 27738 (minisat_noasser) R 27736 27738 27111 0 -1 4194304 4639 0 0 0 14697 4 0 0 25 0 1 0 214613326 18956288 4501 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/27738/statm: 4628 4501 66 130 0 4495 0
Current children cumulated CPU time (s) 147.01
Current children cumulated vsize (KiB) 18512

[startup+150.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27739
/proc/meminfo: memFree=1874016/2055920 swapFree=4159908/4192956
[pid=27738] ppid=27736 vsize=18512 CPUtime=150.21
/proc/27738/stat : 27738 (minisat_noasser) R 27736 27738 27111 0 -1 4194304 4639 0 0 0 15017 4 0 0 25 0 1 0 214613326 18956288 4501 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/27738/statm: 4628 4501 66 130 0 4495 0
Current children cumulated CPU time (s) 150.21
Current children cumulated vsize (KiB) 18512

[startup+151.902 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27739
/proc/meminfo: memFree=1873888/2055920 swapFree=4159908/4192956
[pid=27738] ppid=27736 vsize=18512 CPUtime=151.81
/proc/27738/stat : 27738 (minisat_noasser) R 27736 27738 27111 0 -1 4194304 4639 0 0 0 15177 4 0 0 25 0 1 0 214613326 18956288 4501 1992294400 134512640 135048876 4294956208 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 0 0 0
/proc/27738/statm: 4628 4501 66 130 0 4495 0
Current children cumulated CPU time (s) 151.81
Current children cumulated vsize (KiB) 18512

[startup+152.702 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27739
/proc/meminfo: memFree=1873888/2055920 swapFree=4159908/4192956
[pid=27738] ppid=27736 vsize=18512 CPUtime=152.61
/proc/27738/stat : 27738 (minisat_noasser) R 27736 27738 27111 0 -1 4194304 4639 0 0 0 15257 4 0 0 25 0 1 0 214613326 18956288 4501 1992294400 134512640 135048876 4294956208 18446744073709551615 134547161 0 0 4096 3 0 0 0 17 0 0 0
/proc/27738/statm: 4628 4501 66 130 0 4495 0
Current children cumulated CPU time (s) 152.61
Current children cumulated vsize (KiB) 18512

[startup+152.906 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27739
/proc/meminfo: memFree=1873888/2055920 swapFree=4159908/4192956
[pid=27738] ppid=27736 vsize=18512 CPUtime=152.81
/proc/27738/stat : 27738 (minisat_noasser) R 27736 27738 27111 0 -1 4194304 4639 0 0 0 15277 4 0 0 25 0 1 0 214613326 18956288 4501 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/27738/statm: 4628 4501 66 130 0 4495 0
Current children cumulated CPU time (s) 152.81
Current children cumulated vsize (KiB) 18512

[startup+153.002 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 27739
/proc/meminfo: memFree=1873888/2055920 swapFree=4159908/4192956
[pid=27738] ppid=27736 vsize=18512 CPUtime=152.91
/proc/27738/stat : 27738 (minisat_noasser) R 27736 27738 27111 0 -1 4194304 4639 0 0 0 15287 4 0 0 25 0 1 0 214613326 18956288 4501 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/27738/statm: 4628 4501 66 130 0 4495 0
Current children cumulated CPU time (s) 152.91
Current children cumulated vsize (KiB) 18512

Child status: 20
Real time (s): 153.048
CPU time (s): 152.967
CPU user time (s): 152.916
CPU system time (s): 0.050992
CPU usage (%): 99.9471
Max. virtual memory (cumulated for all children) (KiB): 18512

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

runsolver used 0.112982 second user time and 0.45493 second system time

The end

Launcher Data

Begin job on node32 at 2009-05-09 12:43:22
IDJOB=1784726
IDBENCH=24601
IDSOLVER=639
FILE ID=node32/1784726-1241865801
PBS_JOBID= 9264580
Free space on /tmp= 66032 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT07/crafted/Medium/contest05/others/QG8-gensys-ukn005.sat05-3584.reshuffled-07.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784726-1241865801/watcher-1784726-1241865801 -o /tmp/evaluation-result-1784726-1241865801/solver-1784726-1241865801 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-1784726-1241865801.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= db9d2b7fba78f1cbe73aba9a1aa51042
RANDOM SEED=771218984

node32.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1892560 kB
Buffers:         25408 kB
Cached:          71608 kB
SwapCached:      26540 kB
Active:          90440 kB
Inactive:        34512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1892560 kB
SwapTotal:     4192956 kB
SwapFree:      4159908 kB
Dirty:            3144 kB
Writeback:           0 kB
Mapped:          14188 kB
Slab:            24212 kB
Committed_AS:   749024 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66032 MiB
End job on node32 at 2009-05-09 12:45:55