Trace number 2079139

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
pcs 0.3.2SAT 301.583 304.494

DiagnosticValue
ASSIGNMENTS13275

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg5-6_ext.xml
MD5SUM329f89ece2c8c1cdd4cc1cd52f24e53d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.53031
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints11
Maximum constraint arity6
Maximum domain size26
Number of constraints which are defined in extension11
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c small-domain mode
0.18/0.21	c Seed is 233215553
0.18/0.21	c Constructing HOME/instance-2079139-1247716649.xml  with 11 constraints
0.18/0.21	c Solving 13275 backtracks 14 restarts
301.47/304.49	s SATISFIABLE
301.47/304.49	c V0=19, V1=22, V2=8, V3=18, V4=19, V5=24, V6=17, V7=0, V8=13, V9=2, V10=7, V11=14, V12=0, V13=11, V14=5, V15=17, V16=4, V17=3, V18=8, V19=3, V20=4, V21=0, V22=19, V23=4, V24=13, V25=14, V26=17, V27=12, V28=0, V29=11, 
301.47/304.49	v 19 22 8 18 19 24 17 0 13 2 7 14 0 11 5 17 4 3 8 3 4 0 19 4 13 14 17 12 0 11 
301.47/304.49	d ASSIGNMENTS 13275

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079139-1247716649/watcher-2079139-1247716649 -o /tmp/evaluation-result-2079139-1247716649/solver-2079139-1247716649 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 233215553 HOME/instance-2079139-1247716649.xml 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.22 2.10 2.03 4/72 20457
/proc/meminfo: memFree=1763312/2055920 swapFree=4192812/4192956
[pid=20457] ppid=20455 vsize=5356 CPUtime=0
/proc/20457/stat : 20457 (pcssolve) R 20455 20457 19964 0 -1 4194304 273 0 0 0 0 0 0 0 20 0 1 0 58731546 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 217871608479 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/20457/statm: 1339 241 200 169 0 50 0
[pid=20458] ppid=20457 vsize=5356 CPUtime=0
/proc/20458/stat : 20458 (pcssolve) R 20457 20457 19964 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 58731547 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 217871608479 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/20458/statm: 1339 241 200 169 0 50 0

[startup+0.076145 s]
/proc/loadavg: 2.22 2.10 2.03 4/72 20457
/proc/meminfo: memFree=1763312/2055920 swapFree=4192812/4192956
[pid=20457] ppid=20455 vsize=4780 CPUtime=0.05
/proc/20457/stat : 20457 (pcs.small) R 20455 20457 19964 0 -1 4194304 908 873 0 0 5 0 0 0 18 0 1 0 58731546 4894720 517 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/20457/statm: 1195 517 389 142 0 149 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4780

[startup+0.101143 s]
/proc/loadavg: 2.22 2.10 2.03 4/72 20457
/proc/meminfo: memFree=1763312/2055920 swapFree=4192812/4192956
[pid=20457] ppid=20455 vsize=4780 CPUtime=0.08
/proc/20457/stat : 20457 (pcs.small) R 20455 20457 19964 0 -1 4194304 908 873 0 0 8 0 0 0 18 0 1 0 58731546 4894720 517 996147200 134512640 135095119 4294956304 18446744073709551615 134911304 0 0 4096 0 0 0 0 17 1 0 0
/proc/20457/statm: 1195 517 389 142 0 149 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4780

[startup+0.301166 s]
/proc/loadavg: 2.22 2.10 2.03 4/72 20457
/proc/meminfo: memFree=1763312/2055920 swapFree=4192812/4192956
[pid=20457] ppid=20455 vsize=4780 CPUtime=0.28
/proc/20457/stat : 20457 (pcs.small) R 20455 20457 19964 0 -1 4194304 908 873 0 0 28 0 0 0 19 0 1 0 58731546 4894720 517 996147200 134512640 135095119 4294956304 18446744073709551615 134918224 0 0 4096 0 0 0 0 17 1 0 0
/proc/20457/statm: 1195 517 389 142 0 149 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 4780

[startup+0.701212 s]
/proc/loadavg: 2.22 2.10 2.03 4/72 20457
/proc/meminfo: memFree=1763312/2055920 swapFree=4192812/4192956
[pid=20457] ppid=20455 vsize=4780 CPUtime=0.67
/proc/20457/stat : 20457 (pcs.small) R 20455 20457 19964 0 -1 4194304 908 873 0 0 67 0 0 0 23 0 1 0 58731546 4894720 517 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/20457/statm: 1195 517 389 142 0 149 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 4780

