Trace number 1047674

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) 527.731 527.962

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-35_ext.xml
MD5SUM567babc3f609d0ceb05d45336c5341b7
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.3018
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.00/0.02	c bpsolver version 6.27.2008
0.00/0.02	c converting(HOME/instance-1047674-1215041296)
1.37/1.43	c Converted in 388 ms
1.37/1.43	c solving(HOME/instance-1047674-1215041296,1800000)
527.56/527.87	
527.56/527.87	Stack + Heap:  288000000 bytes
527.56/527.87	Stack in use:    1193636 bytes
527.56/527.87	Heap in use:   282806232 bytes
527.56/527.87	
527.56/527.87	Program area:    8000000 bytes
527.56/527.87	In use:           723522 bytes
527.56/527.87	
527.56/527.87	Trail:           8000000 bytes
527.56/527.87	In use:              264 bytes
527.56/527.87	
527.56/527.87	Table area:            0 bytes
527.56/527.87	In use:                0 bytes
527.56/527.87	
527.56/527.87	Number of GC calls:  185 
527.56/527.87	Numbers of expansions:
527.56/527.87	   Stack + Heap:       4
527.56/527.87	   Program area:       0
527.56/527.87	   Trail:              0
527.56/527.87	   Table:              0
527.56/527.87	
527.56/527.87	Number of symbols:  3832
527.56/527.87	
527.56/527.87	FD backtracks:         0
527.56/527.87	
527.56/527.87	In expand_stack 
527.56/527.87	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-1047674-1215041296/watcher-1047674-1215041296 -o /tmp/evaluation-result-1047674-1215041296/solver-1047674-1215041296 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solver HOME/instance-1047674-1215041296 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: 1.91 1.95 1.67 4/82 27415
/proc/meminfo: memFree=892888/2055920 swapFree=4147528/4192956
[pid=27415] ppid=27413 vsize=5356 CPUtime=0
/proc/27415/stat : 27415 (sh) R 27413 27415 26446 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 669255064 5484544 237 996147200 4194304 4889804 548682068864 18446744073709551615 226686987559 0 0 4096 0 0 0 0 17 0 0 0
/proc/27415/statm: 1339 237 196 169 0 50 0

[startup+0.089554 s]
/proc/loadavg: 1.91 1.95 1.67 4/82 27415
/proc/meminfo: memFree=892888/2055920 swapFree=4147528/4192956
[pid=27415] ppid=27413 vsize=56080 CPUtime=0.08
/proc/27415/stat : 27415 (bprolog) R 27413 27415 26446 0 -1 4194304 1099 0 0 0 3 5 0 0 20 0 1 0 669255064 57425920 812 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 0 0 0
/proc/27415/statm: 14020 812 174 116 0 13531 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 56080

[startup+0.10155 s]
/proc/loadavg: 1.91 1.95 1.67 4/82 27415
/proc/meminfo: memFree=892888/2055920 swapFree=4147528/4192956
[pid=27415] ppid=27413 vsize=56080 CPUtime=0.08
/proc/27415/stat : 27415 (bprolog) R 27413 27415 26446 0 -1 4194304 1101 0 0 0 3 5 0 0 20 0 1 0 669255064 57425920 814 996147200 134512640 134990860 4294956112 18446744073709551615 6125119 0 0 4096 2 0 0 0 17 0 0 0
/proc/27415/statm: 14020 814 174 116 0 13531 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 56080

[startup+0.301584 s]
/proc/loadavg: 1.91 1.95 1.67 4/82 27415
/proc/meminfo: memFree=892888/2055920 swapFree=4147528/4192956
[pid=27415] ppid=27413 vsize=56080 CPUtime=0.27
/proc/27415/stat : 27415 (bprolog) R 27413 27415 26446 0 -1 4194304 1128 0 0 0 10 17 0 0 22 0 1 0 669255064 57425920 841 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 0 0 0
/proc/27415/statm: 14020 841 174 116 0 13531 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 56080

[startup+0.701626 s]
/proc/loadavg: 1.91 1.95 1.67 4/82 27415
/proc/meminfo: memFree=892888/2055920 swapFree=4147528/4192956
[pid=27415] ppid=27413 vsize=56080 CPUtime=0.68
/proc/27415/stat : 27415 (bprolog) R 27413 27415 26446 0 -1 4194304 1184 0 0 0 23 45 0 0 25 0 1 0 669255064 57425920 897 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 0 0 0
/proc/27415/statm: 14020 897 174 116 0 13531 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 56080

