Trace number 1562448

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
ttsth-5-0 2009-03-19? (MO) 194.4 97.8793

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_7_4_9_fbc.cnf
MD5SUM4259362ee72589b1a94d1f5c9f846a0b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.38957
Satisfiable
(Un)Satisfiability was proved
Number of variables1677
Number of clauses28863
Sum of the clauses size75955
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217356
Number of clauses of size 38650
Number of clauses of size 4832
Number of clauses of size 51875
Number of clauses of size over 5150

Solver Data

0.02/0.05	c Command: HOME/ttsth-5-0 -num-threads 2 HOME/instance-1562448-1238775052.cnf 
0.02/0.05	c Using SATTIMEOUT of 1200
0.02/0.05	c Using SATRAM of 1800
0.02/0.05	c Size of subset node = 16
0.02/0.05	c Variables = 1677
0.02/0.05	c Clauses = 28863
0.02/0.05	c Literals = 75955
0.02/0.05	c Reduced size:
0.02/0.05	c Variables = 1677
0.02/0.05	c Clauses = 28863
0.02/0.05	c Literals = 75955
0.02/0.05	c a2
0.09/0.15	c a1
0.29/0.39	c Independent sub-problems = 1
0.29/0.39	c Sub-problem with 1677 variables and 28863 clauses
0.29/0.39	c using permutation method 4
0.29/0.39	c count = 1
0.29/0.39	c Ordering finished 0.370 seconds
0.29/0.39	c mapped 0.380 seconds
0.29/0.39	c permuted 0.380 seconds
0.29/0.39	c about to sort
0.39/0.40	c sorted
0.49/0.56	c clauses now 28863
0.49/0.56	c init finished 0.400 seconds
0.49/0.56	c tree built 0.560 seconds
0.49/0.56	c 
0.49/0.56	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
0.49/0.56	c ---------------------------------|----------------------------------|------------------------------------------------------
0.49/0.56	c ................................ | ..........                       |                        0.6           0.0             
0.49/0.56	c ................................ | ..........                     1 |                        0.6           1.8             
0.49/0.56	c ................................ | ..........                     2 |                        0.6           3.6             
0.49/0.56	c ................................ | ..........                     3 |                        0.6           5.4             
0.49/0.56	c ................................ | ..........                     4 |                        0.6           7.1             
0.49/0.56	c ................................ | ..........                     5 |                        0.6           8.9             
0.49/0.57	c ................................ | ..........                  1000 | 53                     0.6        1694.9        10231
23.98/12.37	c ................................ | ..........                207000 | 32195                 24.1        8578.5     14836515
47.92/24.36	c ................................ | ..........                357000 | 58753                 48.1        7428.2     29375648
71.88/36.38	c ................................ | ..........                500000 | 84951                 72.0        6940.6     44166085
96.01/48.45	c ................................ | ..........                642000 | 110642                96.1        6679.2     57874064
119.96/60.42	c ................................ | *.........                778000 | 135459               120.0        6482.3     71069566
144.10/72.51	c ................................ | *.........                909000 | 159877               144.2        6305.5     84785949
167.85/84.49	c ................................ | *.........               1035000 | 183394               168.1        6158.1     97512500
191.97/96.57	c ................................ | *.........               1163000 | 206835               192.1        6053.2    109700631

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1562448-1238775052/watcher-1562448-1238775052 -o /tmp/evaluation-result-1562448-1238775052/solver-1562448-1238775052 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/ttsth-5-0 -num-threads 2 HOME/instance-1562448-1238775052.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: 0.92 0.98 0.99 3/64 31480
/proc/meminfo: memFree=1729816/2055920 swapFree=4175828/4192956
[pid=31480] ppid=31478 vsize=1064 CPUtime=0
/proc/31480/stat : 31480 (ttsth-5-0) R 31478 31480 31172 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 1150170244 1089536 124 1992294400 134512640 135237372 4294956192 18446744073709551615 134639534 0 0 4096 0 0 0 0 17 1 0 0
/proc/31480/statm: 266 124 78 176 0 88 0

