Trace number 338770

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
TTS 4.0UNSAT 382.312 382.417

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
counting-harder-php-018-017.sat05-1189.reshuffled-07.cnf
MD5SUM51a1a3a012cf07e3662164064eca4702
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark382.312
Satisfiable
(Un)Satisfiability was proved
Number of variables306
Number of clauses2619
Sum of the clauses size5508
Maximum clause length17
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22601
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518

Solver Data (download as text)

382.19/382.39	c Command: /tmp/evaluation/338770-1173691912/tts-4-0 /tmp/evaluation/338770-1173691912/instance-338770-1173691912.cnf 
382.19/382.39	c CPU limit set to 1200.000000
382.19/382.39	c Variables = 306
382.19/382.39	c Clauses = 2619
382.19/382.39	c Literals = 5508
382.19/382.39	c Reduced size:
382.19/382.39	c Variables = 306
382.19/382.39	c Clauses = 2619
382.19/382.39	c Literals = 5508
382.19/382.39	c Independent sub-problems = 1
382.19/382.39	c Sub-problem with 306 variables
382.19/382.39	c using permutation method 4
382.19/382.39	c Ordering finished 0.010 seconds
382.19/382.39	c mapped 0.010 seconds
382.19/382.39	c permuted 0.010 seconds
382.19/382.39	c init finished 0.010 seconds
382.19/382.39	c tree built 0.010 seconds
382.19/382.39	c Partial assignments = 12331896, improvements = 2108220
382.19/382.39	s UNSATISFIABLE
382.19/382.39	c Time = 382.34 seconds

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/node18/watcher-338770-1173691912 -o ROOT/results/node18/solver-338770-1173691912 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/338770-1173691912/tts-4-0 /tmp/evaluation/338770-1173691912/instance-338770-1173691912.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.92 0.98 0.99 3/77 6906
/proc/meminfo: memFree=1819128/2055920 swapFree=4153284/4192956
[pid=6906] ppid=6904 vsize=940 CPUtime=0
/proc/6906/stat : 6906 (tts-4-0) R 6904 6906 5797 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 389145708 962560 117 18446744073709551615 134512640 134976056 4294956720 18446744073709551615 134538224 0 0 4096 0 0 0 0 17 1 0 0
/proc/6906/statm: 235 118 59 113 0 119 0

