Trace number 1047628

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
bpsolver 2008-06-27? (problem) 531.038 532.765

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-28_ext.xml
MD5SUM13a097f2e925e8ecf5b03a1e5f78f963
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark20.5169
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension2713
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.20/0.21	c bpsolver version 6.27.2008
0.20/0.21	c converting(HOME/instance-1047628-1215041172)
1.39/1.41	c Converted in 426 ms
1.39/1.41	c solving(HOME/instance-1047628-1215041172,1800000)
530.88/532.67	
530.88/532.67	Stack + Heap:  288000000 bytes
530.88/532.67	Stack in use:    1200796 bytes
530.88/532.67	Heap in use:   282799104 bytes
530.88/532.67	
530.88/532.67	Program area:    8000000 bytes
530.88/532.67	In use:           723522 bytes
530.88/532.67	
530.88/532.67	Trail:           8000000 bytes
530.88/532.67	In use:              264 bytes
530.88/532.67	
530.88/532.67	Table area:            0 bytes
530.88/532.67	In use:                0 bytes
530.88/532.67	
530.88/532.67	Number of GC calls:  185 
530.88/532.67	Numbers of expansions:
530.88/532.67	   Stack + Heap:       4
530.88/532.67	   Program area:       0
530.88/532.67	   Trail:              0
530.88/532.67	   Table:              0
530.88/532.67	
530.88/532.67	Number of symbols:  3832
530.88/532.67	
530.88/532.67	FD backtracks:         0
530.88/532.67	
530.88/532.67	In expand_stack 
530.88/532.67	Not enough memory!

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1047628-1215041172/watcher-1047628-1215041172 -o /tmp/evaluation-result-1047628-1215041172/solver-1047628-1215041172 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solver HOME/instance-1047628-1215041172 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 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: 2.01 2.18 1.90 4/72 441
/proc/meminfo: memFree=821960/2055920 swapFree=4179900/4192956
[pid=441] ppid=439 vsize=4780 CPUtime=0
/proc/441/stat : 441 (bprolog) R 439 441 32463 0 -1 4194304 583 0 0 0 0 0 0 0 18 0 1 0 1983089549 4894720 301 996147200 134512640 134990860 4294956112 18446744073709551615 134530848 0 0 4096 0 0 0 0 17 0 0 0
/proc/441/statm: 1195 309 72 116 0 706 0

[startup+0.0896211 s]
/proc/loadavg: 2.01 2.18 1.90 4/72 441
/proc/meminfo: memFree=821960/2055920 swapFree=4179900/4192956
[pid=441] ppid=439 vsize=56080 CPUtime=0.08
/proc/441/stat : 441 (bprolog) R 439 441 32463 0 -1 4194304 1100 0 0 0 4 4 0 0 18 0 1 0 1983089549 57425920 813 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 0 0 0
/proc/441/statm: 14020 813 174 116 0 13531 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 56080

[startup+0.101623 s]
/proc/loadavg: 2.01 2.18 1.90 4/72 441
/proc/meminfo: memFree=821960/2055920 swapFree=4179900/4192956
[pid=441] ppid=439 vsize=56080 CPUtime=0.09
/proc/441/stat : 441 (bprolog) R 439 441 32463 0 -1 4194304 1101 0 0 0 4 5 0 0 18 0 1 0 1983089549 57425920 814 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 0 0 0
/proc/441/statm: 14020 814 174 116 0 13531 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56080

[startup+0.301648 s]
/proc/loadavg: 2.01 2.18 1.90 4/72 441
/proc/meminfo: memFree=821960/2055920 swapFree=4179900/4192956
[pid=441] ppid=439 vsize=56080 CPUtime=0.29
/proc/441/stat : 441 (bprolog) R 439 441 32463 0 -1 4194304 1129 0 0 0 10 19 0 0 19 0 1 0 1983089549 57425920 842 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 0 0 0
/proc/441/statm: 14020 842 174 116 0 13531 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56080

