Trace number 1723859

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
MiniSat 2.1 (Sat-race'08 Edition)UNSAT 464.187 464.304

General information on the benchmark

Namesimon-s02b-dp11u10.cnf
MD5SUMbd35ccd857138682818061a3fbcb7546
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark101.893
Satisfiable
(Un)Satisfiability was proved
Number of variables8513
Number of clauses25271
Sum of the clauses size59561
Maximum clause length11
Minimum clause length1
Number of clauses of size 122
Number of clauses of size 216216
Number of clauses of size 39032
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.03	c |  Number of variables:          9197                                         |
0.00/0.03	c |  Number of clauses:           24248                                         |
0.00/0.03	c |  Parse time:                   0.03 s                                       |
0.09/0.14	c |  Simplification time:          0.11 s                                       |
0.09/0.14	c |                                                                             |
0.09/0.14	c ============================[ Search Statistics ]==============================
0.09/0.14	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.14	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.14	c ===============================================================================
0.09/0.15	c |       100 |    2114     9809    30607 |     3596      100     12 |  7.589 % |
0.09/0.16	c |       250 |    2114     9809    30607 |     3956      250     18 |  7.589 % |
0.09/0.17	c |       475 |    2114     9809    30607 |     4351      475     26 |  7.589 % |
0.19/0.20	c |       812 |    2114     9809    30607 |     4787      812     28 |  7.589 % |
0.19/0.24	c |      1318 |    2114     9809    30607 |     5265     1318     31 |  7.589 % |
0.29/0.31	c |      2077 |    2114     9809    30607 |     5792     2077     34 |  7.589 % |
0.39/0.42	c |      3216 |    2114     9809    30607 |     6371     3216     38 |  7.589 % |
0.59/0.62	c |      4924 |    2114     9809    30607 |     7008     4924     39 |  7.589 % |
0.89/0.93	c |      7486 |    2114     9809    30607 |     7709     7486     41 |  7.589 % |
1.39/1.43	c |     11330 |    2114     9809    30607 |     8480     7115     39 |  7.589 % |
2.10/2.12	c |     17096 |    2114     9809    30607 |     9328     8163     39 |  7.589 % |
3.09/3.16	c |     25745 |    2114     9809    30607 |    10261     6615     37 |  7.589 % |
4.79/4.84	c |     38719 |    2114     9809    30607 |    11287     8193     40 |  7.589 % |
7.39/7.44	c |     58180 |    2114     9809    30607 |    12416     9467     38 |  7.589 % |
11.39/11.44	c |     87372 |    2114     9809    30607 |    13658    11852     37 |  7.589 % |
17.18/17.25	c |    131161 |    2114     9809    30607 |    15024    11696     38 |  7.589 % |
26.69/26.73	c |    196845 |    2114     9809    30607 |    16526    13456     38 |  7.589 % |
41.88/41.93	c |    295371 |    2114     9809    30607 |    18179    15868     38 |  7.589 % |
65.48/65.54	c |    443160 |    2114     9809    30607 |    19996    10241     35 |  7.589 % |
100.96/101.01	c |    664843 |    2114     9809    30607 |    21996    11689     33 |  7.589 % |
154.35/154.42	c |    997368 |    2114     9809    30607 |    24196    22372     39 |  7.589 % |
233.73/233.82	c |   1496156 |    2114     9809    30607 |    26615    17526     37 |  7.589 % |
370.40/370.58	c |   2244338 |    2114     9809    30607 |    29277    17924     39 |  7.589 % |
464.08/464.29	c ===============================================================================
464.08/464.29	c restarts              : 4858
464.08/464.29	c conflicts             : 2771699        (5972 /sec)
464.08/464.29	c decisions             : 3409688        (7346 /sec)
464.08/464.29	c propagations          : 662614698      (1427660 /sec)
464.08/464.29	c conflict literals     : 100483621      (40.32 % deleted)
464.08/464.29	c Memory used           : 30.59 MB
464.08/464.29	c CPU time              : 464.126 s
464.08/464.29	c 
464.08/464.29	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1723859-1240689582/watcher-1723859-1240689582 -o /tmp/evaluation-result-1723859-1240689582/solver-1723859-1240689582 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1723859-1240689582.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: 1.00 1.00 1.00 3/64 24592
/proc/meminfo: memFree=1714936/2055920 swapFree=4181236/4192956
[pid=24592] ppid=24590 vsize=8284 CPUtime=0
/proc/24592/stat : 24592 (minisat) R 24590 24592 23938 0 -1 4194304 413 0 0 0 0 0 0 0 18 0 1 0 96985902 8482816 397 1992294400 4194304 5092341 548682068832 18446744073709551615 4515559 0 0 4096 3 0 0 0 17 1 0 0
/proc/24592/statm: 2071 398 63 219 0 1849 0

[startup+0.033051 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24592
/proc/meminfo: memFree=1714936/2055920 swapFree=4181236/4192956
[pid=24592] ppid=24590 vsize=9852 CPUtime=0.02
/proc/24592/stat : 24592 (minisat) R 24590 24592 23938 0 -1 4194304 875 0 0 0 2 0 0 0 18 0 1 0 96985902 10088448 859 1992294400 4194304 5092341 548682068832 18446744073709551615 4253324 0 0 4096 3 0 0 0 17 1 0 0
/proc/24592/statm: 2463 861 85 219 0 2241 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9852

[startup+0.101056 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24592
/proc/meminfo: memFree=1714936/2055920 swapFree=4181236/4192956
[pid=24592] ppid=24590 vsize=10228 CPUtime=0.09
/proc/24592/stat : 24592 (minisat) R 24590 24592 23938 0 -1 4194304 1091 0 0 0 9 0 0 0 18 0 1 0 96985902 10473472 1075 1992294400 4194304 5092341 548682068832 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/24592/statm: 2557 1075 88 219 0 2335 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10228

[startup+0.301074 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24592
/proc/meminfo: memFree=1714936/2055920 swapFree=4181236/4192956
[pid=24592] ppid=24590 vsize=10116 CPUtime=0.29
/proc/24592/stat : 24592 (minisat) R 24590 24592 23938 0 -1 4194304 1236 0 0 0 29 0 0 0 19 0 1 0 96985902 10358784 972 1992294400 4194304 5092341 548682068832 18446744073709551615 4241086 0 0 4096 3 0 0 0 17 1 0 0
/proc/24592/statm: 2529 972 100 219 0 2307 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10116

[startup+0.701112 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24592
/proc/meminfo: memFree=1714936/2055920 swapFree=4181236/4192956
[pid=24592] ppid=24590 vsize=10116 CPUtime=0.69
/proc/24592/stat : 24592 (minisat) R 24590 24592 23938 0 -1 4194304 1406 0 0 0 69 0 0 0 22 0 1 0 96985902 10358784 1142 1992294400 4194304 5092341 548682068832 18446744073709551615 4241418 0 0 4096 3 0 0 0 17 1 0 0
/proc/24592/statm: 2529 1142 101 219 0 2307 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10116

[startup+1.50119 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24593
/proc/meminfo: memFree=1710256/2055920 swapFree=4181236/4192956
[pid=24592] ppid=24590 vsize=10168 CPUtime=1.49
/proc/24592/stat : 24592 (minisat) R 24590 24592 23938 0 -1 4194304 1863 0 0 0 149 0 0 0 25 0 1 0 96985902 10412032 1208 1992294400 4194304 5092341 548682068832 18446744073709551615 4250104 0 0 4096 3 0 0 0 17 1 0 0
/proc/24592/statm: 2542 1208 101 219 0 2320 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10168

[startup+3.10133 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24593
/proc/meminfo: memFree=1708464/2055920 swapFree=4181236/4192956
[pid=24592] ppid=24590 vsize=20636 CPUtime=3.09
/proc/24592/stat : 24592 (minisat) R 24590 24592 23938 0 -1 4194304 2851 0 0 0 308 1 0 0 25 0 1 0 96985902 21131264 2196 1992294400 4194304 5092341 548682068832 18446744073709551615 4240692 0 0 4096 3 0 0 0 17 1 0 0
/proc/24592/statm: 5159 2196 101 219 0 4937 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20636

[startup+6.30163 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24593
/proc/meminfo: memFree=1705456/2055920 swapFree=4181236/4192956
[pid=24592] ppid=24590 vsize=20636 CPUtime=6.29
/proc/24592/stat : 24592 (minisat) R 24590 24592 23938 0 -1 4194304 3069 0 0 0 628 1 0 0 25 0 1 0 96985902 21131264 2414 1992294400 4194304 5092341 548682068832 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 1 0 0
/proc/24592/statm: 5159 2414 101 219 0 4937 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20636

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24593
/proc/meminfo: memFree=1705016/2055920 swapFree=4181236/4192956
[pid=24592] ppid=24590 vsize=20636 CPUtime=12.69
/proc/24592/stat : 24592 (minisat) R 24590 24592 23938 0 -1 4194304 3146 0 0 0 1268 1 0 0 25 0 1 0 96985902 21131264 2491 1992294400 4194304 5092341 548682068832 18446744073709551615 4241418 0 0 4096 3 0 0 0 17 1 0 0
/proc/24592/statm: 5159 2491 101 219 0 4937 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20636

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24593
/proc/meminfo: memFree=1704184/2055920 swapFree=4181236/4192956
[pid=24592] ppid=24590 vsize=20636 CPUtime=25.49
/proc/24592/stat : 24592 (minisat) R 24590 24592 23938 0 -1 4194304 3372 0 0 0 2547 2 0 0 25 0 1 0 96985902 21131264 2717 1992294400 4194304 5092341 548682068832 18446744073709551615 4240667 0 0 4096 3 0 0 0 17 1 0 0
/proc/24592/statm: 5159 2717 101 219 0 4937 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20636

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24593
/proc/meminfo: memFree=1702072/2055920 swapFree=4181236/4192956
[pid=24592] ppid=24590 vsize=20636 CPUtime=51.08
/proc/24592/stat : 24592 (minisat) R 24590 24592 23938 0 -1 4194304 3883 0 0 0 5106 2 0 0 25 0 1 0 96985902 21131264 3228 1992294400 4194304 5092341 548682068832 18446744073709551615 4250350 0 0 4096 3 0 0 0 17 1 0 0
/proc/24592/statm: 5159 3228 101 219 0 4937 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 20636

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24599
/proc/meminfo: memFree=1700280/2055920 swapFree=4181236/4192956
[pid=24592] ppid=24590 vsize=20636 CPUtime=102.26
/proc/24592/stat : 24592 (minisat) R 24590 24592 23938 0 -1 4194304 4297 0 0 0 10224 2 0 0 25 0 1 0 96985902 21131264 3642 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/24592/statm: 5159 3642 101 219 0 4937 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 20636

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24599
/proc/meminfo: memFree=1694200/2055920 swapFree=4181236/4192956
[pid=24592] ppid=24590 vsize=26064 CPUtime=162.25
/proc/24592/stat : 24592 (minisat) R 24590 24592 23938 0 -1 4194304 5818 0 0 0 16222 3 0 0 25 0 1 0 96985902 26689536 5163 1992294400 4194304 5092341 548682068832 18446744073709551615 4244103 0 0 4096 3 0 0 0 17 1 0 0
/proc/24592/statm: 6516 5163 101 219 0 6294 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 26064

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24599
/proc/meminfo: memFree=1693688/2055920 swapFree=4181236/4192956
[pid=24592] ppid=24590 vsize=26064 CPUtime=222.23
/proc/24592/stat : 24592 (minisat) R 24590 24592 23938 0 -1 4194304 5921 0 0 0 22220 3 0 0 25 0 1 0 96985902 26689536 5266 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/24592/statm: 6516 5266 101 219 0 6294 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 26064

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24599
/proc/meminfo: memFree=1693560/2055920 swapFree=4181236/4192956
[pid=24592] ppid=24590 vsize=26064 CPUtime=282.22
/proc/24592/stat : 24592 (minisat) R 24590 24592 23938 0 -1 4194304 5948 0 0 0 28218 4 0 0 25 0 1 0 96985902 26689536 5293 1992294400 4194304 5092341 548682068832 18446744073709551615 4241418 0 0 4096 3 0 0 0 17 1 0 0
/proc/24592/statm: 6516 5293 101 219 0 6294 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 26064

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24599
/proc/meminfo: memFree=1693496/2055920 swapFree=4181236/4192956
[pid=24592] ppid=24590 vsize=26064 CPUtime=342.21
/proc/24592/stat : 24592 (minisat) R 24590 24592 23938 0 -1 4194304 5973 0 0 0 34217 4 0 0 25 0 1 0 96985902 26689536 5318 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/24592/statm: 6516 5318 101 219 0 6294 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 26064

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24599
/proc/meminfo: memFree=1688184/2055920 swapFree=4181236/4192956
[pid=24592] ppid=24590 vsize=31316 CPUtime=402.18
/proc/24592/stat : 24592 (minisat) R 24590 24592 23938 0 -1 4194304 7514 0 0 0 40214 4 0 0 25 0 1 0 96985902 32067584 6859 1992294400 4194304 5092341 548682068832 18446744073709551615 4240665 0 0 4096 3 0 0 0 17 1 0 0
/proc/24592/statm: 7829 6859 101 219 0 7607 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 31316

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24599
/proc/meminfo: memFree=1686008/2055920 swapFree=4181236/4192956
[pid=24592] ppid=24590 vsize=31316 CPUtime=462.17
/proc/24592/stat : 24592 (minisat) R 24590 24592 23938 0 -1 4194304 7808 0 0 0 46212 5 0 0 25 0 1 0 96985902 32067584 7153 1992294400 4194304 5092341 548682068832 18446744073709551615 4241380 0 0 4096 3 0 0 0 17 1 0 0
/proc/24592/statm: 7829 7153 101 219 0 7607 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 31316

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

[startup+463.105 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24599
/proc/meminfo: memFree=1686008/2055920 swapFree=4181236/4192956
[pid=24592] ppid=24590 vsize=31316 CPUtime=462.98
/proc/24592/stat : 24592 (minisat) R 24590 24592 23938 0 -1 4194304 7808 0 0 0 46293 5 0 0 25 0 1 0 96985902 32067584 7153 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/24592/statm: 7829 7153 101 219 0 7607 0
Current children cumulated CPU time (s) 462.98
Current children cumulated vsize (KiB) 31316

[startup+463.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24599
/proc/meminfo: memFree=1686008/2055920 swapFree=4181236/4192956
[pid=24592] ppid=24590 vsize=31316 CPUtime=463.77
/proc/24592/stat : 24592 (minisat) R 24590 24592 23938 0 -1 4194304 7808 0 0 0 46372 5 0 0 25 0 1 0 96985902 32067584 7153 1992294400 4194304 5092341 548682068832 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 1 0 0
/proc/24592/statm: 7829 7153 101 219 0 7607 0
Current children cumulated CPU time (s) 463.77
Current children cumulated vsize (KiB) 31316

[startup+464.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24599
/proc/meminfo: memFree=1686008/2055920 swapFree=4181236/4192956
[pid=24592] ppid=24590 vsize=0 CPUtime=464.17
/proc/24592/stat : 24592 (minisat) R 24590 24592 23938 0 -1 4194308 7818 0 0 0 46412 5 0 0 25 0 1 0 96985902 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/24592/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 464.17
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 464.304
CPU time (s): 464.187
CPU user time (s): 464.127
CPU system time (s): 0.05999
CPU usage (%): 99.9748
Max. virtual memory (cumulated for all children) (KiB): 31316

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

runsolver used 0.386941 second user time and 0.91586 second system time

The end

Launcher Data

Begin job on node48 at 2009-04-25 21:59:42
IDJOB=1723859
IDBENCH=71741
IDSOLVER=546
FILE ID=node48/1723859-1240689582
PBS_JOBID= 9186690
Free space on /tmp= 66308 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT_RACE06/simon-s02b-dp11u10.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723859-1240689582/watcher-1723859-1240689582 -o /tmp/evaluation-result-1723859-1240689582/solver-1723859-1240689582 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat HOME/instance-1723859-1240689582.cnf

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

MD5SUM BENCH= bd35ccd857138682818061a3fbcb7546
RANDOM SEED=1593791529

node48.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.209
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.209
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:       1715416 kB
Buffers:         31956 kB
Cached:         246944 kB
SwapCached:       5340 kB
Active:         138796 kB
Inactive:       147768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1715416 kB
SwapTotal:     4192956 kB
SwapFree:      4181236 kB
Dirty:            1280 kB
Writeback:           0 kB
Mapped:          13428 kB
Slab:            39936 kB
Committed_AS:   432308 kB
PageTables:       1368 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= 66308 MiB
End job on node48 at 2009-04-25 22:07:26