Trace number 1785194

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
SAT07 reference solver: minisat SAT 2007UNSAT 96.2374 96.3019

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-dead-dnd002.sat05-2713.reshuffled-07.cnf
MD5SUM3ea6a8df7aa4f426ea9b73a3dcbe6d01
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark38.6951
Satisfiable
(Un)Satisfiability was proved
Number of variables1339
Number of clauses7095
Sum of the clauses size60253
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31520
Number of clauses of size 4130
Number of clauses of size 5168
Number of clauses of size over 54955

Solver Data

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  1339                                                 |
0.00/0.00	c |  Number of clauses:    7095                                                 |
0.00/0.01	c |  Parsing time:         0.01         s                                       |
0.00/0.05	c ============================[ Search Statistics ]==============================
0.00/0.05	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.05	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.05	c ===============================================================================
0.00/0.05	c |         0 |    1115     3807    30662 |     1269        0    nan |  0.000 % |
0.00/0.05	c |       100 |    1115     3807    30662 |     1395      100     13 |  3.137 % |
0.00/0.06	c |       251 |    1115     3807    30662 |     1535      251     14 |  3.137 % |
0.00/0.06	c |       477 |    1115     3807    30662 |     1689      477     14 |  3.137 % |
0.00/0.07	c |       814 |    1115     3807    30662 |     1857      814     16 |  3.137 % |
0.00/0.08	c |      1320 |    1115     3807    30662 |     2043     1320     19 |  3.137 % |
0.09/0.11	c |      2079 |    1115     3807    30662 |     2248     2079     20 |  3.137 % |
0.09/0.15	c |      3218 |    1115     3807    30662 |     2472     2030     22 |  3.137 % |
0.19/0.22	c |      4928 |    1115     3807    30662 |     2720     2437     23 |  3.137 % |
0.29/0.33	c |      7491 |    1115     3807    30662 |     2992     2185     18 |  3.137 % |
0.49/0.51	c |     11336 |    1115     3807    30662 |     3291     2932     20 |  3.137 % |
0.79/0.82	c |     17103 |    1115     3807    30662 |     3620     1912     22 |  3.137 % |
1.19/1.28	c |     25752 |    1115     3807    30662 |     3982     3063     22 |  3.137 % |
1.99/2.07	c |     38728 |    1115     3807    30662 |     4380     3739     20 |  3.137 % |
3.29/3.37	c |     58189 |    1115     3807    30662 |     4819     3013     24 |  3.137 % |
5.18/5.21	c |     87381 |    1115     3807    30662 |     5300     2588     16 |  3.137 % |
7.48/7.57	c |    131171 |    1115     3807    30662 |     5831     3301     13 |  3.137 % |
11.88/11.93	c |    196855 |    1115     3807    30662 |     6414     3696     21 |  3.137 % |
18.78/18.85	c |    295381 |    1115     3807    30662 |     7055     4453     19 |  3.138 % |
30.57/30.63	c |    443170 |    1115     3807    30662 |     7761     5438     18 |  3.137 % |
47.07/47.13	c |    664854 |    1113     3389    27273 |     8537     6143     18 |  3.286 % |
73.95/74.06	c |    997380 |    1112     3375    27220 |     9390     5127     19 |  3.361 % |
96.13/96.30	c ===============================================================================
96.13/96.30	c restarts              : 22
96.13/96.30	c conflicts             : 1284332        (13348 /sec)
96.13/96.30	c decisions             : 1886320        (1.93 % random) (19604 /sec)
96.13/96.30	c propagations          : 45148796       (469213 /sec)
96.13/96.30	c conflict literals     : 28635013       (29.81 % deleted)
96.13/96.30	c Memory used           : 4.63 MB
96.13/96.30	c CPU time              : 96.2224 s
96.13/96.30	c 
96.13/96.30	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-1785194-1241897304/watcher-1785194-1241897304 -o /tmp/evaluation-result-1785194-1241897304/solver-1785194-1241897304 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-1785194-1241897304.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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 0.92 3/64 21583
/proc/meminfo: memFree=1111032/2055920 swapFree=4181888/4192956
[pid=21583] ppid=21581 vsize=1988 CPUtime=0
/proc/21583/stat : 21583 (minisat_noasser) R 21581 21583 21367 0 -1 4194304 231 0 0 0 0 0 0 0 18 0 1 0 217756809 2035712 217 1992294400 134512640 135048876 4294956208 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 0 0 0
/proc/21583/statm: 497 218 50 130 0 364 0