[startup+1.50174 s]
/proc/loadavg: 1.91 1.95 1.67 3/83 27416
/proc/meminfo: memFree=889552/2055920 swapFree=4147528/4192956
[pid=27415] ppid=27413 vsize=64212 CPUtime=1.47
/proc/27415/stat : 27415 (bprolog) R 27413 27415 26446 0 -1 4194304 2352 0 0 0 46 101 0 0 25 0 1 0 669255064 65753088 2063 996147200 134512640 134990860 4294956112 18446744073709551615 134957030 0 0 4096 2 0 0 0 17 0 0 0
/proc/27415/statm: 16053 2063 178 116 0 15564 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 64212

[startup+3.10193 s]
/proc/loadavg: 1.91 1.95 1.67 3/83 27416
/proc/meminfo: memFree=850448/2055920 swapFree=4147528/4192956
[pid=27415] ppid=27413 vsize=89688 CPUtime=3.05
/proc/27415/stat : 27415 (bprolog) R 27413 27415 26446 0 -1 4194304 13075 0 0 0 200 105 0 0 25 0 1 0 669255064 91840512 11882 996147200 134512640 134990860 4294956112 18446744073709551615 134959702 0 0 4096 2 0 0 0 17 0 0 0
/proc/27415/statm: 22422 11882 186 116 0 21933 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 89688

[startup+6.30132 s]
/proc/loadavg: 1.92 1.95 1.67 3/83 27456
/proc/meminfo: memFree=837840/2055920 swapFree=4147528/4192956
[pid=27415] ppid=27413 vsize=89688 CPUtime=6.21
/proc/27415/stat : 27415 (bprolog) R 27413 27415 26446 0 -1 4194304 15205 0 0 0 515 106 0 0 25 0 1 0 669255064 91840512 14012 996147200 134512640 134990860 4294956112 18446744073709551615 134959702 0 0 4096 2 0 0 0 17 1 0 0
/proc/27415/statm: 22422 14012 186 116 0 21933 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 89688

[startup+12.7011 s]
/proc/loadavg: 1.93 1.95 1.68 3/83 27458
/proc/meminfo: memFree=814160/2055920 swapFree=4147528/4192956
[pid=27415] ppid=27413 vsize=89688 CPUtime=12.62
/proc/27415/stat : 27415 (bprolog) R 27413 27415 26446 0 -1 4194304 16484 0 0 0 1155 107 0 0 25 0 1 0 669255064 91840512 15291 996147200 134512640 134990860 4294956112 18446744073709551615 134959702 0 0 4096 2 0 0 0 17 1 0 0
/proc/27415/statm: 22422 15291 186 116 0 21933 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 89688

[startup+25.5017 s]
/proc/loadavg: 1.94 1.96 1.68 3/83 27458
/proc/meminfo: memFree=758096/2055920 swapFree=4147528/4192956
[pid=27415] ppid=27413 vsize=206224 CPUtime=25.41
/proc/27415/stat : 27415 (bprolog) R 27413 27415 26446 0 -1 4194304 52841 0 0 0 2418 123 0 0 25 0 1 0 669255064 211173376 29235 996147200 134512640 134990860 4294956112 18446744073709551615 134957834 0 0 4096 2 0 0 0 17 1 0 0
/proc/27415/statm: 51556 29235 186 116 0 51067 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 206224

[startup+51.1019 s]
/proc/loadavg: 2.02 1.97 1.69 3/83 27458
/proc/meminfo: memFree=739280/2055920 swapFree=4147528/4192956
[pid=27415] ppid=27413 vsize=206224 CPUtime=51
/proc/27415/stat : 27415 (bprolog) R 27413 27415 26446 0 -1 4194304 57545 0 0 0 4975 125 0 0 25 0 1 0 669255064 211173376 33939 996147200 134512640 134990860 4294956112 18446744073709551615 134957200 0 0 4096 2 0 0 0 17 1 0 0
/proc/27415/statm: 51556 33939 186 116 0 51067 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 206224

[startup+102.306 s]
/proc/loadavg: 2.01 1.97 1.71 3/83 27458
/proc/meminfo: memFree=609552/2055920 swapFree=4147528/4192956
[pid=27415] ppid=27413 vsize=387968 CPUtime=102.2
/proc/27415/stat : 27415 (bprolog) R 27413 27415 26446 0 -1 4194304 125813 0 0 0 10068 152 0 0 25 0 1 0 669255064 397279232 66192 996147200 134512640 134990860 4294956112 18446744073709551615 134960377 0 0 4096 2 0 0 0 17 1 0 0
/proc/27415/statm: 96992 66192 186 116 0 96503 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 387968