[startup+1.5013 s]
/proc/loadavg: 2.22 2.10 2.03 3/73 20463
/proc/meminfo: memFree=1762536/2055920 swapFree=4192812/4192956
[pid=20457] ppid=20455 vsize=4780 CPUtime=1.47
/proc/20457/stat : 20457 (pcs.small) R 20455 20457 19964 0 -1 4194304 908 873 0 0 147 0 0 0 25 0 1 0 58731546 4894720 517 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/20457/statm: 1195 517 389 142 0 149 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 4780

[startup+3.10149 s]
/proc/loadavg: 2.22 2.10 2.03 3/73 20463
/proc/meminfo: memFree=1762344/2055920 swapFree=4192812/4192956
[pid=20457] ppid=20455 vsize=4780 CPUtime=3.06
/proc/20457/stat : 20457 (pcs.small) R 20455 20457 19964 0 -1 4194304 908 873 0 0 306 0 0 0 25 0 1 0 58731546 4894720 517 996147200 134512640 135095119 4294956304 18446744073709551615 134918068 0 0 4096 0 0 0 0 17 1 0 0
/proc/20457/statm: 1195 517 389 142 0 149 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 4780

[startup+6.30168 s]
/proc/loadavg: 2.21 2.10 2.03 3/73 20463
/proc/meminfo: memFree=1761960/2055920 swapFree=4192812/4192956
[pid=20457] ppid=20455 vsize=4780 CPUtime=5.69
/proc/20457/stat : 20457 (pcs.small) R 20455 20457 19964 0 -1 4194304 915 873 0 0 568 1 0 0 25 0 1 0 58731546 4894720 524 996147200 134512640 135095119 4294956304 18446744073709551615 134918136 0 0 4096 0 0 0 0 17 1 0 0
/proc/20457/statm: 1195 524 389 142 0 149 0
Current children cumulated CPU time (s) 5.69
Current children cumulated vsize (KiB) 4780

[startup+12.7014 s]
/proc/loadavg: 2.19 2.10 2.03 3/73 20463
/proc/meminfo: memFree=1761256/2055920 swapFree=4192812/4192956
[pid=20457] ppid=20455 vsize=4912 CPUtime=12.07
/proc/20457/stat : 20457 (pcs.small) R 20455 20457 19964 0 -1 4194304 949 873 0 0 1206 1 0 0 25 0 1 0 58731546 5029888 558 996147200 134512640 135095119 4294956304 18446744073709551615 134918211 0 0 4096 0 0 0 0 17 1 0 0
/proc/20457/statm: 1228 558 389 142 0 182 0
Current children cumulated CPU time (s) 12.07
Current children cumulated vsize (KiB) 4912

[startup+25.5029 s]
/proc/loadavg: 2.15 2.09 2.03 3/73 20463
/proc/meminfo: memFree=1760104/2055920 swapFree=4192812/4192956
[pid=20457] ppid=20455 vsize=5208 CPUtime=24.87
/proc/20457/stat : 20457 (pcs.small) R 20455 20457 19964 0 -1 4194304 1060 873 0 0 2486 1 0 0 25 0 1 0 58731546 5332992 636 996147200 134512640 135095119 4294956304 18446744073709551615 134918161 0 0 4096 0 0 0 0 17 1 0 0
/proc/20457/statm: 1302 636 389 142 0 256 0
Current children cumulated CPU time (s) 24.87
Current children cumulated vsize (KiB) 5208

[startup+51.1028 s]
/proc/loadavg: 2.10 2.08 2.02 3/73 20463
/proc/meminfo: memFree=1757480/2055920 swapFree=4192812/4192956
[pid=20457] ppid=20455 vsize=5988 CPUtime=50.46
/proc/20457/stat : 20457 (pcs.small) R 20455 20457 19964 0 -1 4194304 1283 873 0 0 5045 1 0 0 25 0 1 0 58731546 6131712 794 996147200 134512640 135095119 4294956304 18446744073709551615 134554982 0 0 4096 0 0 0 0 17 1 0 0
/proc/20457/statm: 1497 794 389 142 0 451 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 5988

[startup+102.307 s]
/proc/loadavg: 2.04 2.07 2.02 3/73 20463
/proc/meminfo: memFree=1751080/2055920 swapFree=4192812/4192956
[pid=20457] ppid=20455 vsize=7288 CPUtime=101.65
/proc/20457/stat : 20457 (pcs.small) R 20455 20457 19964 0 -1 4194304 1719 873 0 0 10164 1 0 0 25 0 1 0 58731546 7462912 1068 996147200 134512640 135095119 4294956304 18446744073709551615 134918163 0 0 4096 0 0 0 0 17 1 0 0
/proc/20457/statm: 1822 1068 389 142 0 776 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 7288

