Trace number 1727269

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 452.018 452.153

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-gigamax.used-as.sat04-984.sat05-4194.reshuffled-07.cnf
MD5SUMc7db94a671d9411eb90a6ffa8f8c530f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark98.948
Satisfiable
(Un)Satisfiability was proved
Number of variables29249
Number of clauses861366
Sum of the clauses size1745389
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2858070
Number of clauses of size 30
Number of clauses of size 46
Number of clauses of size 528
Number of clauses of size over 53262

Solver Data

451.96/452.13	
451.96/452.13	c decisions : 488798
451.96/452.13	c conflicts : 243081
451.96/452.13	c Memory limit 1620 MiB
451.96/452.13	c RANDOM SEED: 1770503714
451.96/452.13	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-1727269-1240722874/watcher-1727269-1240722874 -o /tmp/evaluation-result-1727269-1240722874/solver-1727269-1240722874 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat HOME/instance-1727269-1240722874.cnf -rs 1770503714 -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.06 1.01 0.99 3/64 21942
/proc/meminfo: memFree=1746872/2055920 swapFree=4170844/4192956
[pid=21942] ppid=21940 vsize=5136 CPUtime=0
/proc/21942/stat : 21942 (hydrasat) R 21940 21942 21694 0 -1 4194304 221 0 0 0 0 0 0 0 18 0 1 0 100315153 5259264 206 1992294400 134512640 135997824 4294956176 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 1 0 0
/proc/21942/statm: 1284 206 151 362 0 919 0

[startup+0.057987 s]
/proc/loadavg: 1.06 1.01 0.99 3/64 21942
/proc/meminfo: memFree=1746872/2055920 swapFree=4170844/4192956
[pid=21942] ppid=21940 vsize=6984 CPUtime=0.05
/proc/21942/stat : 21942 (hydrasat) R 21940 21942 21694 0 -1 4194304 746 0 0 0 5 0 0 0 18 0 1 0 100315153 7151616 730 1992294400 134512640 135997824 4294956176 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 1 0 0
/proc/21942/statm: 1746 731 151 362 0 1381 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6984

[startup+0.101988 s]
/proc/loadavg: 1.06 1.01 0.99 3/64 21942
/proc/meminfo: memFree=1746872/2055920 swapFree=4170844/4192956
[pid=21942] ppid=21940 vsize=8568 CPUtime=0.09
/proc/21942/stat : 21942 (hydrasat) R 21940 21942 21694 0 -1 4194304 1180 0 0 0 9 0 0 0 18 0 1 0 100315153 8773632 1164 1992294400 134512640 135997824 4294956176 18446744073709551615 134615107 0 0 4096 1 0 0 0 17 1 0 0
/proc/21942/statm: 2142 1164 151 362 0 1777 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8568

[startup+0.302007 s]
/proc/loadavg: 1.06 1.01 0.99 3/64 21942
/proc/meminfo: memFree=1746872/2055920 swapFree=4170844/4192956
[pid=21942] ppid=21940 vsize=15696 CPUtime=0.29
/proc/21942/stat : 21942 (hydrasat) R 21940 21942 21694 0 -1 4194304 3141 0 0 0 28 1 0 0 19 0 1 0 100315153 16072704 3125 1992294400 134512640 135997824 4294956176 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 1 0 0
/proc/21942/statm: 3924 3125 151 362 0 3559 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15696

[startup+0.701043 s]
/proc/loadavg: 1.06 1.01 0.99 3/64 21942
/proc/meminfo: memFree=1746872/2055920 swapFree=4170844/4192956
[pid=21942] ppid=21940 vsize=29952 CPUtime=0.69
/proc/21942/stat : 21942 (hydrasat) R 21940 21942 21694 0 -1 4194304 7057 0 0 0 65 4 0 0 22 0 1 0 100315153 30670848 7041 1992294400 134512640 135997824 4294956176 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 1 0 0
/proc/21942/statm: 7488 7041 151 362 0 7123 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29952

[startup+1.50112 s]
/proc/loadavg: 1.06 1.01 0.99 2/65 21943
/proc/meminfo: memFree=1706992/2055920 swapFree=4170844/4192956
[pid=21942] ppid=21940 vsize=54708 CPUtime=1.49
/proc/21942/stat : 21942 (hydrasat) R 21940 21942 21694 0 -1 4194304 14236 0 0 0 142 7 0 0 25 0 1 0 100315153 56020992 13360 1992294400 134512640 135997824 4294956176 18446744073709551615 134695407 0 0 4096 1 0 0 0 17 1 0 0
/proc/21942/statm: 13677 13360 158 362 0 13312 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54708

