Trace number 1718145

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 398.101 398.247

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.9.unsat.cnf
MD5SUM738c5d916b76338511b77dbd47cdbc16
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark56.9113
Satisfiable
(Un)Satisfiability was proved
Number of variables892
Number of clauses3006
Sum of the clauses size7828
Maximum clause length17
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 21283
Number of clauses of size 31676
Number of clauses of size 418
Number of clauses of size 516
Number of clauses of size over 510

Solver Data

398.05/398.24	
398.05/398.24	c decisions : 377800
398.05/398.24	c conflicts : 337348
398.05/398.24	c Memory limit 1620 MiB
398.05/398.24	c RANDOM SEED: 387283093
398.05/398.24	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-1718145-1240633977/watcher-1718145-1240633977 -o /tmp/evaluation-result-1718145-1240633977/solver-1718145-1240633977 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat HOME/instance-1718145-1240633977.cnf -rs 387283093 -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: 0.91 0.97 0.99 3/65 13153
/proc/meminfo: memFree=834784/2055920 swapFree=4192956/4192956
[pid=13153] ppid=13151 vsize=1768 CPUtime=0
/proc/13153/stat : 13153 (hydrasat) R 13151 13153 12142 0 -1 4194304 218 0 0 0 0 0 0 0 20 0 1 0 91427258 1810432 202 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 1 0 0
/proc/13153/statm: 442 203 151 362 0 77 0