[startup+0.701693 s]
/proc/loadavg: 2.01 2.18 1.90 4/72 441
/proc/meminfo: memFree=821960/2055920 swapFree=4179900/4192956
[pid=441] ppid=439 vsize=56080 CPUtime=0.69
/proc/441/stat : 441 (bprolog) R 439 441 32463 0 -1 4194304 1184 0 0 0 25 44 0 0 23 0 1 0 1983089549 57425920 897 996147200 134512640 134990860 4294956112 18446744073709551615 134634826 0 0 4096 2 0 0 0 17 0 0 0
/proc/441/statm: 14020 898 174 116 0 13531 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56080

[startup+1.50179 s]
/proc/loadavg: 2.01 2.18 1.90 3/73 442
/proc/meminfo: memFree=818624/2055920 swapFree=4179900/4192956
[pid=441] ppid=439 vsize=64208 CPUtime=1.49
/proc/441/stat : 441 (bprolog) R 439 441 32463 0 -1 4194304 2487 0 0 0 51 98 0 0 25 0 1 0 1983089549 65748992 2198 996147200 134512640 134990860 4294956112 18446744073709551615 134664989 0 0 4096 2 0 0 0 17 0 0 0
/proc/441/statm: 16052 2198 178 116 0 15563 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64208

[startup+3.10197 s]
/proc/loadavg: 2.01 2.18 1.90 3/73 442
/proc/meminfo: memFree=779392/2055920 swapFree=4179900/4192956
[pid=441] ppid=439 vsize=89708 CPUtime=3.09
/proc/441/stat : 441 (bprolog) R 439 441 32463 0 -1 4194304 13099 0 0 0 207 102 0 0 25 0 1 0 1983089549 91860992 11912 996147200 134512640 134990860 4294956112 18446744073709551615 134959702 0 0 4096 2 0 0 0 17 0 0 0
/proc/441/statm: 22427 11912 186 116 0 21938 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 89708

[startup+6.30135 s]
/proc/loadavg: 2.01 2.18 1.90 3/73 442
/proc/meminfo: memFree=767424/2055920 swapFree=4179900/4192956
[pid=441] ppid=439 vsize=89708 CPUtime=6.29
/proc/441/stat : 441 (bprolog) R 439 441 32463 0 -1 4194304 15217 0 0 0 525 104 0 0 25 0 1 0 1983089549 91860992 14030 996147200 134512640 134990860 4294956112 18446744073709551615 134959261 0 0 4096 2 0 0 0 17 0 0 0
/proc/441/statm: 22427 14030 186 116 0 21938 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 89708

[startup+12.7011 s]
/proc/loadavg: 2.00 2.17 1.90 3/73 442
/proc/meminfo: memFree=760520/2055920 swapFree=4179900/4192956
[pid=441] ppid=439 vsize=89708 CPUtime=12.68
/proc/441/stat : 441 (bprolog) R 439 441 32463 0 -1 4194304 16488 0 0 0 1163 105 0 0 25 0 1 0 1983089549 91860992 15301 996147200 134512640 134990860 4294956112 18446744073709551615 134954081 0 0 4096 2 0 0 0 17 0 0 0
/proc/441/statm: 22427 15301 186 116 0 21938 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 89708

[startup+25.5016 s]
/proc/loadavg: 2.00 2.16 1.90 3/73 442
/proc/meminfo: memFree=704456/2055920 swapFree=4179900/4192956
[pid=441] ppid=439 vsize=206308 CPUtime=25.48
/proc/441/stat : 441 (bprolog) R 439 441 32463 0 -1 4194304 52883 0 0 0 2426 122 0 0 25 0 1 0 1983089549 211259392 29274 996147200 134512640 134990860 4294956112 18446744073709551615 134959702 0 0 4096 2 0 0 0 17 0 0 0
/proc/441/statm: 51577 29274 186 116 0 51088 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 206308

