Trace number 1563479

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
VARSAT-random 2009-03-22UNSAT 198.944 199.039

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-col400-16.cnf
MD5SUMa8766c9a72f73eaac2d0ddc5a182692e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark66.3399
Satisfiable
(Un)Satisfiability was proved
Number of variables286329
Number of clauses839692
Sum of the clauses size1959280
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2559794
Number of clauses of size 3279897
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  286329                                               |
0.00/0.00	c |  Number of clauses:    839692                                               |
1.09/1.16	c |  Parsing time:         0.97         s                                       |
1.09/1.16	c |  Timeout:              43200 s
1.09/1.16	c |  Random Seed:          574805175.000000
1.09/1.16	c |  Heuristic:            EMSP-G, threshold 0.750                              |
1.09/1.16	c |  Branching Rule:       default (solution-guided)                            |
1.09/1.16	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
1.09/1.16	c |                                                                             |
5.88/5.91	c ============================[ Search Statistics ]==============================
5.88/5.91	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.88/5.91	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.88/5.91	c ===============================================================================
5.88/5.91	c |         0 |   38751   155211   456198 |    51737        0    nan |  0.000 % |
14.37/14.42	c |       100 |   38751   155211   456198 |    56910      100     10 |  8.259 % |
22.67/22.73	c |       250 |   38751   155211   456198 |    62601      250     10 |  8.259 % |
31.27/31.35	c |       476 |   38751   155211   456198 |    68861      476     11 |  8.259 % |
40.05/40.15	c |       813 |   38751   155211   456198 |    75748      813     12 |  8.259 % |
49.56/49.64	c |      1319 |   38751   155211   456198 |    83322     1319     12 |  8.259 % |
60.05/60.19	c |      2079 |   38751   155211   456198 |    91655     2079     12 |  8.259 % |
72.65/72.75	c |      3218 |   38751   155211   456198 |   100820     3218     12 |  8.259 % |
85.65/85.74	c |      4927 |   38751   155211   456198 |   110902     4927     12 |  8.259 % |
101.94/102.09	c |      7490 |   38751   155211   456198 |   121993     7490     12 |  8.259 % |
122.43/122.56	c |     11335 |   38733   155089   455816 |   134192     5083     13 |  8.265 % |
146.52/146.63	c |     17101 |   38715   154963   455416 |   147611     5848     13 |  8.271 % |
179.70/179.86	c |     25751 |   38710   154933   455321 |   162372    12893     14 |  8.273 % |
198.79/199.00	c ===============================================================================
198.79/199.00	c surveys--CPU time (sec)   : 106.9057       (53.83 % of total)
198.79/199.00	c surveys--attempted        : 169            (2 /sec)
198.79/199.00	c surveys--converged        : 169            (100.00 % successful)
198.79/199.00	c restarts              : 13
198.79/199.00	c conflicts             : 29117          (318 /sec)
198.79/199.00	c decisions             : 33467          (1.89 % random) (365 /sec)
198.79/199.00	c propagations          : 79316623       (865061 /sec)
198.79/199.00	c conflict literals     : 390966         (67.84 % deleted)
198.79/199.00	c Memory used           : 227.99 MB
198.79/199.00	c Total CPU time (sec)      : 198.5948    
198.79/199.00	c 
198.79/199.00	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-1563479-1238786604/watcher-1563479-1238786604 -o /tmp/evaluation-result-1563479-1238786604/solver-1563479-1238786604 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-random_static -seed=574805175 HOME/instance-1563479-1238786604.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 2/64 32716
/proc/meminfo: memFree=1705112/2055920 swapFree=4177960/4192956
[pid=32716] ppid=32714 vsize=4388 CPUtime=0
/proc/32716/stat : 32716 (varsat-random_s) R 32714 32716 32588 0 -1 4194304 549 0 0 0 0 0 0 0 20 0 1 0 1151321510 4493312 534 1992294400 4194304 5102416 548682068800 18446744073709551615 4200710 0 0 4096 3 0 0 0 17 1 0 0
/proc/32716/statm: 1097 541 83 221 0 873 0

