Trace number 1553293

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 200.03 201.203

General information on the benchmark

NameAPPLICATIONS/bitverif/
minxorminand/minxorminand064.cnf
MD5SUM1394bf507e3ed448c81b5502d6550d78
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark87.2857
Satisfiable
(Un)Satisfiability was proved
Number of variables40042
Number of clauses119357
Sum of the clauses size278497
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 279570
Number of clauses of size 339785
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 WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.10/0.12	c |  Number of variables:         40042                                         |
0.10/0.12	c |  Number of clauses:          119355                                         |
0.10/0.12	c |  Parse time:                   0.10 s                                       |
0.68/0.79	c |  Simplification time:          0.65 s                                       |
0.68/0.79	c |                                                                             |
0.68/0.79	c ============================[ Search Statistics ]==============================
0.68/0.79	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.68/0.79	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.68/0.79	c ===============================================================================
0.79/0.81	c |       100 |    4435    47902   309839 |    17564      100     38 |  0.025 % |
0.79/0.83	c |       250 |    4435    47902   309839 |    19320      250     31 |  0.025 % |
0.79/0.86	c |       475 |    4435    47902   309839 |    21252      475     26 |  0.025 % |
0.89/0.91	c |       812 |    4435    47902   309839 |    23377      812     21 |  0.025 % |
0.89/0.98	c |      1318 |    4435    47902   309839 |    25715     1318     19 |  0.025 % |
0.99/1.08	c |      2077 |    4435    47902   309839 |    28287     2077     20 |  0.025 % |
1.19/1.26	c |      3216 |    4435    47902   309839 |    31115     3216     46 |  0.025 % |
1.48/1.53	c |      4924 |    4434    47837   309709 |    34227     4922     45 |  0.027 % |
1.88/1.90	c |      7486 |    4434    47837   309709 |    37650     7484     64 |  0.027 % |
2.48/2.50	c |     11330 |    4434    47837   309709 |    41415    11328     77 |  0.027 % |
3.57/3.64	c |     17096 |    4434    47837   309709 |    45556    17094    107 |  0.027 % |
5.46/5.54	c |     25745 |    4432    47772   309411 |    50112    22986    130 |  0.032 % |
11.13/11.20	c |     38719 |    4432    47705   309277 |    55123    35939    191 |  0.032 % |
20.96/21.13	c |     58180 |    4431    47640   309146 |    60635    20621    209 |  0.035 % |
38.56/38.81	c |     87372 |    4431    47640   309146 |    66699    49813    232 |  0.035 % |
62.33/62.74	c |    131161 |    4430    47575   309016 |    73369    47340    200 |  0.037 % |
103.48/104.17	c |    196845 |    4430    47575   309016 |    80706    61680    186 |  0.037 % |
154.09/155.08	c |    295371 |    4428    47511   308827 |    88777    34960    132 |  0.042 % |
199.91/201.19	c ===============================================================================
199.91/201.19	c restarts              : 908
199.91/201.19	c conflicts             : 381965         (1916 /sec)
199.91/201.19	c decisions             : 1541407        (7733 /sec)
199.91/201.19	c propagations          : 101622810      (509820 /sec)
199.91/201.19	c conflict literals     : 67628048       (29.65 % deleted)
199.91/201.19	c Memory used           : 67.91 MB
199.91/201.19	c CPU time              : 199.331 s
199.91/201.19	c 
199.91/201.19	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-1553293-1238713340/watcher-1553293-1238713340 -o /tmp/evaluation-result-1553293-1238713340/solver-1553293-1238713340 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1553293-1238713340.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.92 1.98 2.07 4/94 32260
/proc/meminfo: memFree=1568776/2055920 swapFree=4152324/4192956
[pid=32260] ppid=32258 vsize=7472 CPUtime=0
/proc/32260/stat : 32260 (minisat) R 32258 32260 32187 0 -1 4194304 386 0 0 0 0 0 0 0 20 0 1 0 1143997676 7651328 370 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/32260/statm: 1868 370 63 219 0 1646 0

[startup+0.107197 s]
/proc/loadavg: 1.92 1.98 2.07 4/94 32260
/proc/meminfo: memFree=1568776/2055920 swapFree=4152324/4192956
[pid=32260] ppid=32258 vsize=16752 CPUtime=0.1
/proc/32260/stat : 32260 (minisat) R 32258 32260 32187 0 -1 4194304 3083 0 0 0 8 2 0 0 21 0 1 0 1143997676 17154048 2866 1992294400 4194304 5092341 548682068848 18446744073709551615 4196262 0 0 4096 3 0 0 0 17 0 0 0
/proc/32260/statm: 4188 2866 63 219 0 3966 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 16752

