Trace number 370217

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 338.762 338.858

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2c-3cage-unsat-10-3.sat05-2568.reshuffled-07.cnf
MD5SUMd65aa32f539d7b147c82042f18f65687
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark338.762
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses560
Sum of the clauses size2240
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4560
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

338.60/338.79	c Command: /tmp/evaluation/370217-1177552511/tts-4-0 /tmp/evaluation/370217-1177552511/instance-370217-1177552511.cnf 
338.60/338.79	c CPU limit set to 5000.000000
338.60/338.79	c Variables = 140
338.60/338.79	c Clauses = 560
338.60/338.79	c Literals = 2240
338.60/338.79	c Reduced size:
338.60/338.79	c Variables = 140
338.60/338.79	c Clauses = 560
338.60/338.79	c Literals = 2240
338.60/338.79	c Independent sub-problems = 1
338.60/338.79	c Sub-problem with 140 variables
338.60/338.79	c using permutation method 4
338.60/338.79	c Ordering finished 0.000 seconds
338.60/338.79	c mapped 0.000 seconds
338.60/338.79	c permuted 0.000 seconds
338.60/338.79	c init finished 0.000 seconds
338.60/338.79	c tree built 0.000 seconds
338.60/338.79	c Partial assignments = 28488241, improvements = 6659716
338.60/338.79	s UNSATISFIABLE
338.60/338.79	c Time = 338.75 seconds

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node7/watcher-370217-1177552511 -o ROOT/results/node7/solver-370217-1177552511 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/370217-1177552511/tts-4-0 /tmp/evaluation/370217-1177552511/instance-370217-1177552511.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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.07 0.99 0.95 3/77 22386
/proc/meminfo: memFree=1737272/2055920 swapFree=4156304/4192956
[pid=22386] ppid=22384 vsize=928 CPUtime=0
/proc/22386/stat : 22386 (tts-4-0) R 22384 22386 21861 0 -1 4194304 130 0 0 0 0 0 0 0 18 0 1 0 231288790 950272 116 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134555048 0 0 4096 0 0 0 0 17 1 0 0
/proc/22386/statm: 232 116 62 113 0 116 0

[startup+0.0442679 s]
/proc/loadavg: 1.07 0.99 0.95 3/77 22386
/proc/meminfo: memFree=1737272/2055920 swapFree=4156304/4192956
[pid=22386] ppid=22384 vsize=1204 CPUtime=0.04
/proc/22386/stat : 22386 (tts-4-0) R 22384 22386 21861 0 -1 4194304 233 0 0 0 4 0 0 0 18 0 1 0 231288790 1232896 219 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134552842 0 0 4096 0 0 0 0 17 1 0 0
/proc/22386/statm: 301 219 66 113 0 185 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1204

[startup+0.101273 s]
/proc/loadavg: 1.07 0.99 0.95 3/77 22386
/proc/meminfo: memFree=1737272/2055920 swapFree=4156304/4192956
[pid=22386] ppid=22384 vsize=1412 CPUtime=0.1
/proc/22386/stat : 22386 (tts-4-0) R 22384 22386 21861 0 -1 4194304 253 0 0 0 10 0 0 0 18 0 1 0 231288790 1445888 239 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134535187 0 0 4096 0 0 0 0 17 1 0 0
/proc/22386/statm: 353 239 66 113 0 237 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1412

[startup+0.301293 s]
/proc/loadavg: 1.07 0.99 0.95 3/77 22386
/proc/meminfo: memFree=1737272/2055920 swapFree=4156304/4192956
[pid=22386] ppid=22384 vsize=1648 CPUtime=0.29
/proc/22386/stat : 22386 (tts-4-0) R 22384 22386 21861 0 -1 4194304 314 0 0 0 29 0 0 0 19 0 1 0 231288790 1687552 300 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134535187 0 0 4096 0 0 0 0 17 1 0 0
/proc/22386/statm: 412 300 66 113 0 296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1648

[startup+0.701335 s]
/proc/loadavg: 1.07 0.99 0.95 3/77 22386
/proc/meminfo: memFree=1737272/2055920 swapFree=4156304/4192956
[pid=22386] ppid=22384 vsize=2116 CPUtime=0.69
/proc/22386/stat : 22386 (tts-4-0) R 22384 22386 21861 0 -1 4194304 439 0 0 0 69 0 0 0 23 0 1 0 231288790 2166784 425 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134591882 0 0 4096 0 0 0 0 17 1 0 0
/proc/22386/statm: 529 425 66 113 0 413 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2116