[startup+51.1016 s]
/proc/loadavg: 2.00 2.15 1.91 3/73 442
/proc/meminfo: memFree=685768/2055920 swapFree=4179900/4192956
[pid=441] ppid=439 vsize=206308 CPUtime=51.06
/proc/441/stat : 441 (bprolog) R 439 441 32463 0 -1 4194304 57560 0 0 0 4982 124 0 0 25 0 1 0 1983089549 211259392 33951 996147200 134512640 134990860 4294956112 18446744073709551615 134959702 0 0 4096 2 0 0 0 17 0 0 0
/proc/441/statm: 51577 33951 186 116 0 51088 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 206308

[startup+102.306 s]
/proc/loadavg: 2.00 2.12 1.91 3/73 442
/proc/meminfo: memFree=555912/2055920 swapFree=4179900/4192956
[pid=441] ppid=439 vsize=388132 CPUtime=102.25
/proc/441/stat : 441 (bprolog) R 439 441 32463 0 -1 4194304 125860 0 0 0 10072 153 0 0 25 0 1 0 1983089549 397447168 66233 996147200 134512640 134990860 4294956112 18446744073709551615 134959702 0 0 4096 2 0 0 0 17 0 0 0
/proc/441/statm: 97033 66233 186 116 0 96544 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 388132

[startup+162.302 s]
/proc/loadavg: 2.00 2.10 1.91 3/82 482
/proc/meminfo: memFree=507128/2055920 swapFree=4179900/4192956
[pid=441] ppid=439 vsize=388132 CPUtime=162.03
/proc/441/stat : 441 (bprolog) R 439 441 32463 0 -1 4194304 130962 0 0 0 16047 156 0 0 25 0 1 0 1983089549 397447168 71335 996147200 134512640 134990860 4294956112 18446744073709551615 134960337 0 0 4096 2 0 0 0 17 1 0 0
/proc/441/statm: 97033 71335 186 116 0 96544 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 388132

[startup+222.302 s]
/proc/loadavg: 2.00 2.08 1.91 3/82 482
/proc/meminfo: memFree=322872/2055920 swapFree=4179900/4192956
[pid=441] ppid=439 vsize=751788 CPUtime=221.8
/proc/441/stat : 441 (bprolog) R 439 441 32463 0 -1 4194304 252421 0 0 0 21971 209 0 0 25 0 1 0 1983089549 769830912 117201 996147200 134512640 134990860 4294956112 18446744073709551615 134959702 0 0 4096 2 0 0 0 17 1 0 0
/proc/441/statm: 187947 117201 186 116 0 187458 0
Current children cumulated CPU time (s) 221.8
Current children cumulated vsize (KiB) 751788

[startup+282.302 s]
/proc/loadavg: 2.00 2.06 1.91 3/82 482
/proc/meminfo: memFree=242936/2055920 swapFree=4179900/4192956
[pid=441] ppid=439 vsize=751788 CPUtime=281.57
/proc/441/stat : 441 (bprolog) R 439 441 32463 0 -1 4194304 272397 0 0 0 27939 218 0 0 25 0 1 0 1983089549 769830912 137177 996147200 134512640 134990860 4294956112 18446744073709551615 134959280 0 0 4096 2 0 0 0 17 1 0 0
/proc/441/statm: 187947 137177 186 116 0 187458 0
Current children cumulated CPU time (s) 281.57
Current children cumulated vsize (KiB) 751788

[startup+342.302 s]
/proc/loadavg: 2.00 2.05 1.91 3/82 482
/proc/meminfo: memFree=218936/2055920 swapFree=4179900/4192956
[pid=441] ppid=439 vsize=751916 CPUtime=341.33
/proc/441/stat : 441 (bprolog) R 439 441 32463 0 -1 4194304 278413 0 0 0 33913 220 0 0 25 0 1 0 1983089549 769961984 143160 996147200 134512640 134990860 4294956112 18446744073709551615 134959668 0 0 4096 2 0 0 0 17 1 0 0
/proc/441/statm: 187979 143160 186 116 0 187490 0
Current children cumulated CPU time (s) 341.33
Current children cumulated vsize (KiB) 751916

