Trace number 1563601

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
MoRsat 2009-03-03UNSAT 480.838 481.083

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-ele-noholes.cnf
MD5SUMf135b1d0c8abb3603a01568e46f7396a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.0141
Satisfiable
(Un)Satisfiability was proved
Number of variables270963
Number of clauses1601376
Sum of the clauses size4314698
Maximum clause length257
Minimum clause length1
Number of clauses of size 139870
Number of clauses of size 21147330
Number of clauses of size 3334113
Number of clauses of size 49978
Number of clauses of size 50
Number of clauses of size over 570085

Solver Data

0.00/0.00	c MoRsat version 1.02 2009.03 
61.23/61.40	c atom#=270963 clause#=1601376 total literals=4314698 
480.74/481.08	c CNF stats: (270963 vars, 1601376 clauses) 
480.74/481.08	c Decisions: 1535881 
480.74/481.08	c Conflicts: 343811 
480.74/481.08	c 
480.74/481.08	s UNSATISFIABLE
480.74/481.08	c Running time: 473.15507 seconds 

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-1563601-1238787958/watcher-1563601-1238787958 -o /tmp/evaluation-result-1563601-1238787958/solver-1563601-1238787958 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/MoRsat HOME/instance-1563601-1238787958.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): 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/64 14973
/proc/meminfo: memFree=1739760/2055920 swapFree=4176444/4192956
[pid=14973] ppid=14971 vsize=26352 CPUtime=0
/proc/14973/stat : 14973 (MoRsat) R 14971 14973 14793 0 -1 4194304 138 0 0 0 0 0 0 0 18 0 1 0 1151461389 26984448 122 1992294400 134512640 135679800 4294956224 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14973/statm: 6588 122 96 284 0 6301 0