[startup+0.0172969 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 32716
/proc/meminfo: memFree=1705112/2055920 swapFree=4177960/4192956
[pid=32716] ppid=32714 vsize=13344 CPUtime=0.01
/proc/32716/stat : 32716 (varsat-random_s) R 32714 32716 32588 0 -1 4194304 2603 0 0 0 0 1 0 0 20 0 1 0 1151321510 13664256 2588 1992294400 4194304 5102416 548682068800 18446744073709551615 4200452 0 0 4096 3 0 0 0 17 1 0 0
/proc/32716/statm: 3336 2595 83 221 0 3112 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13344

[startup+0.101314 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 32716
/proc/meminfo: memFree=1705112/2055920 swapFree=4177960/4192956
[pid=32716] ppid=32714 vsize=28604 CPUtime=0.08
/proc/32716/stat : 32716 (varsat-random_s) R 32714 32716 32588 0 -1 4194304 6955 0 0 0 6 2 0 0 20 0 1 0 1151321510 29290496 6940 1992294400 4194304 5102416 548682068800 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/32716/statm: 7151 6941 88 221 0 6927 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28604

[startup+0.301357 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 32716
/proc/meminfo: memFree=1705112/2055920 swapFree=4177960/4192956
[pid=32716] ppid=32714 vsize=57616 CPUtime=0.29
/proc/32716/stat : 32716 (varsat-random_s) R 32714 32716 32588 0 -1 4194304 13403 0 0 0 23 6 0 0 21 0 1 0 1151321510 58998784 13388 1992294400 4194304 5102416 548682068800 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/32716/statm: 14404 13391 88 221 0 14180 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57616

[startup+0.701441 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 32716
/proc/meminfo: memFree=1705112/2055920 swapFree=4177960/4192956
[pid=32716] ppid=32714 vsize=110332 CPUtime=0.69
/proc/32716/stat : 32716 (varsat-random_s) R 32714 32716 32588 0 -1 4194304 25703 0 0 0 56 13 0 0 25 0 1 0 1151321510 112979968 25688 1992294400 4194304 5102416 548682068800 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/32716/statm: 27583 25689 88 221 0 27359 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 110332

[startup+1.50262 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 32717
/proc/meminfo: memFree=1567824/2055920 swapFree=4177960/4192956
[pid=32716] ppid=32714 vsize=164684 CPUtime=1.49
/proc/32716/stat : 32716 (varsat-random_s) R 32714 32716 32588 0 -1 4194304 39215 0 0 0 130 19 0 0 25 0 1 0 1151321510 168636416 39200 1992294400 4194304 5102416 548682068800 18446744073709551615 4228955 0 0 4096 3 0 0 0 17 1 0 0
/proc/32716/statm: 41171 39200 99 221 0 40947 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 164684

[startup+3.10196 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 32717
/proc/meminfo: memFree=1527312/2055920 swapFree=4177960/4192956
[pid=32716] ppid=32714 vsize=215652 CPUtime=3.08
/proc/32716/stat : 32716 (varsat-random_s) R 32714 32716 32588 0 -1 4194304 50923 0 0 0 285 23 0 0 25 0 1 0 1151321510 220827648 50908 1992294400 4194304 5102416 548682068800 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/32716/statm: 53913 50908 99 221 0 53689 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 215652

[startup+6.30265 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 32717
/proc/meminfo: memFree=1457552/2055920 swapFree=4177960/4192956
[pid=32716] ppid=32714 vsize=232892 CPUtime=6.28
/proc/32716/stat : 32716 (varsat-random_s) R 32714 32716 32588 0 -1 4194304 62663 0 0 0 599 29 0 0 25 0 1 0 1151321510 238481408 56861 1992294400 4194304 5102416 548682068800 18446744073709551615 4221892 0 0 4096 3 0 0 0 17 1 0 0
/proc/32716/statm: 58223 56861 102 221 0 57999 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 232892

[startup+12.702 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 32717
/proc/meminfo: memFree=1477264/2055920 swapFree=4177960/4192956
[pid=32716] ppid=32714 vsize=232892 CPUtime=12.68
/proc/32716/stat : 32716 (varsat-random_s) R 32714 32716 32588 0 -1 4194304 62663 0 0 0 1239 29 0 0 25 0 1 0 1151321510 238481408 56861 1992294400 4194304 5102416 548682068800 18446744073709551615 4220445 0 0 4096 3 0 0 0 17 1 0 0
/proc/32716/statm: 58223 56861 102 221 0 57999 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 232892

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 32717
/proc/meminfo: memFree=1477264/2055920 swapFree=4177960/4192956
[pid=32716] ppid=32714 vsize=233052 CPUtime=25.47
/proc/32716/stat : 32716 (varsat-random_s) R 32714 32716 32588 0 -1 4194304 62680 0 0 0 2518 29 0 0 25 0 1 0 1151321510 238645248 56878 1992294400 4194304 5102416 548682068800 18446744073709551615 4220445 0 0 4096 3 0 0 0 17 1 0 0
/proc/32716/statm: 58263 56878 115 221 0 58039 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 233052

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 32717
/proc/meminfo: memFree=1477392/2055920 swapFree=4177960/4192956
[pid=32716] ppid=32714 vsize=233052 CPUtime=51.06
/proc/32716/stat : 32716 (varsat-random_s) R 32714 32716 32588 0 -1 4194304 62689 0 0 0 5076 30 0 0 25 0 1 0 1151321510 238645248 56887 1992294400 4194304 5102416 548682068800 18446744073709551615 4220149 0 0 4096 3 0 0 0 17 1 0 0
/proc/32716/statm: 58263 56887 115 221 0 58039 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 233052

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 32717
/proc/meminfo: memFree=1477456/2055920 swapFree=4177960/4192956
[pid=32716] ppid=32714 vsize=233052 CPUtime=102.24
/proc/32716/stat : 32716 (varsat-random_s) R 32714 32716 32588 0 -1 4194304 62689 0 0 0 10194 30 0 0 25 0 1 0 1151321510 238645248 56887 1992294400 4194304 5102416 548682068800 18446744073709551615 4220560 0 0 4096 3 0 0 0 17 1 0 0
/proc/32716/statm: 58263 56887 115 221 0 58039 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 233052

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32717
/proc/meminfo: memFree=1477328/2055920 swapFree=4177960/4192956
[pid=32716] ppid=32714 vsize=233224 CPUtime=162.21
/proc/32716/stat : 32716 (varsat-random_s) R 32714 32716 32588 0 -1 4194304 62707 0 0 0 16191 30 0 0 25 0 1 0 1151321510 238821376 56905 1992294400 4194304 5102416 548682068800 18446744073709551615 4253879 0 0 4096 3 0 0 0 17 1 0 0
/proc/32716/statm: 58306 56905 115 221 0 58082 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 233224

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

[startup+179.103 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32717
/proc/meminfo: memFree=1477136/2055920 swapFree=4177960/4192956
[pid=32716] ppid=32714 vsize=233456 CPUtime=179
/proc/32716/stat : 32716 (varsat-random_s) R 32714 32716 32588 0 -1 4194304 62760 0 0 0 17870 30 0 0 25 0 1 0 1151321510 239058944 56958 1992294400 4194304 5102416 548682068800 18446744073709551615 4249699 0 0 4096 3 0 0 0 17 1 0 0
/proc/32716/statm: 58364 56958 115 221 0 58140 0
Current children cumulated CPU time (s) 179
Current children cumulated vsize (KiB) 233456

[startup+191.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32717
/proc/meminfo: memFree=1477136/2055920 swapFree=4177960/4192956
[pid=32716] ppid=32714 vsize=233456 CPUtime=191.79
/proc/32716/stat : 32716 (varsat-random_s) R 32714 32716 32588 0 -1 4194304 62763 0 0 0 19149 30 0 0 25 0 1 0 1151321510 239058944 56961 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/32716/statm: 58364 56961 115 221 0 58140 0
Current children cumulated CPU time (s) 191.79
Current children cumulated vsize (KiB) 233456

[startup+195.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32717
/proc/meminfo: memFree=1477072/2055920 swapFree=4177960/4192956
[pid=32716] ppid=32714 vsize=233456 CPUtime=194.99
/proc/32716/stat : 32716 (varsat-random_s) R 32714 32716 32588 0 -1 4194304 62765 0 0 0 19469 30 0 0 25 0 1 0 1151321510 239058944 56963 1992294400 4194304 5102416 548682068800 18446744073709551615 4249529 0 0 4096 3 0 0 0 17 1 0 0
/proc/32716/statm: 58364 56963 115 221 0 58140 0
Current children cumulated CPU time (s) 194.99
Current children cumulated vsize (KiB) 233456

[startup+196.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32717
/proc/meminfo: memFree=1477072/2055920 swapFree=4177960/4192956
[pid=32716] ppid=32714 vsize=233456 CPUtime=196.59
/proc/32716/stat : 32716 (varsat-random_s) R 32714 32716 32588 0 -1 4194304 62766 0 0 0 19629 30 0 0 25 0 1 0 1151321510 239058944 56964 1992294400 4194304 5102416 548682068800 18446744073709551615 4249536 0 0 4096 3 0 0 0 17 1 0 0
/proc/32716/statm: 58364 56964 115 221 0 58140 0
Current children cumulated CPU time (s) 196.59
Current children cumulated vsize (KiB) 233456

[startup+198.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32717
/proc/meminfo: memFree=1477072/2055920 swapFree=4177960/4192956
[pid=32716] ppid=32714 vsize=233456 CPUtime=198.19
/proc/32716/stat : 32716 (varsat-random_s) R 32714 32716 32588 0 -1 4194304 62767 0 0 0 19789 30 0 0 25 0 1 0 1151321510 239058944 56965 1992294400 4194304 5102416 548682068800 18446744073709551615 4249508 0 0 4096 3 0 0 0 17 1 0 0
/proc/32716/statm: 58364 56965 115 221 0 58140 0
Current children cumulated CPU time (s) 198.19
Current children cumulated vsize (KiB) 233456

[startup+198.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32717
/proc/meminfo: memFree=1477072/2055920 swapFree=4177960/4192956
[pid=32716] ppid=32714 vsize=233456 CPUtime=198.59
/proc/32716/stat : 32716 (varsat-random_s) R 32714 32716 32588 0 -1 4194304 62767 0 0 0 19829 30 0 0 25 0 1 0 1151321510 239058944 56965 1992294400 4194304 5102416 548682068800 18446744073709551615 4249508 0 0 4096 3 0 0 0 17 1 0 0
/proc/32716/statm: 58364 56965 115 221 0 58140 0
Current children cumulated CPU time (s) 198.59
Current children cumulated vsize (KiB) 233456

[startup+198.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32717
/proc/meminfo: memFree=1477072/2055920 swapFree=4177960/4192956
[pid=32716] ppid=32714 vsize=233456 CPUtime=198.79
/proc/32716/stat : 32716 (varsat-random_s) R 32714 32716 32588 0 -1 4194304 62767 0 0 0 19849 30 0 0 25 0 1 0 1151321510 239058944 56965 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/32716/statm: 58364 56965 115 221 0 58140 0
Current children cumulated CPU time (s) 198.79
Current children cumulated vsize (KiB) 233456

[startup+199.001 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32717
/proc/meminfo: memFree=1480464/2055920 swapFree=4177960/4192956
[pid=32716] ppid=32714 vsize=0 CPUtime=198.9
/proc/32716/stat : 32716 (varsat-random_s) R 32714 32716 32588 0 -1 4194308 62771 0 0 0 19859 31 0 0 25 0 1 0 1151321510 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/32716/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 198.9
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 199.039
CPU time (s): 198.944
CPU user time (s): 198.595
CPU system time (s): 0.348946
CPU usage (%): 99.9522
Max. virtual memory (cumulated for all children) (KiB): 261684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 198.595
system time used= 0.348946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62771
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= 1
involuntary context switches= 272

runsolver used 0.228965 second user time and 0.431934 second system time

The end

Launcher Data

Begin job on node71 at 2009-04-03 21:23:25
IDJOB=1563479
IDBENCH=70954
IDSOLVER=539
FILE ID=node71/1563479-1238786604
PBS_JOBID= 9085599
Free space on /tmp= 66536 MiB

SOLVER NAME= VARSAT-random 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-col400-16.cnf
COMMAND LINE= HOME/varsat-random_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563479-1238786604/watcher-1563479-1238786604 -o /tmp/evaluation-result-1563479-1238786604/solver-1563479-1238786604 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-random_static -seed=574805175 HOME/instance-1563479-1238786604.cnf

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

MD5SUM BENCH= a8766c9a72f73eaac2d0ddc5a182692e
RANDOM SEED=574805175

node71.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.270
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.270
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:       1705528 kB
Buffers:         45588 kB
Cached:         225676 kB
SwapCached:       9032 kB
Active:         157476 kB
Inactive:       124460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1705528 kB
SwapTotal:     4192956 kB
SwapFree:      4177960 kB
Dirty:           16180 kB
Writeback:           0 kB
Mapped:          16296 kB
Slab:            54420 kB
Committed_AS:  2596148 kB
PageTables:       1444 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= 66536 MiB
End job on node71 at 2009-04-03 21:26:44