[startup+3.10126 s]
/proc/loadavg: 1.05 1.01 0.99 2/65 21943
/proc/meminfo: memFree=1693680/2055920 swapFree=4170844/4192956
[pid=21942] ppid=21940 vsize=54708 CPUtime=3.09
/proc/21942/stat : 21942 (hydrasat) R 21940 21942 21694 0 -1 4194304 14239 0 0 0 302 7 0 0 25 0 1 0 100315153 56020992 13363 1992294400 134512640 135997824 4294956176 18446744073709551615 134695407 0 0 4096 1 0 0 0 17 1 0 0
/proc/21942/statm: 13677 13363 158 362 0 13312 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54708

[startup+6.30155 s]
/proc/loadavg: 1.05 1.01 0.99 2/65 21943
/proc/meminfo: memFree=1693680/2055920 swapFree=4170844/4192956
[pid=21942] ppid=21940 vsize=54708 CPUtime=6.29
/proc/21942/stat : 21942 (hydrasat) R 21940 21942 21694 0 -1 4194304 14241 0 0 0 622 7 0 0 25 0 1 0 100315153 56020992 13365 1992294400 134512640 135997824 4294956176 18446744073709551615 134695407 0 0 4096 1 0 0 0 17 1 0 0
/proc/21942/statm: 13677 13365 158 362 0 13312 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54708

[startup+12.7011 s]
/proc/loadavg: 1.04 1.01 0.99 2/65 21943
/proc/meminfo: memFree=1682104/2055920 swapFree=4170844/4192956
[pid=21942] ppid=21940 vsize=69168 CPUtime=12.68
/proc/21942/stat : 21942 (hydrasat) R 21940 21942 21694 0 -1 4194304 17962 0 0 0 1260 8 0 0 25 0 1 0 100315153 70828032 16244 1992294400 134512640 135997824 4294956176 18446744073709551615 134695407 0 0 4096 1 0 0 0 17 1 0 0
/proc/21942/statm: 17292 16244 159 362 0 16927 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 69168

[startup+25.5013 s]
/proc/loadavg: 1.04 1.01 0.99 2/65 21943
/proc/meminfo: memFree=1662328/2055920 swapFree=4170844/4192956
[pid=21942] ppid=21940 vsize=89012 CPUtime=25.49
/proc/21942/stat : 21942 (hydrasat) R 21940 21942 21694 0 -1 4194304 23592 0 0 0 2537 12 0 0 25 0 1 0 100315153 91148288 21224 1992294400 134512640 135997824 4294956176 18446744073709551615 134757664 0 0 4096 1 0 0 0 17 1 0 0
/proc/21942/statm: 22253 21224 174 362 0 21888 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 89012

[startup+51.1026 s]
/proc/loadavg: 1.02 1.01 0.99 2/65 21943
/proc/meminfo: memFree=1658552/2055920 swapFree=4170844/4192956
[pid=21942] ppid=21940 vsize=92928 CPUtime=51.06
/proc/21942/stat : 21942 (hydrasat) R 21940 21942 21694 0 -1 4194304 24560 0 0 0 5093 13 0 0 25 0 1 0 100315153 95158272 22192 1992294400 134512640 135997824 4294956176 18446744073709551615 134756085 0 0 4096 1 0 0 0 17 1 0 0
/proc/21942/statm: 23232 22192 174 362 0 22867 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 92928

[startup+102.305 s]
/proc/loadavg: 1.01 1.00 0.99 2/65 21943
/proc/meminfo: memFree=1656504/2055920 swapFree=4170844/4192956
[pid=21942] ppid=21940 vsize=94916 CPUtime=102.26
/proc/21942/stat : 21942 (hydrasat) R 21940 21942 21694 0 -1 4194304 25056 0 0 0 10212 14 0 0 25 0 1 0 100315153 97193984 22688 1992294400 134512640 135997824 4294956176 18446744073709551615 134590879 0 0 4096 1 0 0 0 17 1 0 0
/proc/21942/statm: 23729 22688 174 362 0 23364 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 94916