[startup+1.50142 s]
/proc/loadavg: 1.07 0.99 0.95 2/78 22387
/proc/meminfo: memFree=1735472/2055920 swapFree=4156304/4192956
[pid=22386] ppid=22384 vsize=3056 CPUtime=1.49
/proc/22386/stat : 22386 (tts-4-0) R 22384 22386 21861 0 -1 4194304 673 0 0 0 149 0 0 0 25 0 1 0 231288790 3129344 659 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534717 0 0 4096 0 0 0 0 17 1 0 0
/proc/22386/statm: 764 659 66 113 0 648 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3056

[startup+3.10159 s]
/proc/loadavg: 1.07 0.99 0.95 2/78 22387
/proc/meminfo: memFree=1734000/2055920 swapFree=4156304/4192956
[pid=22386] ppid=22384 vsize=4932 CPUtime=3.09
/proc/22386/stat : 22386 (tts-4-0) R 22384 22386 21861 0 -1 4194304 1164 0 0 0 309 0 0 0 25 0 1 0 231288790 5050368 1150 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134535142 0 0 4096 0 0 0 0 17 1 0 0
/proc/22386/statm: 1233 1150 66 113 0 1117 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4932

[startup+6.30192 s]
/proc/loadavg: 1.07 0.99 0.95 2/78 22387
/proc/meminfo: memFree=1730032/2055920 swapFree=4156304/4192956
[pid=22386] ppid=22384 vsize=8684 CPUtime=6.29
/proc/22386/stat : 22386 (tts-4-0) R 22384 22386 21861 0 -1 4194304 2118 0 0 0 629 0 0 0 25 0 1 0 231288790 8892416 2104 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134641326 0 0 4096 0 0 0 0 17 1 0 0
/proc/22386/statm: 2171 2104 66 113 0 2055 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8684

[startup+12.7016 s]
/proc/loadavg: 1.06 0.99 0.95 2/78 22387
/proc/meminfo: memFree=1722032/2055920 swapFree=4156304/4192956
[pid=22386] ppid=22384 vsize=16420 CPUtime=12.69
/proc/22386/stat : 22386 (tts-4-0) R 22384 22386 21861 0 -1 4194304 4025 0 0 0 1268 1 0 0 25 0 1 0 231288790 16814080 4011 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134537421 0 0 4096 0 0 0 0 17 1 0 0
/proc/22386/statm: 4105 4011 66 113 0 3989 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16420

[startup+25.5019 s]
/proc/loadavg: 1.05 0.99 0.95 2/78 22387
/proc/meminfo: memFree=1706800/2055920 swapFree=4156304/4192956
[pid=22386] ppid=22384 vsize=31184 CPUtime=25.48
/proc/22386/stat : 22386 (tts-4-0) R 22384 22386 21861 0 -1 4194304 7724 0 0 0 2546 2 0 0 25 0 1 0 231288790 31932416 7710 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134591882 0 0 4096 0 0 0 0 17 1 0 0
/proc/22386/statm: 7796 7710 66 113 0 7680 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31184

[startup+51.1016 s]
/proc/loadavg: 1.03 0.99 0.95 2/78 22387
/proc/meminfo: memFree=1676976/2055920 swapFree=4156304/4192956
[pid=22386] ppid=22384 vsize=61188 CPUtime=51.08
/proc/22386/stat : 22386 (tts-4-0) R 22384 22386 21861 0 -1 4194304 15241 0 0 0 5103 5 0 0 25 0 1 0 231288790 62656512 15227 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134513467 0 0 4096 0 0 0 0 17 1 0 0
/proc/22386/statm: 15297 15227 66 113 0 15181 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 61188

