Trace number 1580543

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
HydraSAT 2009-03-22-BaseUNSAT 386.554 386.688

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-5p0.cnf
MD5SUM4385f03fe3bdaf0f127ae989ddd7908d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark107.285
Satisfiable
(Un)Satisfiability was proved
Number of variables162696
Number of clauses821000
Sum of the clauses size1953203
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617825
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

386.46/386.66	
386.46/386.66	c decisions : 731755
386.46/386.66	c conflicts : 146670
386.46/386.66	c Memory limit 1620 MiB
386.46/386.66	c RANDOM SEED: 1099786250
386.46/386.66	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-1580543-1238920237/watcher-1580543-1238920237 -o /tmp/evaluation-result-1580543-1238920237/solver-1580543-1238920237 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat HOME/instance-1580543-1238920237.cnf -rs 1099786250 -co memory_limit 1800 

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): 1800 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: 1.00 1.00 1.00 3/81 18920
/proc/meminfo: memFree=1711048/2055920 swapFree=4169716/4192956
[pid=18920] ppid=18918 vsize=4976 CPUtime=0
/proc/18920/stat : 18920 (hydrasat) R 18918 18920 18473 0 -1 4194304 240 0 0 0 0 0 0 0 20 0 1 0 518352697 5095424 224 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 1 0 0
/proc/18920/statm: 1244 225 151 362 0 879 0

[startup+0.0933831 s]
/proc/loadavg: 1.00 1.00 1.00 3/81 18920
/proc/meminfo: memFree=1711048/2055920 swapFree=4169716/4192956
[pid=18920] ppid=18918 vsize=8540 CPUtime=0.08
/proc/18920/stat : 18920 (hydrasat) R 18918 18920 18473 0 -1 4194304 1199 0 0 0 8 0 0 0 20 0 1 0 518352697 8744960 1183 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 1 0 0
/proc/18920/statm: 2135 1184 151 362 0 1770 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8540

[startup+0.102383 s]
/proc/loadavg: 1.00 1.00 1.00 3/81 18920
/proc/meminfo: memFree=1711048/2055920 swapFree=4169716/4192956
[pid=18920] ppid=18918 vsize=8804 CPUtime=0.09
/proc/18920/stat : 18920 (hydrasat) R 18918 18920 18473 0 -1 4194304 1292 0 0 0 9 0 0 0 20 0 1 0 518352697 9015296 1276 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 1 0 0
/proc/18920/statm: 2201 1277 151 362 0 1836 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8804

[startup+0.302404 s]
/proc/loadavg: 1.00 1.00 1.00 3/81 18920
/proc/meminfo: memFree=1711048/2055920 swapFree=4169716/4192956
[pid=18920] ppid=18918 vsize=16592 CPUtime=0.29
/proc/18920/stat : 18920 (hydrasat) R 18918 18920 18473 0 -1 4194304 3415 0 0 0 28 1 0 0 22 0 1 0 518352697 16990208 3399 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 1 0 0
/proc/18920/statm: 4148 3399 151 362 0 3783 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16592

[startup+0.702453 s]
/proc/loadavg: 1.00 1.00 1.00 3/81 18920
/proc/meminfo: memFree=1711048/2055920 swapFree=4169716/4192956
[pid=18920] ppid=18918 vsize=31640 CPUtime=0.69
/proc/18920/stat : 18920 (hydrasat) R 18918 18920 18473 0 -1 4194304 7532 0 0 0 66 3 0 0 25 0 1 0 518352697 32399360 7516 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 1 0 0
/proc/18920/statm: 7910 7516 151 362 0 7545 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31640