[startup+0.099839 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 6906
/proc/meminfo: memFree=1819128/2055920 swapFree=4153284/4192956
[pid=6906] ppid=6904 vsize=2040 CPUtime=0.09
/proc/6906/stat : 6906 (tts-4-0) R 6904 6906 5797 0 -1 4194304 416 0 0 0 9 0 0 0 18 0 1 0 389145708 2088960 401 18446744073709551615 134512640 134976056 4294956720 18446744073709551615 134535181 0 0 4096 0 0 0 0 17 1 0 0
/proc/6906/statm: 510 401 66 113 0 394 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2040

[startup+0.101839 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 6906
/proc/meminfo: memFree=1819128/2055920 swapFree=4153284/4192956
[pid=6906] ppid=6904 vsize=2040 CPUtime=0.09
/proc/6906/stat : 6906 (tts-4-0) R 6904 6906 5797 0 -1 4194304 418 0 0 0 9 0 0 0 18 0 1 0 389145708 2088960 403 18446744073709551615 134512640 134976056 4294956720 18446744073709551615 134535187 0 0 4096 0 0 0 0 17 1 0 0
/proc/6906/statm: 510 403 66 113 0 394 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2040

[startup+0.301858 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 6906
/proc/meminfo: memFree=1819128/2055920 swapFree=4153284/4192956
[pid=6906] ppid=6904 vsize=2280 CPUtime=0.29
/proc/6906/stat : 6906 (tts-4-0) R 6904 6906 5797 0 -1 4194304 506 0 0 0 29 0 0 0 19 0 1 0 389145708 2334720 491 18446744073709551615 134512640 134976056 4294956720 18446744073709551615 134552969 0 0 4096 0 0 0 0 17 1 0 0
/proc/6906/statm: 570 491 66 113 0 454 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2280

[startup+0.701896 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 6906
/proc/meminfo: memFree=1819128/2055920 swapFree=4153284/4192956
[pid=6906] ppid=6904 vsize=2988 CPUtime=0.69
/proc/6906/stat : 6906 (tts-4-0) R 6904 6906 5797 0 -1 4194304 648 0 0 0 69 0 0 0 22 0 1 0 389145708 3059712 633 18446744073709551615 134512640 134976056 4294956720 18446744073709551615 134534083 0 0 4096 0 0 0 0 17 1 0 0
/proc/6906/statm: 747 633 66 113 0 631 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2988

[startup+1.50197 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 6907
/proc/meminfo: memFree=1816496/2055920 swapFree=4153284/4192956
[pid=6906] ppid=6904 vsize=3928 CPUtime=1.49
/proc/6906/stat : 6906 (tts-4-0) R 6904 6906 5797 0 -1 4194304 902 0 0 0 149 0 0 0 25 0 1 0 389145708 4022272 887 18446744073709551615 134512640 134976056 4294956720 18446744073709551615 134641336 0 0 4096 0 0 0 0 17 1 0 0
/proc/6906/statm: 982 887 66 113 0 866 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3928

[startup+3.10113 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 6907
/proc/meminfo: memFree=1814960/2055920 swapFree=4153284/4192956
[pid=6906] ppid=6904 vsize=5572 CPUtime=3.09
/proc/6906/stat : 6906 (tts-4-0) R 6904 6906 5797 0 -1 4194304 1316 0 0 0 309 0 0 0 25 0 1 0 389145708 5705728 1301 18446744073709551615 134512640 134976056 4294956720 18446744073709551615 134535187 0 0 4096 0 0 0 0 17 1 0 0
/proc/6906/statm: 1393 1301 66 113 0 1277 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5572

[startup+6.30144 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 6907
/proc/meminfo: memFree=1811824/2055920 swapFree=4153284/4192956
[pid=6906] ppid=6904 vsize=8852 CPUtime=6.29
/proc/6906/stat : 6906 (tts-4-0) R 6904 6906 5797 0 -1 4194304 2160 0 0 0 628 1 0 0 25 0 1 0 389145708 9064448 2145 18446744073709551615 134512640 134976056 4294956720 18446744073709551615 134534364 0 0 4096 0 0 0 0 17 1 0 0
/proc/6906/statm: 2213 2145 66 113 0 2097 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8852

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 6907
/proc/meminfo: memFree=1805872/2055920 swapFree=4153284/4192956
[pid=6906] ppid=6904 vsize=13776 CPUtime=12.68
/proc/6906/stat : 6906 (tts-4-0) R 6904 6906 5797 0 -1 4194304 3396 0 0 0 1267 1 0 0 25 0 1 0 389145708 14106624 3381 18446744073709551615 134512640 134976056 4294956720 18446744073709551615 134534128 0 0 4096 0 0 0 0 17 1 0 0
/proc/6906/statm: 3444 3381 66 113 0 3328 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 13776

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 6907
/proc/meminfo: memFree=1797680/2055920 swapFree=4153284/4192956
[pid=6906] ppid=6904 vsize=21752 CPUtime=25.49
/proc/6906/stat : 6906 (tts-4-0) R 6904 6906 5797 0 -1 4194304 5386 0 0 0 2546 3 0 0 25 0 1 0 389145708 22274048 5371 18446744073709551615 134512640 134976056 4294956720 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 1 0 0
/proc/6906/statm: 5438 5371 66 113 0 5322 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 21752

[startup+51.1018 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 6907
/proc/meminfo: memFree=1786480/2055920 swapFree=4153284/4192956
[pid=6906] ppid=6904 vsize=33236 CPUtime=51.08
/proc/6906/stat : 6906 (tts-4-0) R 6904 6906 5797 0 -1 4194304 8217 0 0 0 5103 5 0 0 25 0 1 0 389145708 34033664 8202 18446744073709551615 134512640 134976056 4294956720 18446744073709551615 134534396 0 0 4096 0 0 0 0 17 1 0 0
/proc/6906/statm: 8309 8202 66 113 0 8193 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 33236

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 6907
/proc/meminfo: memFree=1761328/2055920 swapFree=4153284/4192956
[pid=6906] ppid=6904 vsize=57848 CPUtime=102.26
/proc/6906/stat : 6906 (tts-4-0) R 6904 6906 5797 0 -1 4194304 14411 0 0 0 10218 8 0 0 25 0 1 0 389145708 59236352 14396 18446744073709551615 134512640 134976056 4294956720 18446744073709551615 134534063 0 0 4096 0 0 0 0 17 1 0 0
/proc/6906/statm: 14462 14396 66 113 0 14346 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 57848

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 6907
/proc/meminfo: memFree=1734064/2055920 swapFree=4153284/4192956
[pid=6906] ppid=6904 vsize=85276 CPUtime=162.24
/proc/6906/stat : 6906 (tts-4-0) R 6904 6906 5797 0 -1 4194304 21248 0 0 0 16211 13 0 0 25 0 1 0 389145708 87322624 21233 18446744073709551615 134512640 134976056 4294956720 18446744073709551615 134534909 0 0 4096 0 0 0 0 17 1 0 0
/proc/6906/statm: 21319 21233 66 113 0 21203 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 85276

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 6907
/proc/meminfo: memFree=1711152/2055920 swapFree=4153284/4192956
[pid=6906] ppid=6904 vsize=108012 CPUtime=222.23
/proc/6906/stat : 6906 (tts-4-0) R 6904 6906 5797 0 -1 4194304 26916 0 0 0 22205 18 0 0 25 0 1 0 389145708 110604288 26901 18446744073709551615 134512640 134976056 4294956720 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 1 0 0
/proc/6906/statm: 27003 26901 66 113 0 26887 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 108012

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 6907
/proc/meminfo: memFree=1694704/2055920 swapFree=4153284/4192956
[pid=6906] ppid=6904 vsize=124420 CPUtime=282.22
/proc/6906/stat : 6906 (tts-4-0) R 6904 6906 5797 0 -1 4194304 31055 0 0 0 28201 21 0 0 25 0 1 0 389145708 127406080 31040 18446744073709551615 134512640 134976056 4294956720 18446744073709551615 134641324 0 0 4096 0 0 0 0 17 1 0 0
/proc/6906/statm: 31105 31040 66 113 0 30989 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 124420

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 6907
/proc/meminfo: memFree=1682224/2055920 swapFree=4153284/4192956
[pid=6906] ppid=6904 vsize=136844 CPUtime=342.2
/proc/6906/stat : 6906 (tts-4-0) R 6904 6906 5797 0 -1 4194304 34125 0 0 0 34196 24 0 0 25 0 1 0 389145708 140128256 34110 18446744073709551615 134512640 134976056 4294956720 18446744073709551615 134535231 0 0 4096 0 0 0 0 17 1 0 0
/proc/6906/statm: 34211 34110 66 113 0 34095 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 136844

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

[startup+358.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 6907
/proc/meminfo: memFree=1680112/2055920 swapFree=4153284/4192956
[pid=6906] ppid=6904 vsize=138952 CPUtime=358.2
/proc/6906/stat : 6906 (tts-4-0) R 6904 6906 5797 0 -1 4194304 34683 0 0 0 35795 25 0 0 25 0 1 0 389145708 142286848 34668 18446744073709551615 134512640 134976056 4294956720 18446744073709551615 134534379 0 0 4096 0 0 0 0 17 1 0 0
/proc/6906/statm: 34738 34668 66 113 0 34622 0
Current children cumulated CPU time (s) 358.2
Current children cumulated vsize (KiB) 138952

[startup+371.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 6907
/proc/meminfo: memFree=1678384/2055920 swapFree=4153284/4192956
[pid=6906] ppid=6904 vsize=140592 CPUtime=370.99
/proc/6906/stat : 6906 (tts-4-0) R 6904 6906 5797 0 -1 4194304 35071 0 0 0 37074 25 0 0 25 0 1 0 389145708 143966208 35056 18446744073709551615 134512640 134976056 4294956720 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 1 0 0
/proc/6906/statm: 35148 35056 66 113 0 35032 0
Current children cumulated CPU time (s) 370.99
Current children cumulated vsize (KiB) 140592

[startup+377.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 6907
/proc/meminfo: memFree=1677680/2055920 swapFree=4153284/4192956
[pid=6906] ppid=6904 vsize=141296 CPUtime=377.38
/proc/6906/stat : 6906 (tts-4-0) R 6904 6906 5797 0 -1 4194304 35255 0 0 0 37713 25 0 0 25 0 1 0 389145708 144687104 35240 18446744073709551615 134512640 134976056 4294956720 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 1 0 0
/proc/6906/statm: 35324 35240 66 113 0 35208 0
Current children cumulated CPU time (s) 377.38
Current children cumulated vsize (KiB) 141296

[startup+380.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 6907
/proc/meminfo: memFree=1677360/2055920 swapFree=4153284/4192956
[pid=6906] ppid=6904 vsize=141532 CPUtime=380.59
/proc/6906/stat : 6906 (tts-4-0) R 6904 6906 5797 0 -1 4194304 35327 0 0 0 38033 26 0 0 25 0 1 0 389145708 144928768 35312 18446744073709551615 134512640 134976056 4294956720 18446744073709551615 134534386 0 0 4096 0 0 0 0 17 1 0 0
/proc/6906/statm: 35383 35312 66 113 0 35267 0
Current children cumulated CPU time (s) 380.59
Current children cumulated vsize (KiB) 141532

[startup+381.503 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 6907
/proc/meminfo: memFree=1677360/2055920 swapFree=4153284/4192956
[pid=6906] ppid=6904 vsize=141532 CPUtime=381.39
/proc/6906/stat : 6906 (tts-4-0) R 6904 6906 5797 0 -1 4194304 35336 0 0 0 38113 26 0 0 25 0 1 0 389145708 144928768 35321 18446744073709551615 134512640 134976056 4294956720 18446744073709551615 134535187 0 0 4096 0 0 0 0 17 1 0 0
/proc/6906/statm: 35383 35321 66 113 0 35267 0
Current children cumulated CPU time (s) 381.39
Current children cumulated vsize (KiB) 141532

[startup+381.903 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 6907
/proc/meminfo: memFree=1677296/2055920 swapFree=4153284/4192956
[pid=6906] ppid=6904 vsize=141764 CPUtime=381.79
/proc/6906/stat : 6906 (tts-4-0) R 6904 6906 5797 0 -1 4194304 35342 0 0 0 38153 26 0 0 25 0 1 0 389145708 145166336 35327 18446744073709551615 134512640 134976056 4294956720 18446744073709551615 134534154 0 0 4096 0 0 0 0 17 1 0 0
/proc/6906/statm: 35441 35327 66 113 0 35325 0
Current children cumulated CPU time (s) 381.79
Current children cumulated vsize (KiB) 141764

[startup+382.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 6907
/proc/meminfo: memFree=1677296/2055920 swapFree=4153284/4192956
[pid=6906] ppid=6904 vsize=141764 CPUtime=382.19
/proc/6906/stat : 6906 (tts-4-0) R 6904 6906 5797 0 -1 4194304 35349 0 0 0 38193 26 0 0 25 0 1 0 389145708 145166336 35334 18446744073709551615 134512640 134976056 4294956720 18446744073709551615 134534371 0 0 4096 0 0 0 0 17 1 0 0
/proc/6906/statm: 35441 35334 66 113 0 35325 0
Current children cumulated CPU time (s) 382.19
Current children cumulated vsize (KiB) 141764

[startup+382.402 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 6907
/proc/meminfo: memFree=1677296/2055920 swapFree=4153284/4192956
[pid=6906] ppid=6904 vsize=0 CPUtime=382.28
/proc/6906/stat : 6906 (tts-4-0) R 6904 6906 5797 0 -1 4194308 35357 0 0 0 38202 26 0 0 25 0 1 0 389145708 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/6906/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 382.28
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 382.417
CPU time (s): 382.312
CPU user time (s): 382.028
CPU system time (s): 0.283956
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 141764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 382.028
system time used= 0.283956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35357
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= 7
involuntary context switches= 589

runsolver used 0.466929 second user time and 0.888864 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Mon Mar 12 09:31:52 UTC 2007

IDJOB= 338770
IDBENCH= 24731
IDSOLVER= 98
FILE ID= node18/338770-1173691912

PBS_JOBID= 4101481

Free space on /tmp= 66511 MiB

SOLVER NAME= TTS 4.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/sabharwal/counting-harder-php-018-017.sat05-1189.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/338770-1173691912/tts-4-0 /tmp/evaluation/338770-1173691912/instance-338770-1173691912.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-338770-1173691912 -o ROOT/results/node18/solver-338770-1173691912 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/338770-1173691912/tts-4-0 /tmp/evaluation/338770-1173691912/instance-338770-1173691912.cnf            

META MD5SUM SOLVER= 73a7a27d0c2e86f9b1191433fde766ff
MD5SUM BENCH=  51a1a3a012cf07e3662164064eca4702

RANDOM SEED= 643029853

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.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.236
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.236
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:       1819536 kB
Buffers:         37580 kB
Cached:         127044 kB
SwapCached:       2928 kB
Active:         101888 kB
Inactive:        85820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1819536 kB
SwapTotal:     4192956 kB
SwapFree:      4153284 kB
Dirty:             572 kB
Writeback:           0 kB
Mapped:          30136 kB
Slab:            34336 kB
Committed_AS:  1313256 kB
PageTables:       1668 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= 66511 MiB

End job on node18 on Mon Mar 12 09:38:14 UTC 2007