[startup+162.303 s]
/proc/loadavg: 1.94 2.04 2.01 3/82 20504
/proc/meminfo: memFree=1752344/2055920 swapFree=4192812/4192956
[pid=20457] ppid=20455 vsize=8572 CPUtime=161.01
/proc/20457/stat : 20457 (pcs.small) R 20455 20457 19964 0 -1 4194304 2218 873 0 0 16099 2 0 0 25 0 1 0 58731546 8777728 1310 996147200 134512640 135095119 4294956304 18446744073709551615 134927054 0 0 4096 0 0 0 0 17 1 0 0
/proc/20457/statm: 2143 1310 389 142 0 1097 0
Current children cumulated CPU time (s) 161.01
Current children cumulated vsize (KiB) 8572

[startup+222.302 s]
/proc/loadavg: 1.94 2.01 2.00 3/82 20552
/proc/meminfo: memFree=1747928/2055920 swapFree=4192812/4192956
[pid=20457] ppid=20455 vsize=10016 CPUtime=220.62
/proc/20457/stat : 20457 (pcs.small) R 20455 20457 19964 0 -1 4194304 2707 873 0 0 22060 2 0 0 25 0 1 0 58731546 10256384 1734 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/20457/statm: 2504 1734 389 142 0 1458 0
Current children cumulated CPU time (s) 220.62
Current children cumulated vsize (KiB) 10016

[startup+282.301 s]
/proc/loadavg: 1.98 2.01 2.00 3/73 20585
/proc/meminfo: memFree=1763880/2055920 swapFree=4192812/4192956
[pid=20457] ppid=20455 vsize=12192 CPUtime=279.46
/proc/20457/stat : 20457 (pcs.small) R 20455 20457 19964 0 -1 4194304 3420 873 0 0 27942 4 0 0 25 0 1 0 58731546 12484608 1934 996147200 134512640 135095119 4294956304 18446744073709551615 134918171 0 0 4096 0 0 0 0 17 0 0 0
/proc/20457/statm: 3048 1934 389 142 0 2002 0
Current children cumulated CPU time (s) 279.46
Current children cumulated vsize (KiB) 12192

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

[startup+282.703 s]
/proc/loadavg: 1.98 2.01 2.00 3/73 20585
/proc/meminfo: memFree=1763816/2055920 swapFree=4192812/4192956
[pid=20457] ppid=20455 vsize=12192 CPUtime=279.87
/proc/20457/stat : 20457 (pcs.small) R 20455 20457 19964 0 -1 4194304 3422 873 0 0 27983 4 0 0 25 0 1 0 58731546 12484608 1936 996147200 134512640 135095119 4294956304 18446744073709551615 134918187 0 0 4096 0 0 0 0 17 0 0 0
/proc/20457/statm: 3048 1936 389 142 0 2002 0
Current children cumulated CPU time (s) 279.87
Current children cumulated vsize (KiB) 12192

[startup+295.502 s]
/proc/loadavg: 1.98 2.01 2.00 3/73 20585
/proc/meminfo: memFree=1762344/2055920 swapFree=4192812/4192956
[pid=20457] ppid=20455 vsize=12324 CPUtime=292.61
/proc/20457/stat : 20457 (pcs.small) R 20455 20457 19964 0 -1 4194304 3489 873 0 0 29257 4 0 0 25 0 1 0 58731546 12619776 2003 996147200 134512640 135095119 4294956304 18446744073709551615 134927001 0 0 4096 0 0 0 0 17 0 0 0
/proc/20457/statm: 3081 2003 389 142 0 2035 0
Current children cumulated CPU time (s) 292.61
Current children cumulated vsize (KiB) 12324

[startup+298.701 s]
/proc/loadavg: 1.98 2.01 2.00 3/73 20585
/proc/meminfo: memFree=1762152/2055920 swapFree=4192812/4192956
[pid=20457] ppid=20455 vsize=12456 CPUtime=295.79
/proc/20457/stat : 20457 (pcs.small) R 20455 20457 19964 0 -1 4194304 3505 873 0 0 29575 4 0 0 25 0 1 0 58731546 12754944 2019 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 0 0 0
/proc/20457/statm: 3114 2019 389 142 0 2068 0
Current children cumulated CPU time (s) 295.79
Current children cumulated vsize (KiB) 12456