[startup+0.0898591 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14973
/proc/meminfo: memFree=1739760/2055920 swapFree=4176444/4192956
[pid=14973] ppid=14971 vsize=26352 CPUtime=0.08
/proc/14973/stat : 14973 (MoRsat) R 14971 14973 14793 0 -1 4194304 410 0 0 0 8 0 0 0 18 0 1 0 1151461389 26984448 394 1992294400 134512640 135679800 4294956224 18446744073709551615 134537421 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14973/statm: 6588 394 96 284 0 6301 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26352

[startup+0.101858 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14973
/proc/meminfo: memFree=1739760/2055920 swapFree=4176444/4192956
[pid=14973] ppid=14971 vsize=26352 CPUtime=0.09
/proc/14973/stat : 14973 (MoRsat) R 14971 14973 14793 0 -1 4194304 447 0 0 0 9 0 0 0 18 0 1 0 1151461389 26984448 431 1992294400 134512640 135679800 4294956224 18446744073709551615 134537519 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14973/statm: 6588 431 96 284 0 6301 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26352

[startup+0.301879 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14973
/proc/meminfo: memFree=1739760/2055920 swapFree=4176444/4192956
[pid=14973] ppid=14971 vsize=26352 CPUtime=0.29
/proc/14973/stat : 14973 (MoRsat) R 14971 14973 14793 0 -1 4194304 1052 0 0 0 28 1 0 0 19 0 1 0 1151461389 26984448 1036 1992294400 134512640 135679800 4294956224 18446744073709551615 135299838 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14973/statm: 6588 1036 96 284 0 6301 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26352

[startup+0.701921 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14973
/proc/meminfo: memFree=1739760/2055920 swapFree=4176444/4192956
[pid=14973] ppid=14971 vsize=26352 CPUtime=0.69
/proc/14973/stat : 14973 (MoRsat) R 14971 14973 14793 0 -1 4194304 2233 0 0 0 67 2 0 0 23 0 1 0 1151461389 26984448 2217 1992294400 134512640 135679800 4294956224 18446744073709551615 135089632 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14973/statm: 6588 2217 96 284 0 6301 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26352

[startup+1.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14974
/proc/meminfo: memFree=1726696/2055920 swapFree=4176444/4192956
[pid=14973] ppid=14971 vsize=26352 CPUtime=1.48
/proc/14973/stat : 14973 (MoRsat) R 14971 14973 14793 0 -1 4194304 4571 0 0 0 144 4 0 0 25 0 1 0 1151461389 26984448 4555 1992294400 134512640 135679800 4294956224 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14973/statm: 6588 4555 96 284 0 6301 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 26352

[startup+3.10217 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14974
/proc/meminfo: memFree=1714664/2055920 swapFree=4176444/4192956
[pid=14973] ppid=14971 vsize=31648 CPUtime=3.08
/proc/14973/stat : 14973 (MoRsat) R 14971 14973 14793 0 -1 4194304 6703 0 0 0 303 5 0 0 25 0 1 0 1151461389 32407552 6422 1992294400 134512640 135679800 4294956224 18446744073709551615 134560455 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14973/statm: 7912 6422 101 284 0 7625 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 31648

[startup+6.30149 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14974
/proc/meminfo: memFree=1704232/2055920 swapFree=4176444/4192956
[pid=14973] ppid=14971 vsize=39396 CPUtime=6.27
/proc/14973/stat : 14973 (MoRsat) R 14971 14973 14793 0 -1 4194304 76358 0 0 0 594 33 0 0 25 0 1 0 1151461389 40341504 9050 1992294400 134512640 135679800 4294956224 18446744073709551615 134552265 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14973/statm: 9849 9050 104 284 0 9562 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 39396

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14974
/proc/meminfo: memFree=1704616/2055920 swapFree=4176444/4192956
[pid=14973] ppid=14971 vsize=39100 CPUtime=12.68
/proc/14973/stat : 14973 (MoRsat) R 14971 14973 14793 0 -1 4194304 228455 0 0 0 1168 100 0 0 25 0 1 0 1151461389 40038400 8976 1992294400 134512640 135679800 4294956224 18446744073709551615 134551904 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14973/statm: 9775 8976 104 284 0 9488 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 39100

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14974
/proc/meminfo: memFree=1720616/2055920 swapFree=4176444/4192956
[pid=14973] ppid=14971 vsize=38604 CPUtime=25.46
/proc/14973/stat : 14973 (MoRsat) R 14971 14973 14793 0 -1 4194304 533587 0 0 0 2317 229 0 0 25 0 1 0 1151461389 39530496 8852 1992294400 134512640 135679800 4294956224 18446744073709551615 134552265 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14973/statm: 9651 8852 104 284 0 9364 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 38604

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14974
/proc/meminfo: memFree=1706088/2055920 swapFree=4176444/4192956
[pid=14973] ppid=14971 vsize=37568 CPUtime=51.04
/proc/14973/stat : 14973 (MoRsat) R 14971 14973 14793 0 -1 4194304 1152843 0 0 0 4618 486 0 0 25 0 1 0 1151461389 38469632 7525 1992294400 134512640 135679800 4294956224 18446744073709551615 134552325 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14973/statm: 9392 7530 104 284 0 9105 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 37568

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14974
/proc/meminfo: memFree=1619880/2055920 swapFree=4176444/4192956
[pid=14973] ppid=14971 vsize=140360 CPUtime=102.22
/proc/14973/stat : 14973 (MoRsat) R 14971 14973 14793 0 -1 4194304 1320523 0 0 0 9664 558 0 0 25 0 1 0 1151461389 143728640 30146 1992294400 134512640 135679800 4294956224 18446744073709551615 134533057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14973/statm: 35090 30146 113 284 0 34803 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 140360

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14974
/proc/meminfo: memFree=1602344/2055920 swapFree=4176444/4192956
[pid=14973] ppid=14971 vsize=157324 CPUtime=162.18
/proc/14973/stat : 14973 (MoRsat) R 14971 14973 14793 0 -1 4194304 1324910 0 0 0 15656 562 0 0 25 0 1 0 1151461389 161099776 34533 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14973/statm: 39331 34533 113 284 0 39044 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 157324

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14974
/proc/meminfo: memFree=1586920/2055920 swapFree=4176444/4192956
[pid=14973] ppid=14971 vsize=173672 CPUtime=222.17
/proc/14973/stat : 14973 (MoRsat) R 14971 14973 14793 0 -1 4194304 1329111 0 0 0 21650 567 0 0 25 0 1 0 1151461389 177840128 38348 1992294400 134512640 135679800 4294956224 18446744073709551615 134522764 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14973/statm: 43418 38348 113 284 0 43131 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 173672

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14974
/proc/meminfo: memFree=1574120/2055920 swapFree=4176444/4192956
[pid=14973] ppid=14971 vsize=186228 CPUtime=282.15
/proc/14973/stat : 14973 (MoRsat) R 14971 14973 14793 0 -1 4194304 1332327 0 0 0 27646 569 0 0 25 0 1 0 1151461389 190697472 41564 1992294400 134512640 135679800 4294956224 18446744073709551615 134522818 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14973/statm: 46557 41564 113 284 0 46270 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 186228

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14974
/proc/meminfo: memFree=1565480/2055920 swapFree=4176444/4192956
[pid=14973] ppid=14971 vsize=194504 CPUtime=342.12
/proc/14973/stat : 14973 (MoRsat) R 14971 14973 14793 0 -1 4194304 1334472 0 0 0 33641 571 0 0 25 0 1 0 1151461389 199172096 43709 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14973/statm: 48626 43709 113 284 0 48339 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 194504

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14974
/proc/meminfo: memFree=1558056/2055920 swapFree=4176444/4192956
[pid=14973] ppid=14971 vsize=204716 CPUtime=402.1
/proc/14973/stat : 14973 (MoRsat) R 14971 14973 14793 0 -1 4194304 1337111 0 0 0 39637 573 0 0 25 0 1 0 1151461389 209629184 45578 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14973/statm: 51179 45578 113 284 0 50892 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 204716

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14974
/proc/meminfo: memFree=1549864/2055920 swapFree=4176444/4192956
[pid=14973] ppid=14971 vsize=212452 CPUtime=462.08
/proc/14973/stat : 14973 (MoRsat) R 14971 14973 14793 0 -1 4194304 1342179 0 0 0 45633 575 0 0 25 0 1 0 1151461389 217550848 47570 1992294400 134512640 135679800 4294956224 18446744073709551615 134533069 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14973/statm: 53113 47570 113 284 0 52826 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 212452

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

[startup+473.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14974
/proc/meminfo: memFree=1549864/2055920 swapFree=4176444/4192956
[pid=14973] ppid=14971 vsize=212452 CPUtime=473.25
/proc/14973/stat : 14973 (MoRsat) R 14971 14973 14793 0 -1 4194304 1342179 0 0 0 46750 575 0 0 25 0 1 0 1151461389 217550848 47570 1992294400 134512640 135679800 4294956224 18446744073709551615 134522844 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14973/statm: 53113 47570 113 284 0 52826 0
Current children cumulated CPU time (s) 473.25
Current children cumulated vsize (KiB) 212452

[startup+476.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14974
/proc/meminfo: memFree=1549864/2055920 swapFree=4176444/4192956
[pid=14973] ppid=14971 vsize=212452 CPUtime=476.45
/proc/14973/stat : 14973 (MoRsat) R 14971 14973 14793 0 -1 4194304 1342179 0 0 0 47070 575 0 0 25 0 1 0 1151461389 217550848 47570 1992294400 134512640 135679800 4294956224 18446744073709551615 134525515 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14973/statm: 53113 47570 113 284 0 52826 0
Current children cumulated CPU time (s) 476.45
Current children cumulated vsize (KiB) 212452

[startup+478.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14974
/proc/meminfo: memFree=1549864/2055920 swapFree=4176444/4192956
[pid=14973] ppid=14971 vsize=212452 CPUtime=478.05
/proc/14973/stat : 14973 (MoRsat) R 14971 14973 14793 0 -1 4194304 1342179 0 0 0 47230 575 0 0 25 0 1 0 1151461389 217550848 47570 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14973/statm: 53113 47570 113 284 0 52826 0
Current children cumulated CPU time (s) 478.05
Current children cumulated vsize (KiB) 212452

[startup+479.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14974
/proc/meminfo: memFree=1549864/2055920 swapFree=4176444/4192956
[pid=14973] ppid=14971 vsize=212452 CPUtime=479.64
/proc/14973/stat : 14973 (MoRsat) R 14971 14973 14793 0 -1 4194304 1342179 0 0 0 47389 575 0 0 25 0 1 0 1151461389 217550848 47570 1992294400 134512640 135679800 4294956224 18446744073709551615 134520392 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14973/statm: 53113 47570 113 284 0 52826 0
Current children cumulated CPU time (s) 479.64
Current children cumulated vsize (KiB) 212452

[startup+480.707 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14974
/proc/meminfo: memFree=1549864/2055920 swapFree=4176444/4192956
[pid=14973] ppid=14971 vsize=212452 CPUtime=480.45
/proc/14973/stat : 14973 (MoRsat) R 14971 14973 14793 0 -1 4194304 1342179 0 0 0 47470 575 0 0 25 0 1 0 1151461389 217550848 47570 1992294400 134512640 135679800 4294956224 18446744073709551615 134522616 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14973/statm: 53113 47570 113 284 0 52826 0
Current children cumulated CPU time (s) 480.45
Current children cumulated vsize (KiB) 212452

[startup+480.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14974
/proc/meminfo: memFree=1549864/2055920 swapFree=4176444/4192956
[pid=14973] ppid=14971 vsize=212452 CPUtime=480.64
/proc/14973/stat : 14973 (MoRsat) R 14971 14973 14793 0 -1 4194304 1342179 0 0 0 47489 575 0 0 25 0 1 0 1151461389 217550848 47570 1992294400 134512640 135679800 4294956224 18446744073709551615 134534453 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14973/statm: 53113 47570 113 284 0 52826 0
Current children cumulated CPU time (s) 480.64
Current children cumulated vsize (KiB) 212452

[startup+481.002 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14974
/proc/meminfo: memFree=1549864/2055920 swapFree=4176444/4192956
[pid=14973] ppid=14971 vsize=200772 CPUtime=480.74
/proc/14973/stat : 14973 (MoRsat) R 14971 14973 14793 0 -1 4194304 1342180 0 0 0 47499 575 0 0 25 0 1 0 1151461389 205590528 45913 1992294400 134512640 135679800 4294956224 18446744073709551615 135109002 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14973/statm: 50193 45913 113 284 0 49906 0
Current children cumulated CPU time (s) 480.74
Current children cumulated vsize (KiB) 200772

Child status: 20
Real time (s): 481.083
CPU time (s): 480.838
CPU user time (s): 475.05
CPU system time (s): 5.78812
CPU usage (%): 99.9492
Max. virtual memory (cumulated for all children) (KiB): 224756

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

runsolver used 0.470928 second user time and 1.2868 second system time

The end

Launcher Data

Begin job on node27 at 2009-04-03 21:46:00
IDJOB=1563601
IDBENCH=70957
IDSOLVER=502
FILE ID=node27/1563601-1238787958
PBS_JOBID= 9085626
Free space on /tmp= 66296 MiB

SOLVER NAME= MoRsat 2009-03-03
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-ele-noholes.cnf
COMMAND LINE= HOME/MoRsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563601-1238787958/watcher-1563601-1238787958 -o /tmp/evaluation-result-1563601-1238787958/solver-1563601-1238787958 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/MoRsat HOME/instance-1563601-1238787958.cnf

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

MD5SUM BENCH= f135b1d0c8abb3603a01568e46f7396a
RANDOM SEED=1104366910

node27.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		: 2800.196
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	: 5521.40
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		: 2800.196
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:       1740176 kB
Buffers:         35880 kB
Cached:         214280 kB
SwapCached:       9328 kB
Active:         157612 kB
Inactive:       103508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740176 kB
SwapTotal:     4192956 kB
SwapFree:      4176444 kB
Dirty:           34072 kB
Writeback:           0 kB
Mapped:          16844 kB
Slab:            40476 kB
Committed_AS:  3213932 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66296 MiB
End job on node27 at 2009-04-03 21:54:01