[startup+402.302 s]
/proc/loadavg: 2.00 2.04 1.91 3/82 482
/proc/meminfo: memFree=210424/2055920 swapFree=4179900/4192956
[pid=441] ppid=439 vsize=751916 CPUtime=401.1
/proc/441/stat : 441 (bprolog) R 439 441 32463 0 -1 4194304 280541 0 0 0 39889 221 0 0 25 0 1 0 1983089549 769961984 145288 996147200 134512640 134990860 4294956112 18446744073709551615 134959280 0 0 4096 2 0 0 0 17 1 0 0
/proc/441/statm: 187979 145288 186 116 0 187490 0
Current children cumulated CPU time (s) 401.1
Current children cumulated vsize (KiB) 751916

[startup+462.302 s]
/proc/loadavg: 2.03 2.04 1.91 3/82 482
/proc/meminfo: memFree=206968/2055920 swapFree=4179900/4192956
[pid=441] ppid=439 vsize=751916 CPUtime=460.86
/proc/441/stat : 441 (bprolog) R 439 441 32463 0 -1 4194304 281393 0 0 0 45865 221 0 0 25 0 1 0 1983089549 769961984 146140 996147200 134512640 134990860 4294956112 18446744073709551615 134959280 0 0 4096 2 0 0 0 17 1 0 0
/proc/441/statm: 187979 146140 186 116 0 187490 0
Current children cumulated CPU time (s) 460.86
Current children cumulated vsize (KiB) 751916

[startup+522.302 s]
/proc/loadavg: 2.01 2.03 1.91 3/82 482
/proc/meminfo: memFree=205240/2055920 swapFree=4179900/4192956
[pid=441] ppid=439 vsize=751916 CPUtime=520.62
/proc/441/stat : 441 (bprolog) R 439 441 32463 0 -1 4194304 281816 0 0 0 51841 221 0 0 25 0 1 0 1983089549 769961984 146563 996147200 134512640 134990860 4294956112 18446744073709551615 134959702 0 0 4096 2 0 0 0 17 1 0 0
/proc/441/statm: 187979 146563 186 116 0 187490 0
Current children cumulated CPU time (s) 520.62
Current children cumulated vsize (KiB) 751916

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

[startup+524.707 s]
/proc/loadavg: 2.01 2.03 1.91 3/82 482
/proc/meminfo: memFree=205240/2055920 swapFree=4179900/4192956
[pid=441] ppid=439 vsize=751916 CPUtime=523.01
/proc/441/stat : 441 (bprolog) R 439 441 32463 0 -1 4194304 281816 0 0 0 52080 221 0 0 25 0 1 0 1983089549 769961984 146563 996147200 134512640 134990860 4294956112 18446744073709551615 134957056 0 0 4096 2 0 0 0 17 1 0 0
/proc/441/statm: 187979 146563 186 116 0 187490 0
Current children cumulated CPU time (s) 523.01
Current children cumulated vsize (KiB) 751916

[startup+527.901 s]
/proc/loadavg: 2.01 2.03 1.91 3/82 482
/proc/meminfo: memFree=205240/2055920 swapFree=4179900/4192956
[pid=441] ppid=439 vsize=751916 CPUtime=526.2
/proc/441/stat : 441 (bprolog) R 439 441 32463 0 -1 4194304 281816 0 0 0 52399 221 0 0 25 0 1 0 1983089549 769961984 146563 996147200 134512640 134990860 4294956112 18446744073709551615 134960415 0 0 4096 2 0 0 0 17 1 0 0
/proc/441/statm: 187979 146563 186 116 0 187490 0
Current children cumulated CPU time (s) 526.2
Current children cumulated vsize (KiB) 751916