[startup+301.902 s]
/proc/loadavg: 1.98 2.00 2.00 3/73 20585
/proc/meminfo: memFree=1762024/2055920 swapFree=4192812/4192956
[pid=20457] ppid=20455 vsize=12456 CPUtime=298.98
/proc/20457/stat : 20457 (pcs.small) R 20455 20457 19964 0 -1 4194304 3521 873 0 0 29894 4 0 0 25 0 1 0 58731546 12754944 2035 996147200 134512640 135095119 4294956304 18446744073709551615 134918099 0 0 4096 0 0 0 0 17 0 0 0
/proc/20457/statm: 3114 2035 389 142 0 2068 0
Current children cumulated CPU time (s) 298.98
Current children cumulated vsize (KiB) 12456

[startup+303.502 s]
/proc/loadavg: 1.98 2.00 2.00 3/73 20585
/proc/meminfo: memFree=1761896/2055920 swapFree=4192812/4192956
[pid=20457] ppid=20455 vsize=12456 CPUtime=300.58
/proc/20457/stat : 20457 (pcs.small) R 20455 20457 19964 0 -1 4194304 3530 873 0 0 30054 4 0 0 25 0 1 0 58731546 12754944 2044 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 0 0 0
/proc/20457/statm: 3114 2044 389 142 0 2068 0
Current children cumulated CPU time (s) 300.58
Current children cumulated vsize (KiB) 12456

[startup+303.902 s]
/proc/loadavg: 1.98 2.00 2.00 3/73 20585
/proc/meminfo: memFree=1761832/2055920 swapFree=4192812/4192956
[pid=20457] ppid=20455 vsize=12456 CPUtime=300.97
/proc/20457/stat : 20457 (pcs.small) R 20455 20457 19964 0 -1 4194304 3532 873 0 0 30093 4 0 0 25 0 1 0 58731546 12754944 2046 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/20457/statm: 3114 2046 389 142 0 2068 0
Current children cumulated CPU time (s) 300.97
Current children cumulated vsize (KiB) 12456

[startup+304.301 s]
/proc/loadavg: 1.98 2.00 2.00 3/73 20585
/proc/meminfo: memFree=1761832/2055920 swapFree=4192812/4192956
[pid=20457] ppid=20455 vsize=12456 CPUtime=301.37
/proc/20457/stat : 20457 (pcs.small) R 20455 20457 19964 0 -1 4194304 3534 873 0 0 30133 4 0 0 25 0 1 0 58731546 12754944 2048 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/20457/statm: 3114 2048 389 142 0 2068 0
Current children cumulated CPU time (s) 301.37
Current children cumulated vsize (KiB) 12456

[startup+304.401 s]
/proc/loadavg: 1.98 2.00 2.00 3/73 20585
/proc/meminfo: memFree=1761832/2055920 swapFree=4192812/4192956
[pid=20457] ppid=20455 vsize=12456 CPUtime=301.47
/proc/20457/stat : 20457 (pcs.small) R 20455 20457 19964 0 -1 4194304 3534 873 0 0 30143 4 0 0 25 0 1 0 58731546 12754944 2048 996147200 134512640 135095119 4294956304 18446744073709551615 134927086 0 0 4096 0 0 0 0 17 0 0 0
/proc/20457/statm: 3114 2048 389 142 0 2068 0
Current children cumulated CPU time (s) 301.47
Current children cumulated vsize (KiB) 12456

Child status: 0
Real time (s): 304.494
CPU time (s): 301.583
CPU user time (s): 301.531
CPU system time (s): 0.051992
CPU usage (%): 99.0441
Max. virtual memory (cumulated for all children) (KiB): 12456

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

runsolver used 0.424935 second user time and 1.15282 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-16 05:57:29
IDJOB=2079139
IDBENCH=56854
IDSOLVER=733
FILE ID=node28/2079139-1247716649
PBS_JOBID= 9521462
Free space on /tmp= 66008 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg5-6_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079139-1247716649/watcher-2079139-1247716649 -o /tmp/evaluation-result-2079139-1247716649/solver-2079139-1247716649 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 233215553 HOME/instance-2079139-1247716649.xml

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

MD5SUM BENCH= 329f89ece2c8c1cdd4cc1cd52f24e53d
RANDOM SEED=233215553

node28.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.230
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.230
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:       1763792 kB
Buffers:         37900 kB
Cached:         159708 kB
SwapCached:          0 kB
Active:         103600 kB
Inactive:       125924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1763792 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1824 kB
Writeback:           0 kB
Mapped:          43392 kB
Slab:            47868 kB
Committed_AS:   581532 kB
PageTables:       1808 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= 66008 MiB
End job on node28 at 2009-07-16 06:02:34