[startup+162.302 s]
/proc/loadavg: 2.00 1.97 1.73 3/83 27458
/proc/meminfo: memFree=588944/2055920 swapFree=4147528/4192956
[pid=27415] ppid=27413 vsize=387968 CPUtime=162.17
/proc/27415/stat : 27415 (bprolog) R 27413 27415 26446 0 -1 4194304 130946 0 0 0 16063 154 0 0 25 0 1 0 669255064 397279232 71325 996147200 134512640 134990860 4294956112 18446744073709551615 134957337 0 0 4096 2 0 0 0 17 1 0 0
/proc/27415/statm: 96992 71325 186 116 0 96503 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 387968

[startup+222.302 s]
/proc/loadavg: 2.00 1.97 1.74 3/83 27458
/proc/meminfo: memFree=393424/2055920 swapFree=4147528/4192956
[pid=27415] ppid=27413 vsize=751456 CPUtime=222.15
/proc/27415/stat : 27415 (bprolog) R 27413 27415 26446 0 -1 4194304 255226 0 0 0 22010 205 0 0 25 0 1 0 669255064 769490944 120017 996147200 134512640 134990860 4294956112 18446744073709551615 134957868 0 0 4096 2 0 0 0 17 1 0 0
/proc/27415/statm: 187864 120017 186 116 0 187375 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 751456

[startup+282.301 s]
/proc/loadavg: 2.00 1.97 1.75 3/83 27458
/proc/meminfo: memFree=324944/2055920 swapFree=4147528/4192956
[pid=27415] ppid=27413 vsize=751456 CPUtime=282.14
/proc/27415/stat : 27415 (bprolog) R 27413 27415 26446 0 -1 4194304 272325 0 0 0 28000 214 0 0 25 0 1 0 669255064 769490944 137116 996147200 134512640 134990860 4294956112 18446744073709551615 134959280 0 0 4096 2 0 0 0 17 1 0 0
/proc/27415/statm: 187864 137116 186 116 0 187375 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 751456

[startup+342.302 s]
/proc/loadavg: 2.00 1.97 1.76 3/83 27458
/proc/meminfo: memFree=300880/2055920 swapFree=4147528/4192956
[pid=27415] ppid=27413 vsize=751584 CPUtime=342.12
/proc/27415/stat : 27415 (bprolog) R 27413 27415 26446 0 -1 4194304 278376 0 0 0 33996 216 0 0 25 0 1 0 669255064 769622016 143134 996147200 134512640 134990860 4294956112 18446744073709551615 134960401 0 0 4096 2 0 0 0 17 1 0 0
/proc/27415/statm: 187896 143134 186 116 0 187407 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 751584

[startup+402.301 s]
/proc/loadavg: 2.00 1.97 1.77 3/83 27458
/proc/meminfo: memFree=290576/2055920 swapFree=4147528/4192956
[pid=27415] ppid=27413 vsize=751584 CPUtime=402.1
/proc/27415/stat : 27415 (bprolog) R 27413 27415 26446 0 -1 4194304 280939 0 0 0 39993 217 0 0 25 0 1 0 669255064 769622016 145697 996147200 134512640 134990860 4294956112 18446744073709551615 134959280 0 0 4096 2 0 0 0 17 1 0 0
/proc/27415/statm: 187896 145697 186 116 0 187407 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 751584

[startup+462.302 s]
/proc/loadavg: 2.00 1.97 1.79 3/83 27458
/proc/meminfo: memFree=287184/2055920 swapFree=4147528/4192956
[pid=27415] ppid=27413 vsize=751584 CPUtime=462.08
/proc/27415/stat : 27415 (bprolog) R 27413 27415 26446 0 -1 4194304 281795 0 0 0 45991 217 0 0 25 0 1 0 669255064 769622016 146553 996147200 134512640 134990860 4294956112 18446744073709551615 134954200 0 0 4096 2 0 0 0 17 1 0 0
/proc/27415/statm: 187896 146553 186 116 0 187407 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 751584

[startup+522.301 s]
/proc/loadavg: 2.00 1.97 1.80 3/83 27458
/proc/meminfo: memFree=287184/2055920 swapFree=4147528/4192956
[pid=27415] ppid=27413 vsize=751584 CPUtime=522.06
/proc/27415/stat : 27415 (bprolog) R 27413 27415 26446 0 -1 4194304 281797 0 0 0 51989 217 0 0 25 0 1 0 669255064 769622016 146555 996147200 134512640 134990860 4294956112 18446744073709551615 134960281 0 0 4096 2 0 0 0 17 1 0 0
/proc/27415/statm: 187896 146555 186 116 0 187407 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 751584

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