[startup+0.039009 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 13153
/proc/meminfo: memFree=834784/2055920 swapFree=4192956/4192956
[pid=13153] ppid=13151 vsize=2184 CPUtime=0.03
/proc/13153/stat : 13153 (hydrasat) R 13151 13153 12142 0 -1 4194304 351 0 0 0 3 0 0 0 20 0 1 0 91427258 2236416 334 1992294400 134512640 135997824 4294956160 18446744073709551615 134816869 0 0 4096 1 0 0 0 17 1 0 0
/proc/13153/statm: 546 334 174 362 0 181 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2184

[startup+0.102019 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 13153
/proc/meminfo: memFree=834784/2055920 swapFree=4192956/4192956
[pid=13153] ppid=13151 vsize=2184 CPUtime=0.09
/proc/13153/stat : 13153 (hydrasat) R 13151 13153 12142 0 -1 4194304 366 0 0 0 9 0 0 0 20 0 1 0 91427258 2236416 349 1992294400 134512640 135997824 4294956160 18446744073709551615 134758026 0 0 4096 1 0 0 0 17 1 0 0
/proc/13153/statm: 546 349 174 362 0 181 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2184

[startup+0.301054 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 13153
/proc/meminfo: memFree=834784/2055920 swapFree=4192956/4192956
[pid=13153] ppid=13151 vsize=2444 CPUtime=0.29
/proc/13153/stat : 13153 (hydrasat) R 13151 13153 12142 0 -1 4194304 411 0 0 0 29 0 0 0 22 0 1 0 91427258 2502656 394 1992294400 134512640 135997824 4294956160 18446744073709551615 134817053 0 0 4096 1 0 0 0 17 1 0 0
/proc/13153/statm: 611 394 174 362 0 246 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2444

[startup+0.701126 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 13153
/proc/meminfo: memFree=834784/2055920 swapFree=4192956/4192956
[pid=13153] ppid=13151 vsize=2704 CPUtime=0.69
/proc/13153/stat : 13153 (hydrasat) R 13151 13153 12142 0 -1 4194304 468 0 0 0 69 0 0 0 25 0 1 0 91427258 2768896 451 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 1 0 0
/proc/13153/statm: 676 451 174 362 0 311 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2704

[startup+1.50127 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 13154
/proc/meminfo: memFree=833624/2055920 swapFree=4192956/4192956
[pid=13153] ppid=13151 vsize=2836 CPUtime=1.49
/proc/13153/stat : 13153 (hydrasat) R 13151 13153 12142 0 -1 4194304 518 0 0 0 149 0 0 0 25 0 1 0 91427258 2904064 501 1992294400 134512640 135997824 4294956160 18446744073709551615 134683684 0 0 4096 1 0 0 0 17 1 0 0
/proc/13153/statm: 709 501 174 362 0 344 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2836

[startup+3.10255 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 13154
/proc/meminfo: memFree=833048/2055920 swapFree=4192956/4192956
[pid=13153] ppid=13151 vsize=3760 CPUtime=3.09
/proc/13153/stat : 13153 (hydrasat) R 13151 13153 12142 0 -1 4194304 756 0 0 0 309 0 0 0 25 0 1 0 91427258 3850240 739 1992294400 134512640 135997824 4294956160 18446744073709551615 134757772 0 0 4096 1 0 0 0 17 1 0 0
/proc/13153/statm: 940 739 174 362 0 575 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3760

[startup+6.30113 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 13154
/proc/meminfo: memFree=831512/2055920 swapFree=4192956/4192956
[pid=13153] ppid=13151 vsize=4812 CPUtime=6.29
/proc/13153/stat : 13153 (hydrasat) R 13151 13153 12142 0 -1 4194304 998 0 0 0 629 0 0 0 25 0 1 0 91427258 4927488 981 1992294400 134512640 135997824 4294956160 18446744073709551615 134756297 0 0 4096 1 0 0 0 17 1 0 0
/proc/13153/statm: 1203 981 174 362 0 838 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4812

[startup+12.7013 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 13154
/proc/meminfo: memFree=829416/2055920 swapFree=4192956/4192956
[pid=13153] ppid=13151 vsize=6864 CPUtime=12.69
/proc/13153/stat : 13153 (hydrasat) R 13151 13153 12142 0 -1 4194304 1456 0 0 0 1269 0 0 0 25 0 1 0 91427258 7028736 1439 1992294400 134512640 135997824 4294956160 18446744073709551615 134758026 0 0 4096 1 0 0 0 17 1 0 0
/proc/13153/statm: 1716 1439 174 362 0 1351 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6864

[startup+25.5016 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 13154
/proc/meminfo: memFree=826728/2055920 swapFree=4192956/4192956
[pid=13153] ppid=13151 vsize=9788 CPUtime=25.48
/proc/13153/stat : 13153 (hydrasat) R 13151 13153 12142 0 -1 4194304 2157 0 0 0 2547 1 0 0 25 0 1 0 91427258 10022912 2107 1992294400 134512640 135997824 4294956160 18446744073709551615 134757811 0 0 4096 1 0 0 0 17 1 0 0
/proc/13153/statm: 2447 2107 174 362 0 2082 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 9788

[startup+51.1011 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 13154
/proc/meminfo: memFree=821928/2055920 swapFree=4192956/4192956
[pid=13153] ppid=13151 vsize=15188 CPUtime=51.07
/proc/13153/stat : 13153 (hydrasat) R 13151 13153 12142 0 -1 4194304 3371 0 0 0 5105 2 0 0 25 0 1 0 91427258 15552512 3321 1992294400 134512640 135997824 4294956160 18446744073709551615 134757797 0 0 4096 1 0 0 0 17 1 0 0
/proc/13153/statm: 3797 3321 174 362 0 3432 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 15188

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/66 13154
/proc/meminfo: memFree=815656/2055920 swapFree=4192956/4192956
[pid=13153] ppid=13151 vsize=21936 CPUtime=102.26
/proc/13153/stat : 13153 (hydrasat) R 13151 13153 12142 0 -1 4194304 5020 0 0 0 10223 3 0 0 25 0 1 0 91427258 22462464 4864 1992294400 134512640 135997824 4294956160 18446744073709551615 134757407 0 0 4096 1 0 0 0 17 1 0 0
/proc/13153/statm: 5484 4864 174 362 0 5119 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 21936

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 13154
/proc/meminfo: memFree=810280/2055920 swapFree=4192956/4192956
[pid=13153] ppid=13151 vsize=28000 CPUtime=162.24
/proc/13153/stat : 13153 (hydrasat) R 13151 13153 12142 0 -1 4194304 6525 0 0 0 16219 5 0 0 25 0 1 0 91427258 28672000 6204 1992294400 134512640 135997824 4294956160 18446744073709551615 134758026 0 0 4096 1 0 0 0 17 1 0 0
/proc/13153/statm: 7000 6204 174 362 0 6635 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 28000

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 13154
/proc/meminfo: memFree=805736/2055920 swapFree=4192956/4192956
[pid=13153] ppid=13151 vsize=32864 CPUtime=222.21
/proc/13153/stat : 13153 (hydrasat) R 13151 13153 12142 0 -1 4194304 7704 0 0 0 22216 5 0 0 25 0 1 0 91427258 33652736 7322 1992294400 134512640 135997824 4294956160 18446744073709551615 134757748 0 0 4096 1 0 0 0 17 1 0 0
/proc/13153/statm: 8216 7322 174 362 0 7851 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 32864

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 13154
/proc/meminfo: memFree=801448/2055920 swapFree=4192956/4192956
[pid=13153] ppid=13151 vsize=37560 CPUtime=282.19
/proc/13153/stat : 13153 (hydrasat) R 13151 13153 12142 0 -1 4194304 8837 0 0 0 28213 6 0 0 25 0 1 0 91427258 38461440 8374 1992294400 134512640 135997824 4294956160 18446744073709551615 135365535 0 0 4096 1 0 0 0 17 1 0 0
/proc/13153/statm: 9390 8374 174 362 0 9025 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 37560

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 13156
/proc/meminfo: memFree=797928/2055920 swapFree=4192956/4192956
[pid=13153] ppid=13151 vsize=42036 CPUtime=342.17
/proc/13153/stat : 13153 (hydrasat) R 13151 13153 12142 0 -1 4194304 9901 0 0 0 34210 7 0 0 25 0 1 0 91427258 43044864 9263 1992294400 134512640 135997824 4294956160 18446744073709551615 134757799 0 0 4096 1 0 0 0 17 1 0 0
/proc/13153/statm: 10509 9263 174 362 0 10144 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 42036

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

[startup+358.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 13156
/proc/meminfo: memFree=797160/2055920 swapFree=4192956/4192956
[pid=13153] ppid=13151 vsize=42940 CPUtime=358.16
/proc/13153/stat : 13153 (hydrasat) R 13151 13153 12142 0 -1 4194304 10108 0 0 0 35809 7 0 0 25 0 1 0 91427258 43970560 9470 1992294400 134512640 135997824 4294956160 18446744073709551615 134757825 0 0 4096 1 0 0 0 17 1 0 0
/proc/13153/statm: 10735 9470 174 362 0 10370 0
Current children cumulated CPU time (s) 358.16
Current children cumulated vsize (KiB) 42940

[startup+383.906 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 13156
/proc/meminfo: memFree=795560/2055920 swapFree=4192956/4192956
[pid=13153] ppid=13151 vsize=44344 CPUtime=383.75
/proc/13153/stat : 13153 (hydrasat) R 13151 13153 12142 0 -1 4194304 10490 0 0 0 38368 7 0 0 25 0 1 0 91427258 45408256 9852 1992294400 134512640 135997824 4294956160 18446744073709551615 134758026 0 0 4096 1 0 0 0 17 1 0 0
/proc/13153/statm: 11086 9852 174 362 0 10721 0
Current children cumulated CPU time (s) 383.75
Current children cumulated vsize (KiB) 44344

[startup+390.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 13156
/proc/meminfo: memFree=795304/2055920 swapFree=4192956/4192956
[pid=13153] ppid=13151 vsize=44740 CPUtime=390.14
/proc/13153/stat : 13153 (hydrasat) R 13151 13153 12142 0 -1 4194304 10564 0 0 0 39007 7 0 0 25 0 1 0 91427258 45813760 9926 1992294400 134512640 135997824 4294956160 18446744073709551615 134757415 0 0 4096 1 0 0 0 17 1 0 0
/proc/13153/statm: 11185 9926 174 362 0 10820 0
Current children cumulated CPU time (s) 390.14
Current children cumulated vsize (KiB) 44740

[startup+393.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 13156
/proc/meminfo: memFree=795112/2055920 swapFree=4192956/4192956
[pid=13153] ppid=13151 vsize=44876 CPUtime=393.34
/proc/13153/stat : 13153 (hydrasat) R 13151 13153 12142 0 -1 4194304 10598 0 0 0 39327 7 0 0 25 0 1 0 91427258 45953024 9960 1992294400 134512640 135997824 4294956160 18446744073709551615 134757369 0 0 4096 1 0 0 0 17 1 0 0
/proc/13153/statm: 11219 9960 174 362 0 10854 0
Current children cumulated CPU time (s) 393.34
Current children cumulated vsize (KiB) 44876

[startup+396.702 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 13156
/proc/meminfo: memFree=795048/2055920 swapFree=4192956/4192956
[pid=13153] ppid=13151 vsize=45008 CPUtime=396.54
/proc/13153/stat : 13153 (hydrasat) R 13151 13153 12142 0 -1 4194304 10629 0 0 0 39647 7 0 0 25 0 1 0 91427258 46088192 9991 1992294400 134512640 135997824 4294956160 18446744073709551615 134757511 0 0 4096 1 0 0 0 17 1 0 0
/proc/13153/statm: 11252 9991 174 362 0 10887 0
Current children cumulated CPU time (s) 396.54
Current children cumulated vsize (KiB) 45008

[startup+397.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 13156
/proc/meminfo: memFree=794984/2055920 swapFree=4192956/4192956
[pid=13153] ppid=13151 vsize=45008 CPUtime=397.34
/proc/13153/stat : 13153 (hydrasat) R 13151 13153 12142 0 -1 4194304 10636 0 0 0 39727 7 0 0 25 0 1 0 91427258 46088192 9998 1992294400 134512640 135997824 4294956160 18446744073709551615 134757664 0 0 4096 1 0 0 0 17 1 0 0
/proc/13153/statm: 11252 9998 174 362 0 10887 0
Current children cumulated CPU time (s) 397.34
Current children cumulated vsize (KiB) 45008

[startup+397.901 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 13156
/proc/meminfo: memFree=794984/2055920 swapFree=4192956/4192956
[pid=13153] ppid=13151 vsize=45008 CPUtime=397.74
/proc/13153/stat : 13153 (hydrasat) R 13151 13153 12142 0 -1 4194304 10640 0 0 0 39767 7 0 0 25 0 1 0 91427258 46088192 10002 1992294400 134512640 135997824 4294956160 18446744073709551615 134757451 0 0 4096 1 0 0 0 17 1 0 0
/proc/13153/statm: 11252 10002 174 362 0 10887 0
Current children cumulated CPU time (s) 397.74
Current children cumulated vsize (KiB) 45008

[startup+398.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 13156
/proc/meminfo: memFree=794920/2055920 swapFree=4192956/4192956
[pid=13153] ppid=13151 vsize=45008 CPUtime=397.95
/proc/13153/stat : 13153 (hydrasat) R 13151 13153 12142 0 -1 4194304 10643 0 0 0 39788 7 0 0 25 0 1 0 91427258 46088192 10005 1992294400 134512640 135997824 4294956160 18446744073709551615 134817142 0 0 4096 1 0 0 0 17 1 0 0
/proc/13153/statm: 11252 10005 174 362 0 10887 0
Current children cumulated CPU time (s) 397.95
Current children cumulated vsize (KiB) 45008

[startup+398.205 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 13156
/proc/meminfo: memFree=794920/2055920 swapFree=4192956/4192956
[pid=13153] ppid=13151 vsize=45008 CPUtime=398.05
/proc/13153/stat : 13153 (hydrasat) R 13151 13153 12142 0 -1 4194304 10644 0 0 0 39798 7 0 0 25 0 1 0 91427258 46088192 10006 1992294400 134512640 135997824 4294956160 18446744073709551615 134757696 0 0 4096 1 0 0 0 17 1 0 0
/proc/13153/statm: 11252 10006 174 362 0 10887 0
Current children cumulated CPU time (s) 398.05
Current children cumulated vsize (KiB) 45008

Child status: 20
Real time (s): 398.247
CPU time (s): 398.101
CPU user time (s): 398.017
CPU system time (s): 0.084987
CPU usage (%): 99.9634
Max. virtual memory (cumulated for all children) (KiB): 45008

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

runsolver used 0.422935 second user time and 0.932858 second system time

The end

Launcher Data

Begin job on node89 at 2009-04-25 06:32:57
IDJOB=1718145
IDBENCH=20471
IDSOLVER=520
FILE ID=node89/1718145-1240633977
PBS_JOBID= 9186380
Free space on /tmp= 66352 MiB

SOLVER NAME= HydraSAT 2009-03-22-Base
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.9.unsat.cnf
COMMAND LINE= DIR/hydrasat BENCHNAME -rs RANDOMSEED -co memory_limit MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1718145-1240633977/watcher-1718145-1240633977 -o /tmp/evaluation-result-1718145-1240633977/solver-1718145-1240633977 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat HOME/instance-1718145-1240633977.cnf -rs 387283093 -co memory_limit 1800

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

MD5SUM BENCH= 738c5d916b76338511b77dbd47cdbc16
RANDOM SEED=387283093

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.268
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.268
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:        835264 kB
Buffers:         99332 kB
Cached:        1011448 kB
SwapCached:          0 kB
Active:         309628 kB
Inactive:       815040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        835264 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1548 kB
Writeback:           0 kB
Mapped:          23604 kB
Slab:            82000 kB
Committed_AS:   241240 kB
PageTables:       1388 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= 66348 MiB
End job on node89 at 2009-04-25 06:39:36