[startup+0.201209 s]
/proc/loadavg: 1.92 1.98 2.07 4/94 32260
/proc/meminfo: memFree=1568776/2055920 swapFree=4152324/4192956
[pid=32260] ppid=32258 vsize=18716 CPUtime=0.18
/proc/32260/stat : 32260 (minisat) R 32258 32260 32187 0 -1 4194304 3980 0 0 0 16 2 0 0 21 0 1 0 1143997676 19165184 3763 1992294400 4194304 5092341 548682068848 18446744073709551615 4225116 0 0 4096 3 0 0 0 17 0 0 0
/proc/32260/statm: 4679 3763 88 219 0 4457 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 18716

[startup+0.301217 s]
/proc/loadavg: 1.92 1.98 2.07 4/94 32260
/proc/meminfo: memFree=1568776/2055920 swapFree=4152324/4192956
[pid=32260] ppid=32258 vsize=20060 CPUtime=0.29
/proc/32260/stat : 32260 (minisat) R 32258 32260 32187 0 -1 4194304 4522 0 0 0 26 3 0 0 22 0 1 0 1143997676 20541440 4305 1992294400 4194304 5092341 548682068848 18446744073709551615 4214995 0 0 4096 3 0 0 0 17 0 0 0
/proc/32260/statm: 5015 4305 88 219 0 4793 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20060

[startup+0.701262 s]
/proc/loadavg: 1.92 1.98 2.07 4/94 32260
/proc/meminfo: memFree=1568776/2055920 swapFree=4152324/4192956
[pid=32260] ppid=32258 vsize=26972 CPUtime=0.68
/proc/32260/stat : 32260 (minisat) R 32258 32260 32187 0 -1 4194304 6061 0 0 0 65 3 0 0 25 0 1 0 1143997676 27619328 5844 1992294400 4194304 5092341 548682068848 18446744073709551615 4219527 0 0 4096 3 0 0 0 17 0 0 0
/proc/32260/statm: 6743 5844 88 219 0 6521 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 26972

[startup+1.50135 s]
/proc/loadavg: 1.92 1.98 2.07 3/95 32261
/proc/meminfo: memFree=1551488/2055920 swapFree=4152324/4192956
[pid=32260] ppid=32258 vsize=22996 CPUtime=1.48
/proc/32260/stat : 32260 (minisat) R 32258 32260 32187 0 -1 4194304 6698 0 0 0 144 4 0 0 25 0 1 0 1143997676 23547904 4556 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 0 0 0
/proc/32260/statm: 5749 4556 103 219 0 5527 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 22996

[startup+3.10153 s]
/proc/loadavg: 1.92 1.98 2.07 3/95 32261
/proc/meminfo: memFree=1548736/2055920 swapFree=4152324/4192956
[pid=32260] ppid=32258 vsize=25592 CPUtime=3.07
/proc/32260/stat : 32260 (minisat) R 32258 32260 32187 0 -1 4194304 7886 0 0 0 302 5 0 0 25 0 1 0 1143997676 26206208 5744 1992294400 4194304 5092341 548682068848 18446744073709551615 4241984 0 0 4096 3 0 0 0 17 0 0 0
/proc/32260/statm: 6398 5744 103 219 0 6176 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 25592

[startup+6.30189 s]
/proc/loadavg: 1.92 1.98 2.07 3/95 32261
/proc/meminfo: memFree=1539136/2055920 swapFree=4152324/4192956
[pid=32260] ppid=32258 vsize=35324 CPUtime=6.25
/proc/32260/stat : 32260 (minisat) R 32258 32260 32187 0 -1 4194304 10321 0 0 0 619 6 0 0 25 0 1 0 1143997676 36171776 8179 1992294400 4194304 5092341 548682068848 18446744073709551615 4241095 0 0 4096 3 0 0 0 17 0 0 0
/proc/32260/statm: 8831 8179 103 219 0 8609 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 35324

[startup+12.7016 s]
/proc/loadavg: 1.93 1.98 2.07 3/95 32261
/proc/meminfo: memFree=1520768/2055920 swapFree=4152324/4192956
[pid=32260] ppid=32258 vsize=57220 CPUtime=12.61
/proc/32260/stat : 32260 (minisat) R 32258 32260 32187 0 -1 4194304 14613 0 0 0 1252 9 0 0 25 0 1 0 1143997676 58593280 12471 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 0 0 0
/proc/32260/statm: 14305 12471 103 219 0 14083 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 57220