[startup+0.10493 s]
/proc/loadavg: 1.00 1.00 0.92 3/64 21583
/proc/meminfo: memFree=1111032/2055920 swapFree=4181888/4192956
[pid=21583] ppid=21581 vsize=2752 CPUtime=0.09
/proc/21583/stat : 21583 (minisat_noasser) R 21581 21583 21367 0 -1 4194304 438 0 0 0 9 0 0 0 18 0 1 0 217756809 2818048 424 1992294400 134512640 135048876 4294956208 18446744073709551615 134546584 0 0 4096 3 0 0 0 17 0 0 0
/proc/21583/statm: 688 424 66 130 0 555 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2752

[startup+0.201949 s]
/proc/loadavg: 1.00 1.00 0.92 3/64 21583
/proc/meminfo: memFree=1111032/2055920 swapFree=4181888/4192956
[pid=21583] ppid=21581 vsize=2752 CPUtime=0.19
/proc/21583/stat : 21583 (minisat_noasser) R 21581 21583 21367 0 -1 4194304 438 0 0 0 19 0 0 0 18 0 1 0 217756809 2818048 424 1992294400 134512640 135048876 4294956208 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 0 0 0
/proc/21583/statm: 688 424 66 130 0 555 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 2752

[startup+0.301967 s]
/proc/loadavg: 1.00 1.00 0.92 3/64 21583
/proc/meminfo: memFree=1111032/2055920 swapFree=4181888/4192956
[pid=21583] ppid=21581 vsize=2752 CPUtime=0.29
/proc/21583/stat : 21583 (minisat_noasser) R 21581 21583 21367 0 -1 4194304 438 0 0 0 29 0 0 0 19 0 1 0 217756809 2818048 424 1992294400 134512640 135048876 4294956208 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 0 0 0
/proc/21583/statm: 688 424 66 130 0 555 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2752

[startup+0.701046 s]
/proc/loadavg: 1.00 1.00 0.92 3/64 21583
/proc/meminfo: memFree=1111032/2055920 swapFree=4181888/4192956
[pid=21583] ppid=21581 vsize=2752 CPUtime=0.69
/proc/21583/stat : 21583 (minisat_noasser) R 21581 21583 21367 0 -1 4194304 438 0 0 0 69 0 0 0 23 0 1 0 217756809 2818048 424 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 0 0 0
/proc/21583/statm: 688 424 66 130 0 555 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2752

