Trace number 1725959

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-industrial 2009-03-22UNSAT 175.5 175.485

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG8-gensys-ukn005.sat05-3584.reshuffled-07.cnf
MD5SUMdb9d2b7fba78f1cbe73aba9a1aa51042
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark34.6907
Satisfiable
(Un)Satisfiability was proved
Number of variables1133
Number of clauses56210
Sum of the clauses size352304
Maximum clause length22
Minimum clause length1
Number of clauses of size 136
Number of clauses of size 22544
Number of clauses of size 310764
Number of clauses of size 427
Number of clauses of size 545
Number of clauses of size over 542794

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  1133                                                 |
0.00/0.00	c |  Number of clauses:    56210                                                |
0.09/0.12	c |  Parsing time:         0.11         s                                       |
0.09/0.12	c |  Timeout:              43200 s
0.09/0.12	c |  Random Seed:          406938823.000000
0.09/0.12	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.09/0.12	c |  Branching Rule:       default (solution-guided)                            |
0.09/0.12	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.09/0.12	c |                                                                             |
2.39/2.45	c ============================[ Search Statistics ]==============================
2.39/2.45	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.39/2.45	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.39/2.45	c ===============================================================================
2.39/2.45	c |         0 |     648    47077   298990 |    15692        0    nan |  0.000 % |
4.89/4.96	c |       102 |     648    47077   298990 |    17261      102     24 |  5.649 % |
7.39/7.48	c |       252 |     648    47077   298990 |    18987      252     27 |  5.649 % |
9.99/10.03	c |       478 |     648    47077   298990 |    20886      478     29 |  5.649 % |
12.49/12.58	c |       817 |     648    47077   298990 |    22975      817     30 |  5.649 % |
15.09/15.15	c |      1323 |     648    47077   298990 |    25272     1323     33 |  5.649 % |
17.69/17.75	c |      2083 |     648    47077   298990 |    27799     2083     33 |  5.649 % |
20.39/20.41	c |      3223 |     648    47077   298990 |    30579     3223     34 |  5.649 % |
23.19/23.26	c |      4934 |     648    47077   298990 |    33637     4934     36 |  5.649 % |
26.39/26.40	c |      7497 |     648    47077   298990 |    37001     7497     37 |  5.649 % |
30.09/30.14	c |     11342 |     648    47077   298990 |    40701    11342     37 |  5.649 % |
34.49/34.59	c |     17109 |     648    47077   298990 |    44772    17109     38 |  5.649 % |
41.19/41.22	c |     25758 |     648    47077   298990 |    49249    25758     38 |  5.649 % |
52.40/52.41	c |     38732 |     648    47077   298990 |    54174    38732     39 |  5.649 % |
71.50/71.56	c |     58193 |     648    47077   298990 |    59591    19772     35 |  5.649 % |
96.40/96.42	c |     87386 |     648    47077   298990 |    65550    48965     38 |  5.649 % |
140.50/140.52	c |    131175 |     648    47077   298990 |    72105    45974     31 |  5.654 % |
175.41/175.48	c ===============================================================================
175.41/175.48	c surveys--CPU time (sec)   : 38.9411        (22.20 % of total)
175.41/175.48	c surveys--attempted        : 313            (8 /sec)
175.41/175.48	c surveys--converged        : 313            (100.00 % successful)
175.41/175.48	c restarts              : 17
175.41/175.48	c conflicts             : 165661         (1214 /sec)
175.41/175.48	c decisions             : 186563         (1.14 % random) (1367 /sec)
175.41/175.48	c propagations          : 13494363       (98857 /sec)
175.41/175.48	c conflict literals     : 5984715        (45.95 % deleted)
175.41/175.48	c Memory used           : 26.71 MB
175.41/175.48	c Total CPU time (sec)      : 175.4443    
175.41/175.48	c 
175.41/175.48	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-1725959-1240708048/watcher-1725959-1240708048 -o /tmp/evaluation-result-1725959-1240708048/solver-1725959-1240708048 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=406938823 HOME/instance-1725959-1240708048.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.99 0.98 0.99 3/64 20522
/proc/meminfo: memFree=1886912/2055920 swapFree=4181368/4192956
[pid=20522] ppid=20520 vsize=2576 CPUtime=0
/proc/20522/stat : 20522 (varsat-industri) R 20520 20522 20309 0 -1 4194304 473 0 0 0 0 0 0 0 18 0 1 0 98838230 2637824 458 1992294400 4194304 5102648 548682068768 18446744073709551615 4492085 0 0 4096 3 0 0 0 17 1 0 0
/proc/20522/statm: 644 459 87 221 0 420 0