[startup+25.501 s]
/proc/loadavg: 1.94 1.98 2.07 3/95 32261
/proc/meminfo: memFree=1514304/2055920 swapFree=4152324/4192956
[pid=32260] ppid=32258 vsize=69996 CPUtime=25.34
/proc/32260/stat : 32260 (minisat) R 32258 32260 32187 0 -1 4194304 28191 0 0 0 2517 17 0 0 25 0 1 0 1143997676 71675904 13697 1992294400 4194304 5092341 548682068848 18446744073709551615 4250102 0 0 4096 3 0 0 0 17 0 0 0
/proc/32260/statm: 17499 13697 103 219 0 17277 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 69996

[startup+51.1029 s]
/proc/loadavg: 1.96 1.98 2.07 3/95 32261
/proc/meminfo: memFree=1523776/2055920 swapFree=4152324/4192956
[pid=32260] ppid=32258 vsize=56860 CPUtime=50.79
/proc/32260/stat : 32260 (minisat) R 32258 32260 32187 0 -1 4194304 41813 0 0 0 5053 26 0 0 25 0 1 0 1143997676 58224640 11496 1992294400 4194304 5092341 548682068848 18446744073709551615 4240611 0 0 4096 3 0 0 0 17 0 0 0
/proc/32260/statm: 14215 11496 103 219 0 13993 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 56860

[startup+102.303 s]
/proc/loadavg: 1.98 1.98 2.06 3/95 32261
/proc/meminfo: memFree=1489728/2055920 swapFree=4152324/4192956
[pid=32260] ppid=32258 vsize=96912 CPUtime=101.7
/proc/32260/stat : 32260 (minisat) R 32258 32260 32187 0 -1 4194304 65531 0 0 0 10126 44 0 0 25 0 1 0 1143997676 99237888 19671 1992294400 4194304 5092341 548682068848 18446744073709551615 4241067 0 0 4096 3 0 0 0 17 0 0 0
/proc/32260/statm: 24228 19671 103 219 0 24006 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 96912

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 2.06 3/95 32261
/proc/meminfo: memFree=1497088/2055920 swapFree=4152324/4192956
[pid=32260] ppid=32258 vsize=82668 CPUtime=161.34
/proc/32260/stat : 32260 (minisat) R 32258 32260 32187 0 -1 4194304 90834 0 0 0 16074 60 0 0 25 0 1 0 1143997676 84652032 18153 1992294400 4194304 5092341 548682068848 18446744073709551615 4241418 0 0 4096 3 0 0 0 17 0 0 0
/proc/32260/statm: 20667 18153 103 219 0 20445 0
Current children cumulated CPU time (s) 161.34
Current children cumulated vsize (KiB) 82668

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

[startup+179.202 s]
/proc/loadavg: 1.99 1.98 2.05 3/95 32261
/proc/meminfo: memFree=1480384/2055920 swapFree=4152324/4192956
[pid=32260] ppid=32258 vsize=102376 CPUtime=178.14
/proc/32260/stat : 32260 (minisat) R 32258 32260 32187 0 -1 4194304 94794 0 0 0 17751 63 0 0 25 0 1 0 1143997676 104833024 22113 1992294400 4194304 5092341 548682068848 18446744073709551615 4249997 0 0 4096 3 0 0 0 17 0 0 0
/proc/32260/statm: 25594 22113 103 219 0 25372 0
Current children cumulated CPU time (s) 178.14
Current children cumulated vsize (KiB) 102376

[startup+192.002 s]
/proc/loadavg: 1.99 1.98 2.05 3/95 32261
/proc/meminfo: memFree=1515712/2055920 swapFree=4152324/4192956
[pid=32260] ppid=32258 vsize=60772 CPUtime=190.87
/proc/32260/stat : 32260 (minisat) R 32258 32260 32187 0 -1 4194304 99124 0 0 0 19020 67 0 0 25 0 1 0 1143997676 62230528 13315 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 0 0 0
/proc/32260/statm: 15193 13315 103 219 0 14971 0
Current children cumulated CPU time (s) 190.87
Current children cumulated vsize (KiB) 60772

