Trace number 314607

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, and are wall clock time (not CPU 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
Spear FH 1.0UNSAT 325.861 325.977

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-06.cnf
MD5SUM7fecd449fbdae0a526f53e395d9a04d4
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark176.159
Satisfiable
(Un)Satisfiability was proved
Number of variables46335
Number of clauses632886
Sum of the clauses size1813066
Maximum clause length36174
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2579116
Number of clauses of size 315779
Number of clauses of size 4960
Number of clauses of size 5277
Number of clauses of size over 536753

Solver Data (download as text)

0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/314607-1172639469/instance-314607-1172639469.cnf
325.77/325.96	s UNSATISFIABLE
325.77/325.96	c runtime 325.89 [s]

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node6/watcher-314607-1172639469 -o ROOT/results/node6/solver-314607-1172639469 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314607-1172639469/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/314607-1172639469/instance-314607-1172639469.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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.91 0.95 0.97 3/77 25422
/proc/meminfo: memFree=1452984/2055924 swapFree=4191880/4192956
[pid=25422] ppid=25420 vsize=1932 CPUtime=0
/proc/25422/stat : 25422 (Spear-32) R 25420 25422 25017 0 -1 4194304 264 0 0 0 0 0 0 0 18 0 1 0 283901585 1978368 249 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134515399 0 0 4096 0 0 0 0 17 1 0 0
/proc/25422/statm: 483 249 126 302 0 178 0

[startup+0.104888 s]
/proc/loadavg: 0.91 0.95 0.97 3/77 25422
/proc/meminfo: memFree=1452984/2055924 swapFree=4191880/4192956
[pid=25422] ppid=25420 vsize=8100 CPUtime=0.09
/proc/25422/stat : 25422 (Spear-32) R 25420 25422 25017 0 -1 4194304 2356 0 0 0 8 1 0 0 18 0 1 0 283901585 8294400 1581 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25422/statm: 2025 1581 127 302 0 1720 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8100

[startup+0.201907 s]
/proc/loadavg: 0.91 0.95 0.97 3/77 25422
/proc/meminfo: memFree=1452984/2055924 swapFree=4191880/4192956
[pid=25422] ppid=25420 vsize=8620 CPUtime=0.19
/proc/25422/stat : 25422 (Spear-32) R 25420 25422 25017 0 -1 4194304 2430 0 0 0 18 1 0 0 18 0 1 0 283901585 8826880 1655 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25422/statm: 2155 1655 129 302 0 1850 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8620

[startup+0.301926 s]
/proc/loadavg: 0.91 0.95 0.97 3/77 25422
/proc/meminfo: memFree=1452984/2055924 swapFree=4191880/4192956
[pid=25422] ppid=25420 vsize=8752 CPUtime=0.29
/proc/25422/stat : 25422 (Spear-32) R 25420 25422 25017 0 -1 4194304 2476 0 0 0 28 1 0 0 19 0 1 0 283901585 8962048 1701 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25422/statm: 2188 1701 129 302 0 1883 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8752

[startup+0.702004 s]
/proc/loadavg: 0.91 0.95 0.97 3/77 25422
/proc/meminfo: memFree=1452984/2055924 swapFree=4191880/4192956
[pid=25422] ppid=25420 vsize=10204 CPUtime=0.69
/proc/25422/stat : 25422 (Spear-32) R 25420 25422 25017 0 -1 4194304 2824 0 0 0 67 2 0 0 23 0 1 0 283901585 10448896 2049 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25422/statm: 2551 2049 129 302 0 2246 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10204

[startup+1.50116 s]
/proc/loadavg: 0.91 0.95 0.97 2/78 25423
/proc/meminfo: memFree=1444016/2055924 swapFree=4191880/4192956
[pid=25422] ppid=25420 vsize=13912 CPUtime=1.49
/proc/25422/stat : 25422 (Spear-32) R 25420 25422 25017 0 -1 4194304 3887 0 0 0 146 3 0 0 25 0 1 0 283901585 14245888 2978 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25422/statm: 3478 2978 140 302 0 3173 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13912

[startup+3.10148 s]
/proc/loadavg: 0.91 0.95 0.97 2/78 25423
/proc/meminfo: memFree=1441008/2055924 swapFree=4191880/4192956
[pid=25422] ppid=25420 vsize=14836 CPUtime=3.09
/proc/25422/stat : 25422 (Spear-32) R 25420 25422 25017 0 -1 4194304 4098 0 0 0 305 4 0 0 25 0 1 0 283901585 15192064 3189 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25422/statm: 3709 3189 140 302 0 3404 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14836

[startup+6.30111 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25423
/proc/meminfo: memFree=1440304/2055924 swapFree=4191880/4192956
[pid=25422] ppid=25420 vsize=15356 CPUtime=6.28
/proc/25422/stat : 25422 (Spear-32) R 25420 25422 25017 0 -1 4194304 4211 0 0 0 623 5 0 0 25 0 1 0 283901585 15724544 3302 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25422/statm: 3839 3302 140 302 0 3534 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 15356

[startup+12.7014 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25423
/proc/meminfo: memFree=1437936/2055924 swapFree=4191880/4192956
[pid=25422] ppid=25420 vsize=17724 CPUtime=12.69
/proc/25422/stat : 25422 (Spear-32) R 25420 25422 25017 0 -1 4194304 4809 0 0 0 1261 8 0 0 25 0 1 0 283901585 18149376 3900 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25422/statm: 4431 3900 140 302 0 4126 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17724

[startup+25.5019 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25423
/proc/meminfo: memFree=1434352/2055924 swapFree=4191880/4192956
[pid=25422] ppid=25420 vsize=21228 CPUtime=25.48
/proc/25422/stat : 25422 (Spear-32) R 25420 25422 25017 0 -1 4194304 5710 0 0 0 2536 12 0 0 25 0 1 0 283901585 21737472 4768 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25422/statm: 5307 4768 140 302 0 5002 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 21228

[startup+51.1019 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25423
/proc/meminfo: memFree=1430128/2055924 swapFree=4191880/4192956
[pid=25422] ppid=25420 vsize=25704 CPUtime=51.08
/proc/25422/stat : 25422 (Spear-32) R 25420 25422 25017 0 -1 4194304 6829 0 0 0 5090 18 0 0 25 0 1 0 283901585 26320896 5822 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25422/statm: 6426 5822 140 302 0 6121 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 25704

[startup+102.301 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25423
/proc/meminfo: memFree=1423984/2055924 swapFree=4191880/4192956
[pid=25422] ppid=25420 vsize=31924 CPUtime=102.26
/proc/25422/stat : 25422 (Spear-32) R 25420 25422 25017 0 -1 4194304 8342 0 0 0 10200 26 0 0 25 0 1 0 283901585 32690176 7335 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25422/statm: 7981 7335 140 302 0 7676 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 31924

[startup+162.302 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25423
/proc/meminfo: memFree=1417264/2055924 swapFree=4191880/4192956
[pid=25422] ppid=25420 vsize=39476 CPUtime=162.23
/proc/25422/stat : 25422 (Spear-32) R 25420 25422 25017 0 -1 4194304 10154 0 0 0 16186 37 0 0 25 0 1 0 283901585 40423424 9018 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25422/statm: 9869 9018 140 302 0 9564 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 39476

[startup+222.306 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25423
/proc/meminfo: memFree=1411440/2055924 swapFree=4191880/4192956
[pid=25422] ppid=25420 vsize=45204 CPUtime=222.22
/proc/25422/stat : 25422 (Spear-32) R 25420 25422 25017 0 -1 4194304 11588 0 0 0 22175 47 0 0 25 0 1 0 283901585 46288896 10452 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25422/statm: 11301 10452 140 302 0 10996 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 45204

[startup+282.302 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25423
/proc/meminfo: memFree=1408752/2055924 swapFree=4191880/4192956
[pid=25422] ppid=25420 vsize=47772 CPUtime=282.19
/proc/25422/stat : 25422 (Spear-32) R 25420 25422 25017 0 -1 4194304 12254 0 0 0 28166 53 0 0 25 0 1 0 283901585 48918528 11118 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25422/statm: 11943 11118 140 302 0 11638 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 47772

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

[startup+307.201 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25423
/proc/meminfo: memFree=1408624/2055924 swapFree=4191880/4192956
[pid=25422] ppid=25420 vsize=47904 CPUtime=307.09
/proc/25422/stat : 25422 (Spear-32) R 25420 25422 25017 0 -1 4194304 12277 0 0 0 30652 57 0 0 25 0 1 0 283901585 49053696 11141 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25422/statm: 11976 11141 140 302 0 11671 0
Current children cumulated CPU time (s) 307.09
Current children cumulated vsize (KiB) 47904

[startup+313.606 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25423
/proc/meminfo: memFree=1408624/2055924 swapFree=4191880/4192956
[pid=25422] ppid=25420 vsize=47904 CPUtime=313.49
/proc/25422/stat : 25422 (Spear-32) R 25420 25422 25017 0 -1 4194304 12281 0 0 0 31291 58 0 0 25 0 1 0 283901585 49053696 11145 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/25422/statm: 11976 11145 140 302 0 11671 0
Current children cumulated CPU time (s) 313.49
Current children cumulated vsize (KiB) 47904

[startup+320.002 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25423
/proc/meminfo: memFree=1408624/2055924 swapFree=4191880/4192956
[pid=25422] ppid=25420 vsize=47904 CPUtime=319.88
/proc/25422/stat : 25422 (Spear-32) R 25420 25422 25017 0 -1 4194304 12288 0 0 0 31930 58 0 0 25 0 1 0 283901585 49053696 11152 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25422/statm: 11976 11152 140 302 0 11671 0
Current children cumulated CPU time (s) 319.88
Current children cumulated vsize (KiB) 47904

[startup+323.202 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25423
/proc/meminfo: memFree=1408624/2055924 swapFree=4191880/4192956
[pid=25422] ppid=25420 vsize=47904 CPUtime=323.08
/proc/25422/stat : 25422 (Spear-32) R 25420 25422 25017 0 -1 4194304 12290 0 0 0 32249 59 0 0 25 0 1 0 283901585 49053696 11154 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25422/statm: 11976 11154 140 302 0 11671 0
Current children cumulated CPU time (s) 323.08
Current children cumulated vsize (KiB) 47904

[startup+324.802 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25423
/proc/meminfo: memFree=1408624/2055924 swapFree=4191880/4192956
[pid=25422] ppid=25420 vsize=47904 CPUtime=324.68
/proc/25422/stat : 25422 (Spear-32) R 25420 25422 25017 0 -1 4194304 12294 0 0 0 32409 59 0 0 25 0 1 0 283901585 49053696 11158 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25422/statm: 11976 11158 140 302 0 11671 0
Current children cumulated CPU time (s) 324.68
Current children cumulated vsize (KiB) 47904

[startup+325.601 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25423
/proc/meminfo: memFree=1408560/2055924 swapFree=4191880/4192956
[pid=25422] ppid=25420 vsize=47904 CPUtime=325.48
/proc/25422/stat : 25422 (Spear-32) R 25420 25422 25017 0 -1 4194304 12296 0 0 0 32489 59 0 0 25 0 1 0 283901585 49053696 11160 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25422/statm: 11976 11160 140 302 0 11671 0
Current children cumulated CPU time (s) 325.48
Current children cumulated vsize (KiB) 47904

[startup+325.801 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25423
/proc/meminfo: memFree=1408560/2055924 swapFree=4191880/4192956
[pid=25422] ppid=25420 vsize=47904 CPUtime=325.67
/proc/25422/stat : 25422 (Spear-32) R 25420 25422 25017 0 -1 4194304 12296 0 0 0 32508 59 0 0 25 0 1 0 283901585 49053696 11160 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25422/statm: 11976 11160 140 302 0 11671 0
Current children cumulated CPU time (s) 325.67
Current children cumulated vsize (KiB) 47904

[startup+325.901 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25423
/proc/meminfo: memFree=1408560/2055924 swapFree=4191880/4192956
[pid=25422] ppid=25420 vsize=47904 CPUtime=325.77
/proc/25422/stat : 25422 (Spear-32) R 25420 25422 25017 0 -1 4194304 12296 0 0 0 32518 59 0 0 25 0 1 0 283901585 49053696 11160 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25422/statm: 11976 11160 140 302 0 11671 0
Current children cumulated CPU time (s) 325.77
Current children cumulated vsize (KiB) 47904

Child status: 20
Real time (s): 325.977
CPU time (s): 325.861
CPU user time (s): 325.257
CPU system time (s): 0.604908
CPU usage (%): 99.9647
Max. virtual memory (cumulated for all children) (KiB): 47904

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

runsolver used 0.381941 second user time and 0.807877 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Wed Feb 28 05:11:09 UTC 2007

IDJOB= 314607
IDBENCH= 20395
IDSOLVER= 132
FILE ID= node6/314607-1172639469

PBS_JOBID= 3980939

Free space on /tmp= 66460 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-06.cnf
COMMAND LINE= /tmp/evaluation/314607-1172639469/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/314607-1172639469/instance-314607-1172639469.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-314607-1172639469 -o ROOT/results/node6/solver-314607-1172639469 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314607-1172639469/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/314607-1172639469/instance-314607-1172639469.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  7fecd449fbdae0a526f53e395d9a04d4

RANDOM SEED= 502028203

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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.277
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.277
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:      2055924 kB
MemFree:       1453456 kB
Buffers:         25376 kB
Cached:         457656 kB
SwapCached:        448 kB
Active:         208152 kB
Inactive:       330592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1453456 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:           13384 kB
Writeback:           0 kB
Mapped:          65652 kB
Slab:            49288 kB
Committed_AS:   976692 kB
PageTables:       1744 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66460 MiB

End job on node6 on Wed Feb 28 05:16:35 UTC 2007