[startup+1.5012 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 21584
/proc/meminfo: memFree=1109616/2055920 swapFree=4181888/4192956
[pid=21583] ppid=21581 vsize=2884 CPUtime=1.49
/proc/21583/stat : 21583 (minisat_noasser) R 21581 21583 21367 0 -1 4194304 453 0 0 0 149 0 0 0 25 0 1 0 217756809 2953216 439 1992294400 134512640 135048876 4294956208 18446744073709551615 134546862 0 0 4096 3 0 0 0 17 0 0 0
/proc/21583/statm: 721 439 66 130 0 588 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2884

[startup+3.10152 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 21584
/proc/meminfo: memFree=1109360/2055920 swapFree=4181888/4192956
[pid=21583] ppid=21581 vsize=3016 CPUtime=3.09
/proc/21583/stat : 21583 (minisat_noasser) R 21581 21583 21367 0 -1 4194304 508 0 0 0 309 0 0 0 25 0 1 0 217756809 3088384 494 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/21583/statm: 754 494 66 130 0 621 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3016

[startup+6.30115 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 21584
/proc/meminfo: memFree=1109040/2055920 swapFree=4181888/4192956
[pid=21583] ppid=21581 vsize=3148 CPUtime=6.28
/proc/21583/stat : 21583 (minisat_noasser) R 21581 21583 21367 0 -1 4194304 534 0 0 0 628 0 0 0 25 0 1 0 217756809 3223552 520 1992294400 134512640 135048876 4294956208 18446744073709551615 134551311 0 0 4096 3 0 0 0 17 0 0 0
/proc/21583/statm: 787 520 66 130 0 654 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 3148

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 21584
/proc/meminfo: memFree=1108536/2055920 swapFree=4181888/4192956
[pid=21583] ppid=21581 vsize=3544 CPUtime=12.68
/proc/21583/stat : 21583 (minisat_noasser) R 21581 21583 21367 0 -1 4194304 642 0 0 0 1268 0 0 0 25 0 1 0 217756809 3629056 628 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/21583/statm: 886 628 66 130 0 753 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 3544

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 21584
/proc/meminfo: memFree=1108216/2055920 swapFree=4181888/4192956
[pid=21583] ppid=21581 vsize=3940 CPUtime=25.47
/proc/21583/stat : 21583 (minisat_noasser) R 21581 21583 21367 0 -1 4194304 732 0 0 0 2547 0 0 0 25 0 1 0 217756809 4034560 718 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 0 0 0
/proc/21583/statm: 985 718 66 130 0 852 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 3940

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 21584
/proc/meminfo: memFree=1107768/2055920 swapFree=4181888/4192956
[pid=21583] ppid=21581 vsize=4476 CPUtime=51.06
/proc/21583/stat : 21583 (minisat_noasser) R 21581 21583 21367 0 -1 4194304 851 0 0 0 5105 1 0 0 25 0 1 0 217756809 4583424 837 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 0 0 0
/proc/21583/statm: 1119 837 66 130 0 986 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 4476

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

[startup+51.202 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 21584
/proc/meminfo: memFree=1107768/2055920 swapFree=4181888/4192956
[pid=21583] ppid=21581 vsize=4476 CPUtime=51.16
/proc/21583/stat : 21583 (minisat_noasser) R 21581 21583 21367 0 -1 4194304 851 0 0 0 5115 1 0 0 25 0 1 0 217756809 4583424 837 1992294400 134512640 135048876 4294956208 18446744073709551615 134546873 0 0 4096 3 0 0 0 17 0 0 0
/proc/21583/statm: 1119 837 66 130 0 986 0
Current children cumulated CPU time (s) 51.16
Current children cumulated vsize (KiB) 4476

[startup+76.8011 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 21584
/proc/meminfo: memFree=1107512/2055920 swapFree=4181888/4192956
[pid=21583] ppid=21581 vsize=4608 CPUtime=76.75
/proc/21583/stat : 21583 (minisat_noasser) R 21581 21583 21367 0 -1 4194304 912 0 0 0 7674 1 0 0 25 0 1 0 217756809 4718592 898 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 0 0 0
/proc/21583/statm: 1152 898 66 130 0 1019 0
Current children cumulated CPU time (s) 76.75
Current children cumulated vsize (KiB) 4608

[startup+89.6016 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 21584
/proc/meminfo: memFree=1107256/2055920 swapFree=4181888/4192956
[pid=21583] ppid=21581 vsize=4740 CPUtime=89.54
/proc/21583/stat : 21583 (minisat_noasser) R 21581 21583 21367 0 -1 4194304 936 0 0 0 8953 1 0 0 25 0 1 0 217756809 4853760 922 1992294400 134512640 135048876 4294956208 18446744073709551615 134546842 0 0 4096 3 0 0 0 17 0 0 0
/proc/21583/statm: 1185 922 66 130 0 1052 0
Current children cumulated CPU time (s) 89.54
Current children cumulated vsize (KiB) 4740

[startup+92.8012 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 21584
/proc/meminfo: memFree=1107256/2055920 swapFree=4181888/4192956
[pid=21583] ppid=21581 vsize=4740 CPUtime=92.74
/proc/21583/stat : 21583 (minisat_noasser) R 21581 21583 21367 0 -1 4194304 938 0 0 0 9273 1 0 0 25 0 1 0 217756809 4853760 924 1992294400 134512640 135048876 4294956208 18446744073709551615 134548455 0 0 4096 3 0 0 0 17 0 0 0
/proc/21583/statm: 1185 924 66 130 0 1052 0
Current children cumulated CPU time (s) 92.74
Current children cumulated vsize (KiB) 4740

[startup+94.4016 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 21584
/proc/meminfo: memFree=1107256/2055920 swapFree=4181888/4192956
[pid=21583] ppid=21581 vsize=4740 CPUtime=94.34
/proc/21583/stat : 21583 (minisat_noasser) R 21581 21583 21367 0 -1 4194304 938 0 0 0 9433 1 0 0 25 0 1 0 217756809 4853760 924 1992294400 134512640 135048876 4294956208 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/21583/statm: 1185 924 66 130 0 1052 0
Current children cumulated CPU time (s) 94.34
Current children cumulated vsize (KiB) 4740

[startup+95.2017 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 21584
/proc/meminfo: memFree=1107256/2055920 swapFree=4181888/4192956
[pid=21583] ppid=21581 vsize=4740 CPUtime=95.13
/proc/21583/stat : 21583 (minisat_noasser) R 21581 21583 21367 0 -1 4194304 940 0 0 0 9512 1 0 0 25 0 1 0 217756809 4853760 926 1992294400 134512640 135048876 4294956208 18446744073709551615 134546993 0 0 4096 3 0 0 0 17 1 0 0
/proc/21583/statm: 1185 926 66 130 0 1052 0
Current children cumulated CPU time (s) 95.13
Current children cumulated vsize (KiB) 4740

[startup+96.0019 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 21584
/proc/meminfo: memFree=1107256/2055920 swapFree=4181888/4192956
[pid=21583] ppid=21581 vsize=4740 CPUtime=95.93
/proc/21583/stat : 21583 (minisat_noasser) R 21581 21583 21367 0 -1 4194304 940 0 0 0 9592 1 0 0 25 0 1 0 217756809 4853760 926 1992294400 134512640 135048876 4294956208 18446744073709551615 134546518 0 0 4096 3 0 0 0 17 0 0 0
/proc/21583/statm: 1185 926 66 130 0 1052 0
Current children cumulated CPU time (s) 95.93
Current children cumulated vsize (KiB) 4740

[startup+96.2019 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 21584
/proc/meminfo: memFree=1107256/2055920 swapFree=4181888/4192956
[pid=21583] ppid=21581 vsize=4740 CPUtime=96.13
/proc/21583/stat : 21583 (minisat_noasser) R 21581 21583 21367 0 -1 4194304 940 0 0 0 9612 1 0 0 25 0 1 0 217756809 4853760 926 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/21583/statm: 1185 926 66 130 0 1052 0
Current children cumulated CPU time (s) 96.13
Current children cumulated vsize (KiB) 4740

Child status: 20
Real time (s): 96.3019
CPU time (s): 96.2374
CPU user time (s): 96.2224
CPU system time (s): 0.014997
CPU usage (%): 99.933
Max. virtual memory (cumulated for all children) (KiB): 4740

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

runsolver used 0.080987 second user time and 0.277957 second system time

The end

Launcher Data

Begin job on node66 at 2009-05-09 21:28:24
IDJOB=1785194
IDBENCH=24721
IDSOLVER=639
FILE ID=node66/1785194-1241897304
PBS_JOBID= 9264735
Free space on /tmp= 66256 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-dead-dnd002.sat05-2713.reshuffled-07.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785194-1241897304/watcher-1785194-1241897304 -o /tmp/evaluation-result-1785194-1241897304/solver-1785194-1241897304 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-1785194-1241897304.cnf

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

MD5SUM BENCH= 3ea6a8df7aa4f426ea9b73a3dcbe6d01
RANDOM SEED=145613460

node66.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.263
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	: 5931.00
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.263
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:       1111576 kB
Buffers:         41020 kB
Cached:         827504 kB
SwapCached:       5004 kB
Active:         183120 kB
Inactive:       693392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1111576 kB
SwapTotal:     4192956 kB
SwapFree:      4181888 kB
Dirty:            1760 kB
Writeback:           0 kB
Mapped:          14180 kB
Slab:            53868 kB
Committed_AS:   822204 kB
PageTables:       1360 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= 66256 MiB
End job on node66 at 2009-05-09 21:30:01