[startup+162.303 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 21943
/proc/meminfo: memFree=1654776/2055920 swapFree=4170844/4192956
[pid=21942] ppid=21940 vsize=96504 CPUtime=162.23
/proc/21942/stat : 21942 (hydrasat) R 21940 21942 21694 0 -1 4194304 25466 0 0 0 16209 14 0 0 25 0 1 0 100315153 98820096 23098 1992294400 134512640 135997824 4294956176 18446744073709551615 134757809 0 0 4096 1 0 0 0 17 1 0 0
/proc/21942/statm: 24126 23098 174 362 0 23761 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 96504

[startup+222.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 21943
/proc/meminfo: memFree=1653432/2055920 swapFree=4170844/4192956
[pid=21942] ppid=21940 vsize=98104 CPUtime=222.22
/proc/21942/stat : 21942 (hydrasat) R 21940 21942 21694 0 -1 4194304 25805 0 0 0 22208 14 0 0 25 0 1 0 100315153 100458496 23437 1992294400 134512640 135997824 4294956176 18446744073709551615 134758026 0 0 4096 1 0 0 0 17 1 0 0
/proc/21942/statm: 24526 23437 174 362 0 24161 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 98104

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21943
/proc/meminfo: memFree=1652344/2055920 swapFree=4170844/4192956
[pid=21942] ppid=21940 vsize=99208 CPUtime=282.2
/proc/21942/stat : 21942 (hydrasat) R 21940 21942 21694 0 -1 4194304 26075 0 0 0 28206 14 0 0 25 0 1 0 100315153 101588992 23707 1992294400 134512640 135997824 4294956176 18446744073709551615 134757372 0 0 4096 1 0 0 0 17 1 0 0
/proc/21942/statm: 24802 23707 174 362 0 24437 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 99208

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21943
/proc/meminfo: memFree=1651064/2055920 swapFree=4170844/4192956
[pid=21942] ppid=21940 vsize=100592 CPUtime=342.18
/proc/21942/stat : 21942 (hydrasat) R 21940 21942 21694 0 -1 4194304 26379 0 0 0 34204 14 0 0 25 0 1 0 100315153 103006208 24011 1992294400 134512640 135997824 4294956176 18446744073709551615 134756080 0 0 4096 1 0 0 0 17 1 0 0
/proc/21942/statm: 25148 24011 174 362 0 24783 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 100592

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21943
/proc/meminfo: memFree=1650168/2055920 swapFree=4170844/4192956
[pid=21942] ppid=21940 vsize=101308 CPUtime=402.16
/proc/21942/stat : 21942 (hydrasat) R 21940 21942 21694 0 -1 4194304 26590 0 0 0 40202 14 0 0 25 0 1 0 100315153 103739392 24222 1992294400 134512640 135997824 4294956176 18446744073709551615 134757372 0 0 4096 1 0 0 0 17 1 0 0
/proc/21942/statm: 25327 24222 174 362 0 24962 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 101308

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

[startup+409.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21943
/proc/meminfo: memFree=1649912/2055920 swapFree=4170844/4192956
[pid=21942] ppid=21940 vsize=101744 CPUtime=409.37
/proc/21942/stat : 21942 (hydrasat) R 21940 21942 21694 0 -1 4194304 26651 0 0 0 40922 15 0 0 25 0 1 0 100315153 104185856 24283 1992294400 134512640 135997824 4294956176 18446744073709551615 134816991 0 0 4096 1 0 0 0 17 1 0 0
/proc/21942/statm: 25436 24283 174 362 0 25071 0
Current children cumulated CPU time (s) 409.37
Current children cumulated vsize (KiB) 101744

[startup+435.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21943
/proc/meminfo: memFree=1649592/2055920 swapFree=4170844/4192956
[pid=21942] ppid=21940 vsize=102020 CPUtime=434.96
/proc/21942/stat : 21942 (hydrasat) R 21940 21942 21694 0 -1 4194304 26721 0 0 0 43481 15 0 0 25 0 1 0 100315153 104468480 24353 1992294400 134512640 135997824 4294956176 18446744073709551615 134843745 0 0 4096 1 0 0 0 17 1 0 0
/proc/21942/statm: 25505 24353 174 362 0 25140 0
Current children cumulated CPU time (s) 434.96
Current children cumulated vsize (KiB) 102020

[startup+441.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21943
/proc/meminfo: memFree=1649528/2055920 swapFree=4170844/4192956
[pid=21942] ppid=21940 vsize=102020 CPUtime=441.36
/proc/21942/stat : 21942 (hydrasat) R 21940 21942 21694 0 -1 4194304 26741 0 0 0 44121 15 0 0 25 0 1 0 100315153 104468480 24373 1992294400 134512640 135997824 4294956176 18446744073709551615 134757748 0 0 4096 1 0 0 0 17 1 0 0
/proc/21942/statm: 25505 24373 174 362 0 25140 0
Current children cumulated CPU time (s) 441.36
Current children cumulated vsize (KiB) 102020

[startup+447.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21943
/proc/meminfo: memFree=1649336/2055920 swapFree=4170844/4192956
[pid=21942] ppid=21940 vsize=102160 CPUtime=447.76
/proc/21942/stat : 21942 (hydrasat) R 21940 21942 21694 0 -1 4194304 26786 0 0 0 44761 15 0 0 25 0 1 0 100315153 104611840 24418 1992294400 134512640 135997824 4294956176 18446744073709551615 134590799 0 0 4096 1 0 0 0 17 1 0 0
/proc/21942/statm: 25540 24418 174 362 0 25175 0
Current children cumulated CPU time (s) 447.76
Current children cumulated vsize (KiB) 102160

[startup+449.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21943
/proc/meminfo: memFree=1649336/2055920 swapFree=4170844/4192956
[pid=21942] ppid=21940 vsize=102160 CPUtime=449.36
/proc/21942/stat : 21942 (hydrasat) R 21940 21942 21694 0 -1 4194304 26790 0 0 0 44921 15 0 0 25 0 1 0 100315153 104611840 24422 1992294400 134512640 135997824 4294956176 18446744073709551615 134757383 0 0 4096 1 0 0 0 17 1 0 0
/proc/21942/statm: 25540 24422 174 362 0 25175 0
Current children cumulated CPU time (s) 449.36
Current children cumulated vsize (KiB) 102160

[startup+451.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21943
/proc/meminfo: memFree=1649272/2055920 swapFree=4170844/4192956
[pid=21942] ppid=21940 vsize=102300 CPUtime=450.96
/proc/21942/stat : 21942 (hydrasat) R 21940 21942 21694 0 -1 4194304 26797 0 0 0 45081 15 0 0 25 0 1 0 100315153 104755200 24429 1992294400 134512640 135997824 4294956176 18446744073709551615 134757355 0 0 4096 1 0 0 0 17 1 0 0
/proc/21942/statm: 25575 24429 174 362 0 25210 0
Current children cumulated CPU time (s) 450.96
Current children cumulated vsize (KiB) 102300

[startup+451.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21943
/proc/meminfo: memFree=1649272/2055920 swapFree=4170844/4192956
[pid=21942] ppid=21940 vsize=102300 CPUtime=451.76
/proc/21942/stat : 21942 (hydrasat) R 21940 21942 21694 0 -1 4194304 26799 0 0 0 45161 15 0 0 25 0 1 0 100315153 104755200 24431 1992294400 134512640 135997824 4294956176 18446744073709551615 134757797 0 0 4096 1 0 0 0 17 1 0 0
/proc/21942/statm: 25575 24431 174 362 0 25210 0
Current children cumulated CPU time (s) 451.76
Current children cumulated vsize (KiB) 102300

[startup+452.106 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21943
/proc/meminfo: memFree=1649272/2055920 swapFree=4170844/4192956
[pid=21942] ppid=21940 vsize=102300 CPUtime=451.96
/proc/21942/stat : 21942 (hydrasat) R 21940 21942 21694 0 -1 4194304 26799 0 0 0 45181 15 0 0 25 0 1 0 100315153 104755200 24431 1992294400 134512640 135997824 4294956176 18446744073709551615 134757767 0 0 4096 1 0 0 0 17 1 0 0
/proc/21942/statm: 25575 24431 174 362 0 25210 0
Current children cumulated CPU time (s) 451.96
Current children cumulated vsize (KiB) 102300

Child status: 20
Real time (s): 452.153
CPU time (s): 452.018
CPU user time (s): 451.845
CPU system time (s): 0.172973
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 102300

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

runsolver used 0.340948 second user time and 0.98285 second system time

The end

Launcher Data

Begin job on node51 at 2009-04-26 07:14:36
IDJOB=1727269
IDBENCH=24634
IDSOLVER=520
FILE ID=node51/1727269-1240722874
PBS_JOBID= 9186876
Free space on /tmp= 66372 MiB

SOLVER NAME= HydraSAT 2009-03-22-Base
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-gigamax.used-as.sat04-984.sat05-4194.reshuffled-07.cnf
COMMAND LINE= DIR/hydrasat BENCHNAME -rs RANDOMSEED -co memory_limit MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727269-1240722874/watcher-1727269-1240722874 -o /tmp/evaluation-result-1727269-1240722874/solver-1727269-1240722874 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat HOME/instance-1727269-1240722874.cnf -rs 1770503714 -co memory_limit 1800

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

MD5SUM BENCH= c7db94a671d9411eb90a6ffa8f8c530f
RANDOM SEED=1770503714

node51.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.214
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.214
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:       1747288 kB
Buffers:         44216 kB
Cached:         179412 kB
SwapCached:      16820 kB
Active:         134400 kB
Inactive:       108504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747288 kB
SwapTotal:     4192956 kB
SwapFree:      4170844 kB
Dirty:           13584 kB
Writeback:           0 kB
Mapped:          13672 kB
Slab:            51744 kB
Committed_AS:   265648 kB
PageTables:       1392 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= 66372 MiB
End job on node51 at 2009-04-26 07:22:09