[startup+0.0155061 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 20522
/proc/meminfo: memFree=1886912/2055920 swapFree=4181368/4192956
[pid=20522] ppid=20520 vsize=3540 CPUtime=0.01
/proc/20522/stat : 20522 (varsat-industri) R 20520 20522 20309 0 -1 4194304 723 0 0 0 1 0 0 0 18 0 1 0 98838230 3624960 708 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/20522/statm: 885 708 87 221 0 661 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3540

[startup+0.102481 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 20522
/proc/meminfo: memFree=1886912/2055920 swapFree=4181368/4192956
[pid=20522] ppid=20520 vsize=12232 CPUtime=0.09
/proc/20522/stat : 20522 (varsat-industri) R 20520 20522 20309 0 -1 4194304 2830 0 0 0 8 1 0 0 18 0 1 0 98838230 12525568 2815 1992294400 4194304 5102648 548682068768 18446744073709551615 4263318 0 0 4096 3 0 0 0 17 1 0 0
/proc/20522/statm: 3058 2815 87 221 0 2834 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12232

[startup+0.301424 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 20522
/proc/meminfo: memFree=1886912/2055920 swapFree=4181368/4192956
[pid=20522] ppid=20520 vsize=14764 CPUtime=0.29
/proc/20522/stat : 20522 (varsat-industri) R 20520 20522 20309 0 -1 4194304 3515 0 0 0 28 1 0 0 19 0 1 0 98838230 15118336 3500 1992294400 4194304 5102648 548682068768 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/20522/statm: 3691 3500 99 221 0 3467 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14764

[startup+0.70231 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 20522
/proc/meminfo: memFree=1886912/2055920 swapFree=4181368/4192956
[pid=20522] ppid=20520 vsize=14764 CPUtime=0.69
/proc/20522/stat : 20522 (varsat-industri) R 20520 20522 20309 0 -1 4194304 3520 0 0 0 68 1 0 0 22 0 1 0 98838230 15118336 3505 1992294400 4194304 5102648 548682068768 18446744073709551615 4272860 0 0 4096 3 0 0 0 17 1 0 0
/proc/20522/statm: 3691 3505 99 221 0 3467 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14764

[startup+1.50108 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20523
/proc/meminfo: memFree=1873208/2055920 swapFree=4181368/4192956
[pid=20522] ppid=20520 vsize=15364 CPUtime=1.49
/proc/20522/stat : 20522 (varsat-industri) R 20520 20522 20309 0 -1 4194304 3629 0 0 0 148 1 0 0 25 0 1 0 98838230 15732736 3614 1992294400 4194304 5102648 548682068768 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/20522/statm: 3841 3614 100 221 0 3617 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15364

[startup+3.10163 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20523
/proc/meminfo: memFree=1872632/2055920 swapFree=4181368/4192956
[pid=20522] ppid=20520 vsize=14280 CPUtime=3.09
/proc/20522/stat : 20522 (varsat-industri) R 20520 20522 20309 0 -1 4194304 3663 0 0 0 308 1 0 0 25 0 1 0 98838230 14622720 3400 1992294400 4194304 5102648 548682068768 18446744073709551615 4214172 0 0 4096 3 0 0 0 17 1 0 0
/proc/20522/statm: 3570 3400 102 221 0 3346 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14280

[startup+6.30172 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20523
/proc/meminfo: memFree=1873160/2055920 swapFree=4181368/4192956
[pid=20522] ppid=20520 vsize=14280 CPUtime=6.29
/proc/20522/stat : 20522 (varsat-industri) R 20520 20522 20309 0 -1 4194304 3673 0 0 0 628 1 0 0 25 0 1 0 98838230 14622720 3410 1992294400 4194304 5102648 548682068768 18446744073709551615 4242179 0 0 4096 3 0 0 0 17 1 0 0
/proc/20522/statm: 3570 3410 112 221 0 3346 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14280

[startup+12.7019 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20523
/proc/meminfo: memFree=1873096/2055920 swapFree=4181368/4192956
[pid=20522] ppid=20520 vsize=14280 CPUtime=12.69
/proc/20522/stat : 20522 (varsat-industri) R 20520 20522 20309 0 -1 4194304 3673 0 0 0 1268 1 0 0 25 0 1 0 98838230 14622720 3410 1992294400 4194304 5102648 548682068768 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 1 0 0
/proc/20522/statm: 3570 3410 112 221 0 3346 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14280

[startup+25.5013 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20523
/proc/meminfo: memFree=1873096/2055920 swapFree=4181368/4192956
[pid=20522] ppid=20520 vsize=14280 CPUtime=25.49
/proc/20522/stat : 20522 (varsat-industri) R 20520 20522 20309 0 -1 4194304 3673 0 0 0 2548 1 0 0 25 0 1 0 98838230 14622720 3410 1992294400 4194304 5102648 548682068768 18446744073709551615 4214097 0 0 4096 3 0 0 0 17 1 0 0
/proc/20522/statm: 3570 3410 112 221 0 3346 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14280

[startup+51.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20523
/proc/meminfo: memFree=1869128/2055920 swapFree=4181368/4192956
[pid=20522] ppid=20520 vsize=18600 CPUtime=51.1
/proc/20522/stat : 20522 (varsat-industri) R 20520 20522 20309 0 -1 4194304 4745 0 0 0 5107 3 0 0 25 0 1 0 98838230 19046400 4482 1992294400 4194304 5102648 548682068768 18446744073709551615 4249948 0 0 4096 3 0 0 0 17 1 0 0
/proc/20522/statm: 4650 4482 112 221 0 4426 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 18600

[startup+102.306 s]
/proc/loadavg: 1.03 1.00 1.00 2/65 20523
/proc/meminfo: memFree=1863944/2055920 swapFree=4181368/4192956
[pid=20522] ppid=20520 vsize=23740 CPUtime=102.31
/proc/20522/stat : 20522 (varsat-industri) R 20520 20522 20309 0 -1 4194304 5996 0 0 0 10227 4 0 0 25 0 1 0 98838230 24309760 5733 1992294400 4194304 5102648 548682068768 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/20522/statm: 5935 5733 112 221 0 5711 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 23740

[startup+162.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 20523
/proc/meminfo: memFree=1860552/2055920 swapFree=4181368/4192956
[pid=20522] ppid=20520 vsize=27352 CPUtime=162.31
/proc/20522/stat : 20522 (varsat-industri) R 20520 20522 20309 0 -1 4194304 6837 0 0 0 16226 5 0 0 25 0 1 0 98838230 28008448 6574 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20522/statm: 6838 6574 112 221 0 6614 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 27352

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

[startup+166.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 20523
/proc/meminfo: memFree=1860552/2055920 swapFree=4181368/4192956
[pid=20522] ppid=20520 vsize=27352 CPUtime=166.31
/proc/20522/stat : 20522 (varsat-industri) R 20520 20522 20309 0 -1 4194304 6837 0 0 0 16626 5 0 0 25 0 1 0 98838230 28008448 6574 1992294400 4194304 5102648 548682068768 18446744073709551615 4249767 0 0 4096 3 0 0 0 17 1 0 0
/proc/20522/statm: 6838 6574 112 221 0 6614 0
Current children cumulated CPU time (s) 166.31
Current children cumulated vsize (KiB) 27352

[startup+169.502 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 20523
/proc/meminfo: memFree=1860488/2055920 swapFree=4181368/4192956
[pid=20522] ppid=20520 vsize=27352 CPUtime=169.51
/proc/20522/stat : 20522 (varsat-industri) R 20520 20522 20309 0 -1 4194304 6844 0 0 0 16946 5 0 0 25 0 1 0 98838230 28008448 6581 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20522/statm: 6838 6581 112 221 0 6614 0
Current children cumulated CPU time (s) 169.51
Current children cumulated vsize (KiB) 27352

[startup+172.706 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 20523
/proc/meminfo: memFree=1860488/2055920 swapFree=4181368/4192956
[pid=20522] ppid=20520 vsize=27352 CPUtime=172.71
/proc/20522/stat : 20522 (varsat-industri) R 20520 20522 20309 0 -1 4194304 6850 0 0 0 17266 5 0 0 25 0 1 0 98838230 28008448 6587 1992294400 4194304 5102648 548682068768 18446744073709551615 4249849 0 0 4096 3 0 0 0 17 1 0 0
/proc/20522/statm: 6838 6587 112 221 0 6614 0
Current children cumulated CPU time (s) 172.71
Current children cumulated vsize (KiB) 27352

[startup+174.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 20523
/proc/meminfo: memFree=1860488/2055920 swapFree=4181368/4192956
[pid=20522] ppid=20520 vsize=27352 CPUtime=174.31
/proc/20522/stat : 20522 (varsat-industri) R 20520 20522 20309 0 -1 4194304 6856 0 0 0 17426 5 0 0 25 0 1 0 98838230 28008448 6593 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20522/statm: 6838 6593 112 221 0 6614 0
Current children cumulated CPU time (s) 174.31
Current children cumulated vsize (KiB) 27352

[startup+175.102 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 20523
/proc/meminfo: memFree=1860424/2055920 swapFree=4181368/4192956
[pid=20522] ppid=20520 vsize=27352 CPUtime=175.11
/proc/20522/stat : 20522 (varsat-industri) R 20520 20522 20309 0 -1 4194304 6856 0 0 0 17506 5 0 0 25 0 1 0 98838230 28008448 6593 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20522/statm: 6838 6593 112 221 0 6614 0
Current children cumulated CPU time (s) 175.11
Current children cumulated vsize (KiB) 27352

[startup+175.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 20523
/proc/meminfo: memFree=1860424/2055920 swapFree=4181368/4192956
[pid=20522] ppid=20520 vsize=27352 CPUtime=175.31
/proc/20522/stat : 20522 (varsat-industri) R 20520 20522 20309 0 -1 4194304 6856 0 0 0 17526 5 0 0 25 0 1 0 98838230 28008448 6593 1992294400 4194304 5102648 548682068768 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/20522/statm: 6838 6593 112 221 0 6614 0
Current children cumulated CPU time (s) 175.31
Current children cumulated vsize (KiB) 27352

[startup+175.402 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 20523
/proc/meminfo: memFree=1860424/2055920 swapFree=4181368/4192956
[pid=20522] ppid=20520 vsize=27352 CPUtime=175.41
/proc/20522/stat : 20522 (varsat-industri) R 20520 20522 20309 0 -1 4194304 6856 0 0 0 17536 5 0 0 25 0 1 0 98838230 28008448 6593 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/20522/statm: 6838 6593 112 221 0 6614 0
Current children cumulated CPU time (s) 175.41
Current children cumulated vsize (KiB) 27352

Child status: 20
Real time (s): 175.485
CPU time (s): 175.5
CPU user time (s): 175.444
CPU system time (s): 0.055991
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 27352

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

runsolver used 0.120981 second user time and 0.39194 second system time

The end

Launcher Data

Begin job on node16 at 2009-04-26 03:07:28
IDJOB=1725959
IDBENCH=24601
IDSOLVER=538
FILE ID=node16/1725959-1240708048
PBS_JOBID= 9186807
Free space on /tmp= 66316 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT07/crafted/Medium/contest05/others/QG8-gensys-ukn005.sat05-3584.reshuffled-07.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1725959-1240708048/watcher-1725959-1240708048 -o /tmp/evaluation-result-1725959-1240708048/solver-1725959-1240708048 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=406938823 HOME/instance-1725959-1240708048.cnf

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

MD5SUM BENCH= db9d2b7fba78f1cbe73aba9a1aa51042
RANDOM SEED=406938823

node16.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.234
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.234
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:       1887328 kB
Buffers:         17060 kB
Cached:         103132 kB
SwapCached:       5404 kB
Active:          35556 kB
Inactive:        92492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1887328 kB
SwapTotal:     4192956 kB
SwapFree:      4181368 kB
Dirty:            2856 kB
Writeback:           0 kB
Mapped:          13536 kB
Slab:            26576 kB
Committed_AS:   386736 kB
PageTables:       1436 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= 66316 MiB
End job on node16 at 2009-04-26 03:10:24