[startup+0.0255959 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 31480
/proc/meminfo: memFree=1729816/2055920 swapFree=4175828/4192956
[pid=31480] ppid=31478 vsize=1752 CPUtime=0.02
/proc/31480/stat : 31480 (ttsth-5-0) R 31478 31480 31172 0 -1 4194304 337 0 0 0 2 0 0 0 18 0 1 0 1150170244 1794048 321 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/31480/statm: 438 321 78 176 0 260 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1752

[startup+0.10161 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 31480
/proc/meminfo: memFree=1729816/2055920 swapFree=4175828/4192956
[pid=31480] ppid=31478 vsize=4700 CPUtime=0.09
/proc/31480/stat : 31480 (ttsth-5-0) R 31478 31480 31172 0 -1 4194304 1046 0 0 0 9 0 0 0 18 0 1 0 1150170244 4812800 1029 1992294400 134512640 135237372 4294956192 18446744073709551615 134680209 0 0 4096 0 0 0 0 17 1 0 0
/proc/31480/statm: 1175 1029 79 176 0 997 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4700

[startup+0.301649 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 31480
/proc/meminfo: memFree=1729816/2055920 swapFree=4175828/4192956
[pid=31480] ppid=31478 vsize=5652 CPUtime=0.29
/proc/31480/stat : 31480 (ttsth-5-0) R 31478 31480 31172 0 -1 4194304 1332 0 0 0 29 0 0 0 19 0 1 0 1150170244 5787648 1286 1992294400 134512640 135237372 4294956192 18446744073709551615 134555272 0 0 4096 0 0 0 0 17 1 0 0
/proc/31480/statm: 1413 1286 80 176 0 1235 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5652

[startup+0.701737 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 31480
/proc/meminfo: memFree=1729816/2055920 swapFree=4175828/4192956
[pid=31480] ppid=31478 vsize=36868 CPUtime=0.82
/proc/31480/stat : 31480 (ttsth-5-0) S 31478 31480 31172 0 -1 4194304 3836 0 0 0 81 1 0 0 21 0 3 0 1150170244 37752832 3790 1992294400 134512640 135237372 4294956192 18446744073709551615 134629544 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31480/statm: 9217 3790 98 176 0 9039 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 36868

[startup+1.5019 s]
/proc/loadavg: 0.92 0.98 0.99 3/67 31483
/proc/meminfo: memFree=1708800/2055920 swapFree=4175828/4192956
[pid=31480] ppid=31478 vsize=53232 CPUtime=2.42
/proc/31480/stat : 31480 (ttsth-5-0) S 31478 31480 31172 0 -1 4194304 7837 0 0 0 239 3 0 0 21 0 3 0 1150170244 54509568 7791 1992294400 134512640 135237372 4294956192 18446744073709551615 134629544 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31480/statm: 13308 7791 98 176 0 13130 0
[pid=31480/tid=31482] ppid=31478 vsize=53232 CPUtime=0.93
/proc/31480/task/31482/stat : 31482 (ttsth-5-0) R 31478 31480 31172 0 -1 4194368 2293 0 0 0 92 1 0 0 17 0 3 0 1150170301 54509568 7791 1992294400 134512640 135237372 4294956192 18446744073709551615 134546026 0 0 4096 0 0 0 0 -1 1 0 0
[pid=31480/tid=31483] ppid=31478 vsize=53232 CPUtime=0.93
/proc/31480/task/31483/stat : 31483 (ttsth-5-0) R 31478 31480 31172 0 -1 4194368 2518 0 0 0 92 1 0 0 18 0 3 0 1150170301 54509568 7791 1992294400 134512640 135237372 4294956192 18446744073709551615 134565848 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 53232

[startup+3.10122 s]
/proc/loadavg: 0.92 0.98 0.99 3/67 31483
/proc/meminfo: memFree=1686592/2055920 swapFree=4175828/4192956
[pid=31480] ppid=31478 vsize=86176 CPUtime=5.61
/proc/31480/stat : 31480 (ttsth-5-0) S 31478 31480 31172 0 -1 4194304 16047 0 0 0 554 7 0 0 21 0 3 0 1150170244 88244224 16001 1992294400 134512640 135237372 4294956192 18446744073709551615 134629544 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31480/statm: 21544 16001 98 176 0 21366 0
[pid=31480/tid=31482] ppid=31478 vsize=86176 CPUtime=2.53
/proc/31480/task/31482/stat : 31482 (ttsth-5-0) R 31478 31480 31172 0 -1 4194368 6205 0 0 0 250 3 0 0 20 0 3 0 1150170301 88244224 16001 1992294400 134512640 135237372 4294956192 18446744073709551615 134562338 0 0 4096 0 0 0 0 -1 1 0 0
[pid=31480/tid=31483] ppid=31478 vsize=86176 CPUtime=2.52
/proc/31480/task/31483/stat : 31483 (ttsth-5-0) R 31478 31480 31172 0 -1 4194368 6816 0 0 0 249 3 0 0 22 0 3 0 1150170301 88244224 16001 1992294400 134512640 135237372 4294956192 18446744073709551615 134680477 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 86176

[startup+6.30186 s]
/proc/loadavg: 1.01 1.00 1.00 3/67 31483
/proc/meminfo: memFree=1620736/2055920 swapFree=4175828/4192956
[pid=31480] ppid=31478 vsize=149780 CPUtime=12
/proc/31480/stat : 31480 (ttsth-5-0) S 31478 31480 31172 0 -1 4194304 31377 0 0 0 1186 14 0 0 21 0 3 0 1150170244 153374720 31331 1992294400 134512640 135237372 4294956192 18446744073709551615 134629544 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31480/statm: 37445 31331 98 176 0 37267 0
[pid=31480/tid=31482] ppid=31478 vsize=149780 CPUtime=5.72
/proc/31480/task/31482/stat : 31482 (ttsth-5-0) R 31478 31480 31172 0 -1 4194368 13591 0 0 0 566 6 0 0 25 0 3 0 1150170301 153374720 31331 1992294400 134512640 135237372 4294956192 18446744073709551615 134749351 0 0 4096 0 0 0 0 -1 1 0 0
[pid=31480/tid=31483] ppid=31478 vsize=149780 CPUtime=5.71
/proc/31480/task/31483/stat : 31483 (ttsth-5-0) R 31478 31480 31172 0 -1 4194368 14760 0 0 0 564 7 0 0 25 0 3 0 1150170301 153374720 31331 1992294400 134512640 135237372 4294956192 18446744073709551615 134562380 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12
Current children cumulated vsize (KiB) 149780

[startup+12.7011 s]
/proc/loadavg: 1.09 1.02 1.01 3/67 31483
/proc/meminfo: memFree=1491072/2055920 swapFree=4175828/4192956
[pid=31480] ppid=31478 vsize=282248 CPUtime=24.78
/proc/31480/stat : 31480 (ttsth-5-0) S 31478 31480 31172 0 -1 4194304 63493 0 0 0 2448 30 0 0 21 0 3 0 1150170244 289021952 63447 1992294400 134512640 135237372 4294956192 18446744073709551615 134629544 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31480/statm: 70562 63447 98 176 0 70384 0
[pid=31480/tid=31482] ppid=31478 vsize=282248 CPUtime=12.12
/proc/31480/task/31482/stat : 31482 (ttsth-5-0) R 31478 31480 31172 0 -1 4194368 28511 0 0 0 1198 14 0 0 25 0 3 0 1150170301 289021952 63448 1992294400 134512640 135237372 4294956192 18446744073709551615 134546026 0 0 4096 0 0 0 0 -1 1 0 0
[pid=31480/tid=31483] ppid=31478 vsize=282248 CPUtime=12.08
/proc/31480/task/31483/stat : 31483 (ttsth-5-0) R 31478 31480 31172 0 -1 4194368 31957 0 0 0 1194 14 0 0 19 0 3 0 1150170301 289021952 63448 1992294400 134512640 135237372 4294956192 18446744073709551615 134546034 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.78
Current children cumulated vsize (KiB) 282248

[startup+25.5017 s]
/proc/loadavg: 1.29 1.06 1.02 3/67 31483
/proc/meminfo: memFree=1240128/2055920 swapFree=4175828/4192956
[pid=31480] ppid=31478 vsize=533644 CPUtime=50.31
/proc/31480/stat : 31480 (ttsth-5-0) S 31478 31480 31172 0 -1 4194304 123654 0 0 0 4974 57 0 0 21 0 3 0 1150170244 546451456 123608 1992294400 134512640 135237372 4294956192 18446744073709551615 134629544 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31480/statm: 133411 123608 98 176 0 133233 0
[pid=31480/tid=31482] ppid=31478 vsize=533644 CPUtime=24.91
/proc/31480/task/31482/stat : 31482 (ttsth-5-0) R 31478 31480 31172 0 -1 4194368 57293 0 0 0 2465 26 0 0 21 0 3 0 1150170301 546451456 123608 1992294400 134512640 135237372 4294956192 18446744073709551615 134562338 0 0 4096 0 0 0 0 -1 1 0 0
[pid=31480/tid=31483] ppid=31478 vsize=533644 CPUtime=24.83
/proc/31480/task/31483/stat : 31483 (ttsth-5-0) R 31478 31480 31172 0 -1 4194368 63335 0 0 0 2453 30 0 0 25 0 3 0 1150170301 546451456 123608 1992294400 134512640 135237372 4294956192 18446744073709551615 134749351 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.31
Current children cumulated vsize (KiB) 533644

[startup+51.1018 s]
/proc/loadavg: 1.53 1.14 1.04 3/67 31483
/proc/meminfo: memFree=770560/2055920 swapFree=4175828/4192956
[pid=31480] ppid=31478 vsize=1028300 CPUtime=101.4
/proc/31480/stat : 31480 (ttsth-5-0) S 31478 31480 31172 0 -1 4194304 242163 0 0 0 10026 114 0 0 21 0 3 0 1150170244 1052979200 242117 1992294400 134512640 135237372 4294956192 18446744073709551615 134629544 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31480/statm: 257075 242117 98 176 0 256897 0
[pid=31480/tid=31482] ppid=31478 vsize=1028300 CPUtime=50.48
/proc/31480/task/31482/stat : 31482 (ttsth-5-0) R 31478 31480 31172 0 -1 4194368 115125 0 0 0 4994 54 0 0 25 0 3 0 1150170301 1052979200 242117 1992294400 134512640 135237372 4294956192 18446744073709551615 134562294 0 0 4096 0 0 0 0 -1 0 0 0
[pid=31480/tid=31483] ppid=31478 vsize=1028300 CPUtime=50.34
/proc/31480/task/31483/stat : 31483 (ttsth-5-0) R 31478 31480 31172 0 -1 4194368 124012 0 0 0 4976 58 0 0 25 0 3 0 1150170301 1052979200 242117 1992294400 134512640 135237372 4294956192 18446744073709551615 134590281 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 1028300



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+97.6011 s]
/proc/loadavg: 1.78 1.26 1.09 3/67 31483
/proc/meminfo: memFree=16128/2055920 swapFree=4175828/4192956
[pid=31480] ppid=31478 vsize=1844536 CPUtime=194.11
/proc/31480/stat : 31480 (ttsth-5-0) S 31478 31480 31172 0 -1 4194304 437301 0 0 0 19197 214 0 0 21 0 3 0 1150170244 1888804864 437255 1992294400 134512640 135237372 4294956192 18446744073709551615 134629544 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31480/statm: 461134 437255 98 176 0 460956 0
[pid=31480/tid=31482] ppid=31478 vsize=1844536 CPUtime=96.74
/proc/31480/task/31482/stat : 31482 (ttsth-5-0) R 31478 31480 31172 0 -1 4194368 215392 0 0 0 9566 108 0 0 25 0 3 0 1150170301 1888804864 437255 1992294400 134512640 135237372 4294956192 18446744073709551615 134680237 0 0 4096 0 0 0 0 -1 0 0 0
[pid=31480/tid=31483] ppid=31478 vsize=1844536 CPUtime=96.8
/proc/31480/task/31483/stat : 31483 (ttsth-5-0) R 31478 31480 31172 0 -1 4194368 218883 0 0 0 9576 104 0 0 25 0 3 0 1150170301 1888804864 437255 1992294400 134512640 135237372 4294956192 18446744073709551615 134561549 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 194.11
Current children cumulated vsize (KiB) 1844536

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+97.8014 s]
/proc/loadavg: 1.71 1.25 1.09 2/67 31484
/proc/meminfo: memFree=1312504/2055920 swapFree=4175828/4192956
[pid=31480] ppid=31478 vsize=0 CPUtime=194.32
/proc/31480/stat : 31480 (ttsth-5-0) Z 31478 31480 31172 0 -1 4195340 437321 0 0 0 19199 233 0 0 16 0 2 0 1150170244 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31480/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 194.32
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 97.8793
CPU time (s): 194.4
CPU user time (s): 191.993
CPU system time (s): 2.40763
CPU usage (%): 198.612
Max. virtual memory (cumulated for all children) (KiB): 1844536

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

runsolver used 0.103984 second user time and 0.266959 second system time

The end

Launcher Data

Begin job on node33 at 2009-04-03 18:10:52
IDJOB=1562448
IDBENCH=70934
IDSOLVER=549
FILE ID=node33/1562448-1238775052
PBS_JOBID= 9085538
Free space on /tmp= 66524 MiB

SOLVER NAME= ttsth-5-0 2009-03-19
BENCH NAME= SAT09/APPLICATIONS/edgematching/fbcolors/em_7_4_9_fbc.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1562448-1238775052/watcher-1562448-1238775052 -o /tmp/evaluation-result-1562448-1238775052/solver-1562448-1238775052 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/ttsth-5-0 -num-threads 2 HOME/instance-1562448-1238775052.cnf

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

MD5SUM BENCH= 4259362ee72589b1a94d1f5c9f846a0b
RANDOM SEED=1795656039

node33.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.266
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.266
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:       1730232 kB
Buffers:         49492 kB
Cached:         199620 kB
SwapCached:      10920 kB
Active:         101308 kB
Inactive:       160364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1730232 kB
SwapTotal:     4192956 kB
SwapFree:      4175828 kB
Dirty:            1272 kB
Writeback:           0 kB
Mapped:          18208 kB
Slab:            49976 kB
Committed_AS:  3342048 kB
PageTables:       1400 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= 66524 MiB
End job on node33 at 2009-04-03 18:12:32