[startup+1.50152 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 18921
/proc/meminfo: memFree=1666624/2055920 swapFree=4169716/4192956
[pid=18920] ppid=18918 vsize=62308 CPUtime=1.49
/proc/18920/stat : 18920 (hydrasat) R 18918 18920 18473 0 -1 4194304 16005 0 0 0 142 7 0 0 25 0 1 0 518352697 63803392 14876 1992294400 134512640 135997824 4294956160 18446744073709551615 134692700 0 0 4096 1 0 0 0 17 1 0 0
/proc/18920/statm: 15577 14876 158 362 0 15212 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62308

[startup+3.10168 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 18921
/proc/meminfo: memFree=1650496/2055920 swapFree=4169716/4192956
[pid=18920] ppid=18918 vsize=77904 CPUtime=3.09
/proc/18920/stat : 18920 (hydrasat) R 18918 18920 18473 0 -1 4194304 20332 0 0 0 299 10 0 0 25 0 1 0 518352697 79773696 17901 1992294400 134512640 135997824 4294956160 18446744073709551615 135387649 0 0 4096 1 0 0 0 17 1 0 0
/proc/18920/statm: 19476 17901 159 362 0 19111 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 77904

[startup+6.30199 s]
/proc/loadavg: 1.16 1.03 1.01 2/82 18921
/proc/meminfo: memFree=1602368/2055920 swapFree=4169716/4192956
[pid=18920] ppid=18918 vsize=116472 CPUtime=6.28
/proc/18920/stat : 18920 (hydrasat) R 18918 18920 18473 0 -1 4194304 32309 0 0 0 613 15 0 0 25 0 1 0 518352697 119267328 27253 1992294400 134512640 135997824 4294956160 18446744073709551615 134757635 0 0 4096 1 0 0 0 17 1 0 0
/proc/18920/statm: 29118 27253 174 362 0 28753 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 116472

[startup+12.7016 s]
/proc/loadavg: 1.15 1.03 1.01 2/82 18921
/proc/meminfo: memFree=1601856/2055920 swapFree=4169716/4192956
[pid=18920] ppid=18918 vsize=117000 CPUtime=12.68
/proc/18920/stat : 18920 (hydrasat) R 18918 18920 18473 0 -1 4194304 32455 0 0 0 1253 15 0 0 25 0 1 0 518352697 119808000 27399 1992294400 134512640 135997824 4294956160 18446744073709551615 134757664 0 0 4096 1 0 0 0 17 1 0 0
/proc/18920/statm: 29250 27399 174 362 0 28885 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 117000

[startup+25.5019 s]
/proc/loadavg: 1.11 1.03 1.01 2/82 18921
/proc/meminfo: memFree=1601344/2055920 swapFree=4169716/4192956
[pid=18920] ppid=18918 vsize=117396 CPUtime=25.47
/proc/18920/stat : 18920 (hydrasat) R 18918 18920 18473 0 -1 4194304 32568 0 0 0 2532 15 0 0 25 0 1 0 518352697 120213504 27512 1992294400 134512640 135997824 4294956160 18446744073709551615 134843412 0 0 4096 1 0 0 0 17 1 0 0
/proc/18920/statm: 29349 27512 174 362 0 28984 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 117396

[startup+51.1014 s]
/proc/loadavg: 1.07 1.03 1.01 2/82 18921
/proc/meminfo: memFree=1600640/2055920 swapFree=4169716/4192956
[pid=18920] ppid=18918 vsize=118200 CPUtime=51.05
/proc/18920/stat : 18920 (hydrasat) R 18918 18920 18473 0 -1 4194304 32759 0 0 0 5089 16 0 0 25 0 1 0 518352697 121036800 27703 1992294400 134512640 135997824 4294956160 18446744073709551615 134590879 0 0 4096 1 0 0 0 17 1 0 0
/proc/18920/statm: 29550 27703 174 362 0 29185 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 118200

[startup+102.307 s]
/proc/loadavg: 1.03 1.02 1.00 2/82 18921
/proc/meminfo: memFree=1598848/2055920 swapFree=4169716/4192956
[pid=18920] ppid=18918 vsize=119920 CPUtime=102.24
/proc/18920/stat : 18920 (hydrasat) R 18918 18920 18473 0 -1 4194304 33192 0 0 0 10208 16 0 0 25 0 1 0 518352697 122798080 28136 1992294400 134512640 135997824 4294956160 18446744073709551615 134817019 0 0 4096 1 0 0 0 17 1 0 0
/proc/18920/statm: 29980 28136 174 362 0 29615 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 119920

[startup+162.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/82 18921
/proc/meminfo: memFree=1597952/2055920 swapFree=4169716/4192956
[pid=18920] ppid=18918 vsize=120920 CPUtime=162.22
/proc/18920/stat : 18920 (hydrasat) R 18918 18920 18473 0 -1 4194304 33419 0 0 0 16206 16 0 0 25 0 1 0 518352697 123822080 28363 1992294400 134512640 135997824 4294956160 18446744073709551615 134683535 0 0 4096 1 0 0 0 17 1 0 0
/proc/18920/statm: 30230 28363 174 362 0 29865 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 120920

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/82 18921
/proc/meminfo: memFree=1596928/2055920 swapFree=4169716/4192956
[pid=18920] ppid=18918 vsize=121856 CPUtime=222.2
/proc/18920/stat : 18920 (hydrasat) R 18918 18920 18473 0 -1 4194304 33663 0 0 0 22204 16 0 0 25 0 1 0 518352697 124780544 28607 1992294400 134512640 135997824 4294956160 18446744073709551615 134817019 0 0 4096 1 0 0 0 17 1 0 0
/proc/18920/statm: 30464 28607 174 362 0 30099 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 121856

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 18921
/proc/meminfo: memFree=1595968/2055920 swapFree=4169716/4192956
[pid=18920] ppid=18918 vsize=122952 CPUtime=282.18
/proc/18920/stat : 18920 (hydrasat) R 18918 18920 18473 0 -1 4194304 33896 0 0 0 28202 16 0 0 25 0 1 0 518352697 125902848 28840 1992294400 134512640 135997824 4294956160 18446744073709551615 134817034 0 0 4096 1 0 0 0 17 1 0 0
/proc/18920/statm: 30738 28840 174 362 0 30373 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 122952

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 18921
/proc/meminfo: memFree=1595072/2055920 swapFree=4169716/4192956
[pid=18920] ppid=18918 vsize=123628 CPUtime=342.17
/proc/18920/stat : 18920 (hydrasat) R 18918 18920 18473 0 -1 4194304 34098 0 0 0 34201 16 0 0 25 0 1 0 518352697 126595072 29042 1992294400 134512640 135997824 4294956160 18446744073709551615 134590879 0 0 4096 1 0 0 0 17 1 0 0
/proc/18920/statm: 30907 29042 174 362 0 30542 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 123628

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

[startup+358.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 18921
/proc/meminfo: memFree=1594944/2055920 swapFree=4169716/4192956
[pid=18920] ppid=18918 vsize=123896 CPUtime=358.16
/proc/18920/stat : 18920 (hydrasat) R 18918 18920 18473 0 -1 4194304 34140 0 0 0 35800 16 0 0 25 0 1 0 518352697 126869504 29084 1992294400 134512640 135997824 4294956160 18446744073709551615 134817019 0 0 4096 1 0 0 0 17 1 0 0
/proc/18920/statm: 30974 29084 174 362 0 30609 0
Current children cumulated CPU time (s) 358.16
Current children cumulated vsize (KiB) 123896

[startup+371.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 18921
/proc/meminfo: memFree=1594752/2055920 swapFree=4169716/4192956
[pid=18920] ppid=18918 vsize=124028 CPUtime=370.96
/proc/18920/stat : 18920 (hydrasat) R 18918 18920 18473 0 -1 4194304 34184 0 0 0 37080 16 0 0 25 0 1 0 518352697 127004672 29128 1992294400 134512640 135997824 4294956160 18446744073709551615 134757372 0 0 4096 1 0 0 0 17 1 0 0
/proc/18920/statm: 31007 29128 174 362 0 30642 0
Current children cumulated CPU time (s) 370.96
Current children cumulated vsize (KiB) 124028

[startup+377.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 18921
/proc/meminfo: memFree=1594688/2055920 swapFree=4169716/4192956
[pid=18920] ppid=18918 vsize=124028 CPUtime=377.36
/proc/18920/stat : 18920 (hydrasat) R 18918 18920 18473 0 -1 4194304 34200 0 0 0 37719 17 0 0 25 0 1 0 518352697 127004672 29144 1992294400 134512640 135997824 4294956160 18446744073709551615 134757664 0 0 4096 1 0 0 0 17 1 0 0
/proc/18920/statm: 31007 29144 174 362 0 30642 0
Current children cumulated CPU time (s) 377.36
Current children cumulated vsize (KiB) 124028

[startup+380.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 18921
/proc/meminfo: memFree=1594624/2055920 swapFree=4169716/4192956
[pid=18920] ppid=18918 vsize=124160 CPUtime=380.56
/proc/18920/stat : 18920 (hydrasat) R 18918 18920 18473 0 -1 4194304 34209 0 0 0 38039 17 0 0 25 0 1 0 518352697 127139840 29153 1992294400 134512640 135997824 4294956160 18446744073709551615 134757315 0 0 4096 1 0 0 0 17 1 0 0
/proc/18920/statm: 31040 29153 174 362 0 30675 0
Current children cumulated CPU time (s) 380.56
Current children cumulated vsize (KiB) 124160

[startup+383.906 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 18921
/proc/meminfo: memFree=1594560/2055920 swapFree=4169716/4192956
[pid=18920] ppid=18918 vsize=124160 CPUtime=383.77
/proc/18920/stat : 18920 (hydrasat) R 18918 18920 18473 0 -1 4194304 34228 0 0 0 38360 17 0 0 25 0 1 0 518352697 127139840 29172 1992294400 134512640 135997824 4294956160 18446744073709551615 134817137 0 0 4096 1 0 0 0 17 1 0 0
/proc/18920/statm: 31040 29172 174 362 0 30675 0
Current children cumulated CPU time (s) 383.77
Current children cumulated vsize (KiB) 124160

[startup+385.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 18921
/proc/meminfo: memFree=1594496/2055920 swapFree=4169716/4192956
[pid=18920] ppid=18918 vsize=124160 CPUtime=385.36
/proc/18920/stat : 18920 (hydrasat) R 18918 18920 18473 0 -1 4194304 34236 0 0 0 38519 17 0 0 25 0 1 0 518352697 127139840 29180 1992294400 134512640 135997824 4294956160 18446744073709551615 134816991 0 0 4096 1 0 0 0 17 1 0 0
/proc/18920/statm: 31040 29180 174 362 0 30675 0
Current children cumulated CPU time (s) 385.36
Current children cumulated vsize (KiB) 124160

[startup+386.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 18921
/proc/meminfo: memFree=1594496/2055920 swapFree=4169716/4192956
[pid=18920] ppid=18918 vsize=124160 CPUtime=386.16
/proc/18920/stat : 18920 (hydrasat) R 18918 18920 18473 0 -1 4194304 34237 0 0 0 38599 17 0 0 25 0 1 0 518352697 127139840 29181 1992294400 134512640 135997824 4294956160 18446744073709551615 134817034 0 0 4096 1 0 0 0 17 1 0 0
/proc/18920/statm: 31040 29181 174 362 0 30675 0
Current children cumulated CPU time (s) 386.16
Current children cumulated vsize (KiB) 124160

[startup+386.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 18921
/proc/meminfo: memFree=1594496/2055920 swapFree=4169716/4192956
[pid=18920] ppid=18918 vsize=124160 CPUtime=386.36
/proc/18920/stat : 18920 (hydrasat) R 18918 18920 18473 0 -1 4194304 34237 0 0 0 38619 17 0 0 25 0 1 0 518352697 127139840 29181 1992294400 134512640 135997824 4294956160 18446744073709551615 134590879 0 0 4096 1 0 0 0 17 1 0 0
/proc/18920/statm: 31040 29181 174 362 0 30675 0
Current children cumulated CPU time (s) 386.36
Current children cumulated vsize (KiB) 124160

[startup+386.601 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 18921
/proc/meminfo: memFree=1594496/2055920 swapFree=4169716/4192956
[pid=18920] ppid=18918 vsize=124160 CPUtime=386.46
/proc/18920/stat : 18920 (hydrasat) R 18918 18920 18473 0 -1 4194304 34237 0 0 0 38629 17 0 0 25 0 1 0 518352697 127139840 29181 1992294400 134512640 135997824 4294956160 18446744073709551615 134850425 0 0 4096 1 0 0 0 17 1 0 0
/proc/18920/statm: 31040 29181 174 362 0 30675 0
Current children cumulated CPU time (s) 386.46
Current children cumulated vsize (KiB) 124160

Child status: 20
Real time (s): 386.688
CPU time (s): 386.554
CPU user time (s): 386.363
CPU system time (s): 0.19097
CPU usage (%): 99.9654
Max. virtual memory (cumulated for all children) (KiB): 124160

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

runsolver used 0.489925 second user time and 1.27481 second system time

The end

Launcher Data

Begin job on node89 at 2009-04-05 10:30:38
IDJOB=1580543
IDBENCH=71019
IDSOLVER=520
FILE ID=node89/1580543-1238920237
PBS_JOBID= 9101395
Free space on /tmp= 66504 MiB

SOLVER NAME= HydraSAT 2009-03-22-Base
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-5p0.cnf
COMMAND LINE= DIR/hydrasat BENCHNAME -rs RANDOMSEED -co memory_limit MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1580543-1238920237/watcher-1580543-1238920237 -o /tmp/evaluation-result-1580543-1238920237/solver-1580543-1238920237 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat HOME/instance-1580543-1238920237.cnf -rs 1099786250 -co memory_limit 1800

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

MD5SUM BENCH= 4385f03fe3bdaf0f127ae989ddd7908d
RANDOM SEED=1099786250

node89.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.240
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.240
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1711528 kB
Buffers:         22908 kB
Cached:         245928 kB
SwapCached:      12344 kB
Active:         129992 kB
Inactive:       152796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1711528 kB
SwapTotal:     4192956 kB
SwapFree:      4169716 kB
Dirty:           16380 kB
Writeback:           0 kB
Mapped:          19628 kB
Slab:            45812 kB
Committed_AS:  1872348 kB
PageTables:       2600 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= 66504 MiB
End job on node89 at 2009-04-05 10:37:05