[startup+102.306 s]
/proc/loadavg: 1.01 0.99 0.95 2/78 22387
/proc/meminfo: memFree=1617136/2055920 swapFree=4156304/4192956
[pid=22386] ppid=22384 vsize=120488 CPUtime=102.27
/proc/22386/stat : 22386 (tts-4-0) R 22384 22386 21861 0 -1 4194304 30023 0 0 0 10216 11 0 0 25 0 1 0 231288790 123379712 30009 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134641338 0 0 4096 0 0 0 0 17 1 0 0
/proc/22386/statm: 30122 30009 66 113 0 30006 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 120488

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 22387
/proc/meminfo: memFree=1548848/2055920 swapFree=4156304/4192956
[pid=22386] ppid=22384 vsize=189168 CPUtime=162.24
/proc/22386/stat : 22386 (tts-4-0) R 22384 22386 21861 0 -1 4194304 47238 0 0 0 16204 20 0 0 25 0 1 0 231288790 193708032 47224 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134641336 0 0 4096 0 0 0 0 17 1 0 0
/proc/22386/statm: 47292 47224 66 113 0 47176 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 189168

[startup+222.301 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 22387
/proc/meminfo: memFree=1479664/2055920 swapFree=4156304/4192956
[pid=22386] ppid=22384 vsize=257608 CPUtime=222.23
/proc/22386/stat : 22386 (tts-4-0) R 22384 22386 21861 0 -1 4194304 64329 0 0 0 22195 28 0 0 25 0 1 0 231288790 263790592 64315 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134641324 0 0 4096 0 0 0 0 17 1 0 0
/proc/22386/statm: 64402 64315 66 113 0 64286 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 257608

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 22387
/proc/meminfo: memFree=1412400/2055920 swapFree=4156304/4192956
[pid=22386] ppid=22384 vsize=325348 CPUtime=282.21
/proc/22386/stat : 22386 (tts-4-0) R 22384 22386 21861 0 -1 4194304 81280 0 0 0 28186 35 0 0 25 0 1 0 231288790 333156352 81266 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134536383 0 0 4096 0 0 0 0 17 1 0 0
/proc/22386/statm: 81337 81266 66 113 0 81221 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 325348

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

[startup+307.101 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 22387
/proc/meminfo: memFree=1383920/2055920 swapFree=4156304/4192956
[pid=22386] ppid=22384 vsize=353240 CPUtime=307
/proc/22386/stat : 22386 (tts-4-0) R 22384 22386 21861 0 -1 4194304 88241 0 0 0 30663 37 0 0 25 0 1 0 231288790 361717760 88227 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534396 0 0 4096 0 0 0 0 17 1 0 0
/proc/22386/statm: 88310 88227 66 113 0 88194 0
Current children cumulated CPU time (s) 307
Current children cumulated vsize (KiB) 353240

[startup+319.902 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 22387
/proc/meminfo: memFree=1370288/2055920 swapFree=4156304/4192956
[pid=22386] ppid=22384 vsize=367536 CPUtime=319.8
/proc/22386/stat : 22386 (tts-4-0) R 22384 22386 21861 0 -1 4194304 91835 0 0 0 31941 39 0 0 25 0 1 0 231288790 376356864 91821 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134591676 0 0 4096 0 0 0 0 17 1 0 0
/proc/22386/statm: 91884 91821 66 113 0 91768 0
Current children cumulated CPU time (s) 319.8
Current children cumulated vsize (KiB) 367536

[startup+326.301 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 22387
/proc/meminfo: memFree=1362928/2055920 swapFree=4156304/4192956
[pid=22386] ppid=22384 vsize=374804 CPUtime=326.2
/proc/22386/stat : 22386 (tts-4-0) R 22384 22386 21861 0 -1 4194304 93614 0 0 0 32580 40 0 0 25 0 1 0 231288790 383799296 93600 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134535187 0 0 4096 0 0 0 0 17 1 0 0
/proc/22386/statm: 93701 93600 66 113 0 93585 0
Current children cumulated CPU time (s) 326.2
Current children cumulated vsize (KiB) 374804

[startup+332.701 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 22387
/proc/meminfo: memFree=1355184/2055920 swapFree=4156304/4192956
[pid=22386] ppid=22384 vsize=382304 CPUtime=332.6
/proc/22386/stat : 22386 (tts-4-0) R 22384 22386 21861 0 -1 4194304 95513 0 0 0 33219 41 0 0 25 0 1 0 231288790 391479296 95499 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134591620 0 0 4096 0 0 0 0 17 1 0 0
/proc/22386/statm: 95576 95499 66 113 0 95460 0
Current children cumulated CPU time (s) 332.6
Current children cumulated vsize (KiB) 382304

[startup+335.901 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 22387
/proc/meminfo: memFree=1350896/2055920 swapFree=4156304/4192956
[pid=22386] ppid=22384 vsize=386524 CPUtime=335.8
/proc/22386/stat : 22386 (tts-4-0) R 22384 22386 21861 0 -1 4194304 96557 0 0 0 33539 41 0 0 25 0 1 0 231288790 395800576 96543 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134535187 0 0 4096 0 0 0 0 17 1 0 0
/proc/22386/statm: 96631 96543 66 113 0 96515 0
Current children cumulated CPU time (s) 335.8
Current children cumulated vsize (KiB) 386524

[startup+337.502 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 22387
/proc/meminfo: memFree=1349488/2055920 swapFree=4156304/4192956
[pid=22386] ppid=22384 vsize=388632 CPUtime=337.39
/proc/22386/stat : 22386 (tts-4-0) R 22384 22386 21861 0 -1 4194304 97074 0 0 0 33698 41 0 0 25 0 1 0 231288790 397959168 97060 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134535811 0 0 4096 0 0 0 0 17 1 0 0
/proc/22386/statm: 97158 97060 66 113 0 97042 0
Current children cumulated CPU time (s) 337.39
Current children cumulated vsize (KiB) 388632

[startup+338.302 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 22387
/proc/meminfo: memFree=1348016/2055920 swapFree=4156304/4192956
[pid=22386] ppid=22384 vsize=389572 CPUtime=338.2
/proc/22386/stat : 22386 (tts-4-0) R 22384 22386 21861 0 -1 4194304 97334 0 0 0 33778 42 0 0 25 0 1 0 231288790 398921728 97320 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134535181 0 0 4096 0 0 0 0 17 1 0 0
/proc/22386/statm: 97393 97320 66 113 0 97277 0
Current children cumulated CPU time (s) 338.2
Current children cumulated vsize (KiB) 389572

[startup+338.702 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 22387
/proc/meminfo: memFree=1346608/2055920 swapFree=4156304/4192956
[pid=22386] ppid=22384 vsize=390272 CPUtime=338.6
/proc/22386/stat : 22386 (tts-4-0) R 22384 22386 21861 0 -1 4194304 97467 0 0 0 33818 42 0 0 25 0 1 0 231288790 399638528 97453 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134535181 0 0 4096 0 0 0 0 17 1 0 0
/proc/22386/statm: 97568 97453 66 113 0 97452 0
Current children cumulated CPU time (s) 338.6
Current children cumulated vsize (KiB) 390272

[startup+338.806 s]
/proc/loadavg: 1.00 0.99 0.95 2/78 22387
/proc/meminfo: memFree=1346608/2055920 swapFree=4156304/4192956
[pid=22386] ppid=22384 vsize=0 CPUtime=338.71
/proc/22386/stat : 22386 (tts-4-0) R 22384 22386 21861 0 -1 4194308 97508 0 0 0 33828 43 0 0 25 0 1 0 231288790 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/22386/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 338.71
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 338.858
CPU time (s): 338.762
CPU user time (s): 338.281
CPU system time (s): 0.481926
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 390272

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

runsolver used 0.255961 second user time and 0.724889 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Thu Apr 26 01:55:12 UTC 2007

IDJOB= 370217
IDBENCH= 24743
IDSOLVER= 178
FILE ID= node7/370217-1177552511

PBS_JOBID= 4696627

Free space on /tmp= 66423 MiB

SOLVER NAME= TTS 4.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/jarvisalo/mod2c-3cage-unsat-10-3.sat05-2568.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/370217-1177552511/tts-4-0 /tmp/evaluation/370217-1177552511/instance-370217-1177552511.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-370217-1177552511 -o ROOT/results/node7/solver-370217-1177552511 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/370217-1177552511/tts-4-0 /tmp/evaluation/370217-1177552511/instance-370217-1177552511.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  d65aa32f539d7b147c82042f18f65687

RANDOM SEED= 707243651

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.231
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.231
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:       1737744 kB
Buffers:         38468 kB
Cached:         199936 kB
SwapCached:      16800 kB
Active:         144836 kB
Inactive:       129116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1737744 kB
SwapTotal:     4192956 kB
SwapFree:      4156304 kB
Dirty:             616 kB
Writeback:           0 kB
Mapped:          41304 kB
Slab:            29720 kB
Committed_AS:  8929140 kB
PageTables:       1888 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= 66423 MiB

End job on node7 on Thu Apr 26 02:00:51 UTC 2007