[startup+524.706 s]
/proc/loadavg: 2.00 1.97 1.80 3/83 27458
/proc/meminfo: memFree=287184/2055920 swapFree=4147528/4192956
[pid=27415] ppid=27413 vsize=751584 CPUtime=524.46
/proc/27415/stat : 27415 (bprolog) R 27413 27415 26446 0 -1 4194304 281797 0 0 0 52229 217 0 0 25 0 1 0 669255064 769622016 146555 996147200 134512640 134990860 4294956112 18446744073709551615 134959280 0 0 4096 2 0 0 0 17 1 0 0
/proc/27415/statm: 187896 146555 186 116 0 187407 0
Current children cumulated CPU time (s) 524.46
Current children cumulated vsize (KiB) 751584

[startup+526.303 s]
/proc/loadavg: 2.00 1.97 1.80 3/83 27458
/proc/meminfo: memFree=287184/2055920 swapFree=4147528/4192956
[pid=27415] ppid=27413 vsize=751584 CPUtime=526.06
/proc/27415/stat : 27415 (bprolog) R 27413 27415 26446 0 -1 4194304 281797 0 0 0 52389 217 0 0 25 0 1 0 669255064 769622016 146555 996147200 134512640 134990860 4294956112 18446744073709551615 134957868 0 0 4096 2 0 0 0 17 1 0 0
/proc/27415/statm: 187896 146555 186 116 0 187407 0
Current children cumulated CPU time (s) 526.06
Current children cumulated vsize (KiB) 751584

[startup+527.102 s]
/proc/loadavg: 2.00 1.97 1.80 3/83 27458
/proc/meminfo: memFree=287184/2055920 swapFree=4147528/4192956
[pid=27415] ppid=27413 vsize=751584 CPUtime=526.86
/proc/27415/stat : 27415 (bprolog) R 27413 27415 26446 0 -1 4194304 281797 0 0 0 52469 217 0 0 25 0 1 0 669255064 769622016 146555 996147200 134512640 134990860 4294956112 18446744073709551615 134959280 0 0 4096 2 0 0 0 17 1 0 0
/proc/27415/statm: 187896 146555 186 116 0 187407 0
Current children cumulated CPU time (s) 526.86
Current children cumulated vsize (KiB) 751584

[startup+527.502 s]
/proc/loadavg: 2.00 1.97 1.80 3/83 27458
/proc/meminfo: memFree=287184/2055920 swapFree=4147528/4192956
[pid=27415] ppid=27413 vsize=751584 CPUtime=527.26
/proc/27415/stat : 27415 (bprolog) R 27413 27415 26446 0 -1 4194304 281797 0 0 0 52509 217 0 0 25 0 1 0 669255064 769622016 146555 996147200 134512640 134990860 4294956112 18446744073709551615 134959328 0 0 4096 2 0 0 0 17 1 0 0
/proc/27415/statm: 187896 146555 186 116 0 187407 0
Current children cumulated CPU time (s) 527.26
Current children cumulated vsize (KiB) 751584

[startup+527.902 s]
/proc/loadavg: 2.00 1.97 1.80 3/83 27458
/proc/meminfo: memFree=456592/2055920 swapFree=4147528/4192956
[pid=27415] ppid=27413 vsize=0 CPUtime=527.66
/proc/27415/stat : 27415 (bprolog) R 27413 27415 26446 0 -1 4194308 282227 0 0 0 52546 220 0 0 25 0 1 0 669255064 0 0 996147200 0 0 0 0 0 0 0 4096 2 0 0 0 17 1 0 0
/proc/27415/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 527.66
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 527.962
CPU time (s): 527.731
CPU user time (s): 525.467
CPU system time (s): 2.26366
CPU usage (%): 99.9562
Max. virtual memory (cumulated for all children) (KiB): 751584

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

runsolver used 0.514921 second user time and 1.43378 second system time

The end

Launcher Data (download as text)

Begin job on node80 at 2008-07-03 01:28:16
IDJOB=1047674
IDBENCH=54157
IDSOLVER=347
FILE ID=node80/1047674-1215041296
PBS_JOBID= 7875017
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 567babc3f609d0ceb05d45336c5341b7
RANDOM SEED=1175927889

node80.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.232
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.232
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:        893368 kB
Buffers:         82256 kB
Cached:         927036 kB
SwapCached:      39472 kB
Active:         394308 kB
Inactive:       680404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        893368 kB
SwapTotal:     4192956 kB
SwapFree:      4147528 kB
Dirty:            1828 kB
Writeback:           0 kB
Mapped:          81620 kB
Slab:            72992 kB
Committed_AS:   989148 kB
PageTables:       1940 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= 66548 MiB
End job on node80 at 2008-07-03 01:37:04