[startup+531.102 s]
/proc/loadavg: 2.01 2.03 1.91 3/82 482
/proc/meminfo: memFree=205240/2055920 swapFree=4179900/4192956
[pid=441] ppid=439 vsize=751916 CPUtime=529.39
/proc/441/stat : 441 (bprolog) R 439 441 32463 0 -1 4194304 281817 0 0 0 52718 221 0 0 25 0 1 0 1983089549 769961984 146564 996147200 134512640 134990860 4294956112 18446744073709551615 134959702 0 0 4096 2 0 0 0 17 1 0 0
/proc/441/statm: 187979 146564 186 116 0 187490 0
Current children cumulated CPU time (s) 529.39
Current children cumulated vsize (KiB) 751916

[startup+531.902 s]
/proc/loadavg: 2.01 2.03 1.91 3/82 482
/proc/meminfo: memFree=205240/2055920 swapFree=4179900/4192956
[pid=441] ppid=439 vsize=751916 CPUtime=530.18
/proc/441/stat : 441 (bprolog) R 439 441 32463 0 -1 4194304 281817 0 0 0 52797 221 0 0 25 0 1 0 1983089549 769961984 146564 996147200 134512640 134990860 4294956112 18446744073709551615 134957389 0 0 4096 2 0 0 0 17 1 0 0
/proc/441/statm: 187979 146564 186 116 0 187490 0
Current children cumulated CPU time (s) 530.18
Current children cumulated vsize (KiB) 751916

[startup+532.302 s]
/proc/loadavg: 2.01 2.03 1.91 3/82 482
/proc/meminfo: memFree=205240/2055920 swapFree=4179900/4192956
[pid=441] ppid=439 vsize=751916 CPUtime=530.58
/proc/441/stat : 441 (bprolog) R 439 441 32463 0 -1 4194304 281817 0 0 0 52837 221 0 0 25 0 1 0 1983089549 769961984 146564 996147200 134512640 134990860 4294956112 18446744073709551615 134959280 0 0 4096 2 0 0 0 17 1 0 0
/proc/441/statm: 187979 146564 186 116 0 187490 0
Current children cumulated CPU time (s) 530.58
Current children cumulated vsize (KiB) 751916

[startup+532.702 s]
/proc/loadavg: 2.01 2.03 1.91 3/82 482
/proc/meminfo: memFree=205240/2055920 swapFree=4179900/4192956
[pid=441] ppid=439 vsize=0 CPUtime=530.96
/proc/441/stat : 441 (bprolog) R 439 441 32463 0 -1 4194308 282244 0 1 0 52873 223 0 0 24 0 1 0 1983089549 0 0 996147200 0 0 0 0 0 0 0 4096 2 0 0 0 17 1 0 0
/proc/441/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 530.96
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 532.765
CPU time (s): 531.038
CPU user time (s): 528.736
CPU system time (s): 2.30265
CPU usage (%): 99.6758
Max. virtual memory (cumulated for all children) (KiB): 751916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 528.736
system time used= 2.30265
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282244
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 5199

runsolver used 0.461929 second user time and 1.48277 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-03 01:26:12
IDJOB=1047628
IDBENCH=54155
IDSOLVER=347
FILE ID=node53/1047628-1215041172
PBS_JOBID= 7875070
Free space on /tmp= 65192 MiB

SOLVER NAME= bpsolver 2008-06-27
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-28_ext.xml
COMMAND LINE= HOME/solver BENCHNAMENOEXT TIMEOUT
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1047628-1215041172/watcher-1047628-1215041172 -o /tmp/evaluation-result-1047628-1215041172/solver-1047628-1215041172 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/solver HOME/instance-1047628-1215041172 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 13a097f2e925e8ecf5b03a1e5f78f963
RANDOM SEED=2061118759

node53.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.222
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.222
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:        822440 kB
Buffers:         33436 kB
Cached:        1105244 kB
SwapCached:       7460 kB
Active:         280444 kB
Inactive:       869260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        822440 kB
SwapTotal:     4192956 kB
SwapFree:      4179900 kB
Dirty:            1988 kB
Writeback:           0 kB
Mapped:          17956 kB
Slab:            69372 kB
Committed_AS:  3734704 kB
PageTables:       1688 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= 65188 MiB
End job on node53 at 2008-07-03 01:35:05