[startup+195.202 s]
/proc/loadavg: 1.99 1.98 2.05 3/95 32261
/proc/meminfo: memFree=1513280/2055920 swapFree=4152324/4192956
[pid=32260] ppid=32258 vsize=60772 CPUtime=194.05
/proc/32260/stat : 32260 (minisat) R 32258 32260 32187 0 -1 4194304 99689 0 0 0 19338 67 0 0 25 0 1 0 1143997676 62230528 13880 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 0 0 0
/proc/32260/statm: 15193 13880 103 219 0 14971 0
Current children cumulated CPU time (s) 194.05
Current children cumulated vsize (KiB) 60772

[startup+198.401 s]
/proc/loadavg: 1.99 1.98 2.05 3/95 32261
/proc/meminfo: memFree=1510976/2055920 swapFree=4152324/4192956
[pid=32260] ppid=32258 vsize=60772 CPUtime=197.23
/proc/32260/stat : 32260 (minisat) R 32258 32260 32187 0 -1 4194304 100209 0 0 0 19655 68 0 0 25 0 1 0 1143997676 62230528 14400 1992294400 4194304 5092341 548682068848 18446744073709551615 4241025 0 0 4096 3 0 0 0 17 0 0 0
/proc/32260/statm: 15193 14400 103 219 0 14971 0
Current children cumulated CPU time (s) 197.23
Current children cumulated vsize (KiB) 60772

[startup+200.001 s]
/proc/loadavg: 1.99 1.98 2.05 3/95 32261
/proc/meminfo: memFree=1510336/2055920 swapFree=4152324/4192956
[pid=32260] ppid=32258 vsize=60772 CPUtime=198.82
/proc/32260/stat : 32260 (minisat) R 32258 32260 32187 0 -1 4194304 100398 0 0 0 19814 68 0 0 25 0 1 0 1143997676 62230528 14589 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 0 0 0
/proc/32260/statm: 15193 14589 103 219 0 14971 0
Current children cumulated CPU time (s) 198.82
Current children cumulated vsize (KiB) 60772

[startup+200.802 s]
/proc/loadavg: 1.99 1.98 2.05 3/95 32261
/proc/meminfo: memFree=1509888/2055920 swapFree=4152324/4192956
[pid=32260] ppid=32258 vsize=60772 CPUtime=199.61
/proc/32260/stat : 32260 (minisat) R 32258 32260 32187 0 -1 4194304 100469 0 0 0 19893 68 0 0 25 0 1 0 1143997676 62230528 14660 1992294400 4194304 5092341 548682068848 18446744073709551615 4248386 0 0 4096 3 0 0 0 17 0 0 0
/proc/32260/statm: 15193 14660 103 219 0 14971 0
Current children cumulated CPU time (s) 199.61
Current children cumulated vsize (KiB) 60772

[startup+201.202 s]
/proc/loadavg: 1.99 1.98 2.05 3/95 32261
/proc/meminfo: memFree=1509888/2055920 swapFree=4152324/4192956
[pid=32260] ppid=32258 vsize=0 CPUtime=200.02
/proc/32260/stat : 32260 (minisat) R 32258 32260 32187 0 -1 4194308 100516 0 0 0 19933 69 0 0 25 0 1 0 1143997676 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/32260/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 200.02
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 201.203
CPU time (s): 200.03
CPU user time (s): 199.331
CPU system time (s): 0.698893
CPU usage (%): 99.4169
Max. virtual memory (cumulated for all children) (KiB): 143992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 199.331
system time used= 0.698893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100516
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= 2780

runsolver used 0.263959 second user time and 0.846871 second system time

The end

Launcher Data

Begin job on node91 at 2009-04-03 01:02:20
IDJOB=1553293
IDBENCH=70758
IDSOLVER=546
FILE ID=node91/1553293-1238713340
PBS_JOBID= 9085327
Free space on /tmp= 66528 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT09/APPLICATIONS/bitverif/minxorminand/minxorminand064.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1553293-1238713340/watcher-1553293-1238713340 -o /tmp/evaluation-result-1553293-1238713340/solver-1553293-1238713340 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat HOME/instance-1553293-1238713340.cnf

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

MD5SUM BENCH= 1394bf507e3ed448c81b5502d6550d78
RANDOM SEED=1345602401

node91.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.252
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.252
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:       1569192 kB
Buffers:         80948 kB
Cached:         306300 kB
SwapCached:      23064 kB
Active:         248192 kB
Inactive:       163612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1569192 kB
SwapTotal:     4192956 kB
SwapFree:      4152324 kB
Dirty:            2812 kB
Writeback:           0 kB
Mapped:          16072 kB
Slab:            58024 kB
Committed_AS:  2431232 kB
PageTables:       3260 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 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 node91 at 2009-04-03 01:05:42