Trace number 461494

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, and are wall clock time (not CPU 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
aigsat-wc 2007-05-15SAT 202.935 203.1

General information on the benchmark

Nameadditional-aig/minisat+/
lseu.sat_opt.aig
MD5SUMe3704fc365af044332966a55c9b8dd3c
Bench CategoryALL (all instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark57.6342
SatisfiableYES
(Un)Satisfiability was proved

Solver Data (download as text)

1.39/1.42	c file: /tmp/evaluation/461494-1179253749/instance-461494-1179253749.aig
1.39/1.42	c Reading aig format..
1.39/1.42	c MAXVAR  17607
1.39/1.42	c INPUTS  89
1.39/1.42	c LATCHES 0
1.39/1.42	c OUTPUTS 1
1.39/1.42	c AND     17518
1.39/1.42	c Before initialization time 1.37979
1.39/1.42	c Memory used (in MB): 35.2383
37.87/37.96	c Using component size threshold as 18
37.87/37.96	c DBred=0 restart=29 est=7.85901 GV=17933 GL=65827[ 46468,19359] HP=1471 Prune=59944 decisions=25306 random 203[0.802181]  HP Impl=77979 DB Impl=42138359[41468936]  Lits/Cls 50 
37.87/37.96	c Memory used (in MB): 55.1641
64.95/65.03	c DBred=1 restart=32 est=12.9286 GV=32016 GL=67749[ 46468,21281] HP=2003 Prune=102687 decisions=43604 random 347[0.795799]  HP Impl=119881 DB Impl=67459249[66009696]  Lits/Cls 50 
64.95/65.03	c Memory used (in MB): 55.668
98.73/98.83	c DBred=2 restart=35 est=15.3856 GV=48456 GL=69906[ 46468,23438] HP=2420 Prune=150534 decisions=64075 random 462[0.72103]  HP Impl=162079 DB Impl=96021974[93480168]  Lits/Cls 50 
98.73/98.83	c Memory used (in MB): 56.5156
133.91/134.07	c DBred=3 restart=36 est=17.5824 GV=65673 GL=71519[ 46468,25051] HP=2770 Prune=200011 decisions=85238 random 586[0.687487]  HP Impl=206442 DB Impl=125033073[121277547]  Lits/Cls 50 
133.91/134.07	c Memory used (in MB): 57.9258
176.65/176.87	c DBred=4 restart=38 est=27.5714 GV=87465 GL=76563[ 46468,30095] HP=3250 Prune=261898 decisions=111255 random 756[0.67952]  HP Impl=258968 DB Impl=158278400[152927341]  Lits/Cls 47 
176.65/176.87	c Memory used (in MB): 60.918
202.82/203.08	
202.82/203.08	s SATISFIABLE
202.82/203.08	c Total time (in seconds): 202.786
202.82/203.08	c Memory used (in MB): 60.957
202.82/203.08	c Conflict literals deleted: [57.5135%] Max learned #lits [14027102] Reduced #lits [5959629]

Verifier Data (download as text)

No verification made

Watcher Data (download as text)

runsolver version 3.2.4 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node66/watcher-461494-1179253749 -o ROOT/results/node66/solver-461494-1179253749 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/461494-1179253749/aigsat-wc /tmp/evaluation/461494-1179253749/instance-461494-1179253749.aig 

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 Stack size limit: 1048576 KiB
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: 1048576 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.84 3/64 11822
/proc/meminfo: memFree=1795880/2055920 swapFree=4183164/4192956
[pid=11822] ppid=11820 vsize=1668 CPUtime=0
/proc/11822/stat : 11822 (aigsat-wc) R 11820 11822 11680 0 -1 0 249 249 0 0 0 0 0 0 19 0 1 0 401364498 1708032 228 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135276893 0 0 4096 35 0 0 0 17 0 0 0
/proc/11822/statm: 417 228 125 293 0 118 0

[startup+0.08565 s]
/proc/loadavg: 0.99 0.97 0.84 3/64 11822
/proc/meminfo: memFree=1795880/2055920 swapFree=4183164/4192956
[pid=11822] ppid=11820 vsize=5068 CPUtime=0.07
/proc/11822/stat : 11822 (aigsat-wc) R 11820 11822 11680 0 -1 0 1178 249 0 0 7 0 0 0 19 0 1 0 401364498 5189632 1069 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134589911 0 0 4096 35 0 0 0 17 0 0 0
/proc/11822/statm: 1267 1069 136 293 0 968 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5068

[startup+0.101652 s]
/proc/loadavg: 0.99 0.97 0.84 3/64 11822
/proc/meminfo: memFree=1795880/2055920 swapFree=4183164/4192956
[pid=11822] ppid=11820 vsize=6004 CPUtime=0.09
/proc/11822/stat : 11822 (aigsat-wc) R 11820 11822 11680 0 -1 0 1399 249 0 0 9 0 0 0 19 0 1 0 401364498 6148096 1290 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134590809 0 0 4096 35 0 0 0 17 0 0 0
/proc/11822/statm: 1501 1290 136 293 0 1202 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6004

[startup+0.301691 s]
/proc/loadavg: 0.99 0.97 0.84 3/64 11822
/proc/meminfo: memFree=1795880/2055920 swapFree=4183164/4192956
[pid=11822] ppid=11820 vsize=12664 CPUtime=0.29
/proc/11822/stat : 11822 (aigsat-wc) R 11820 11822 11680 0 -1 0 3014 249 0 0 28 1 0 0 20 0 1 0 401364498 12967936 2856 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134576902 0 0 4096 35 0 0 0 17 0 0 0
/proc/11822/statm: 3166 2856 137 293 0 2867 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12664

[startup+0.701771 s]
/proc/loadavg: 0.99 0.97 0.84 3/64 11822
/proc/meminfo: memFree=1795880/2055920 swapFree=4183164/4192956
[pid=11822] ppid=11820 vsize=25292 CPUtime=0.69
/proc/11822/stat : 11822 (aigsat-wc) R 11820 11822 11680 0 -1 0 6127 249 0 0 67 2 0 0 24 0 1 0 401364498 25899008 5473 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134637689 0 0 4096 35 0 0 0 17 0 0 0
/proc/11822/statm: 6323 5474 141 293 0 6024 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25292

[startup+1.50193 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 11824
/proc/meminfo: memFree=1767520/2055920 swapFree=4183164/4192956
[pid=11822] ppid=11820 vsize=37388 CPUtime=1.49
/proc/11822/stat : 11822 (aigsat-wc) R 11820 11822 11680 0 -1 0 13012 249 0 0 145 4 0 0 25 0 1 0 401364498 38285312 8757 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744715 0 0 4096 35 0 0 0 17 0 0 0
/proc/11822/statm: 9347 8757 158 293 0 9048 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37388

[startup+3.10125 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 11824
/proc/meminfo: memFree=1761120/2055920 swapFree=4183164/4192956
[pid=11822] ppid=11820 vsize=37704 CPUtime=3.09
/proc/11822/stat : 11822 (aigsat-wc) R 11820 11822 11680 0 -1 0 13117 249 0 0 305 4 0 0 25 0 1 0 401364498 38608896 8862 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134752653 0 0 4096 35 0 0 0 17 0 0 0
/proc/11822/statm: 9426 8862 160 293 0 9127 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37704

[startup+6.30188 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 11824
/proc/meminfo: memFree=1759904/2055920 swapFree=4183164/4192956
[pid=11822] ppid=11820 vsize=38652 CPUtime=6.28
/proc/11822/stat : 11822 (aigsat-wc) R 11820 11822 11680 0 -1 0 13392 249 0 0 624 4 0 0 25 0 1 0 401364498 39579648 9137 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744971 0 0 4096 35 0 0 0 17 0 0 0
/proc/11822/statm: 9663 9137 160 293 0 9364 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 38652

[startup+12.7012 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 11824
/proc/meminfo: memFree=1757352/2055920 swapFree=4183164/4192956
[pid=11822] ppid=11820 vsize=40848 CPUtime=12.69
/proc/11822/stat : 11822 (aigsat-wc) R 11820 11822 11680 0 -1 0 14001 249 0 0 1263 6 0 0 25 0 1 0 401364498 41828352 9746 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134725854 0 0 4096 35 0 0 0 17 0 0 0
/proc/11822/statm: 10212 9746 160 293 0 9913 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40848

[startup+25.5017 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 11824
/proc/meminfo: memFree=1752552/2055920 swapFree=4183164/4192956
[pid=11822] ppid=11820 vsize=45216 CPUtime=25.48
/proc/11822/stat : 11822 (aigsat-wc) R 11820 11822 11680 0 -1 0 15193 249 0 0 2541 7 0 0 25 0 1 0 401364498 46301184 10938 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744666 0 0 4096 35 0 0 0 17 0 0 0
/proc/11822/statm: 11304 10938 160 293 0 11005 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 45216

[startup+51.1018 s]
/proc/loadavg: 0.99 0.97 0.85 2/65 11824
/proc/meminfo: memFree=1743528/2055920 swapFree=4183164/4192956
[pid=11822] ppid=11820 vsize=57000 CPUtime=51.06
/proc/11822/stat : 11822 (aigsat-wc) R 11820 11822 11680 0 -1 0 17915 249 0 0 5096 10 0 0 25 0 1 0 401364498 58368000 13144 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744170 0 0 4096 35 0 0 0 17 0 0 0
/proc/11822/statm: 14250 13144 160 293 0 13951 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 57000

[startup+102.307 s]
/proc/loadavg: 0.99 0.97 0.85 2/65 11824
/proc/meminfo: memFree=1742504/2055920 swapFree=4183164/4192956
[pid=11822] ppid=11820 vsize=57884 CPUtime=102.23
/proc/11822/stat : 11822 (aigsat-wc) R 11820 11822 11680 0 -1 0 18433 249 0 0 10212 11 0 0 25 0 1 0 401364498 59273216 13400 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134752653 0 0 4096 35 0 0 0 17 0 0 0
/proc/11822/statm: 14471 13400 160 293 0 14172 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 57884

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.86 2/65 11824
/proc/meminfo: memFree=1740904/2055920 swapFree=4183164/4192956
[pid=11822] ppid=11820 vsize=59324 CPUtime=162.18
/proc/11822/stat : 11822 (aigsat-wc) R 11820 11822 11680 0 -1 0 18945 249 0 0 16206 12 0 0 25 0 1 0 401364498 60747776 13775 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134725854 0 0 4096 35 0 0 0 17 0 0 0
/proc/11822/statm: 14831 13775 160 293 0 14532 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 59324

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

[startup+179.101 s]
/proc/loadavg: 0.99 0.97 0.86 2/65 11824
/proc/meminfo: memFree=1737704/2055920 swapFree=4183164/4192956
[pid=11822] ppid=11820 vsize=62416 CPUtime=178.94
/proc/11822/stat : 11822 (aigsat-wc) R 11820 11822 11680 0 -1 0 19894 249 0 0 17881 13 0 0 25 0 1 0 401364498 63913984 14584 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 0 0 0
/proc/11822/statm: 15604 14584 160 293 0 15305 0
Current children cumulated CPU time (s) 178.94
Current children cumulated vsize (KiB) 62416

[startup+191.902 s]
/proc/loadavg: 0.99 0.97 0.86 2/65 11824
/proc/meminfo: memFree=1737704/2055920 swapFree=4183164/4192956
[pid=11822] ppid=11820 vsize=62416 CPUtime=191.73
/proc/11822/stat : 11822 (aigsat-wc) R 11820 11822 11680 0 -1 0 19895 249 0 0 19160 13 0 0 25 0 1 0 401364498 63913984 14585 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744649 0 0 4096 35 0 0 0 17 0 0 0
/proc/11822/statm: 15604 14585 160 293 0 15305 0
Current children cumulated CPU time (s) 191.73
Current children cumulated vsize (KiB) 62416

[startup+198.302 s]
/proc/loadavg: 0.99 0.97 0.86 2/65 11824
/proc/meminfo: memFree=1737704/2055920 swapFree=4183164/4192956
[pid=11822] ppid=11820 vsize=62416 CPUtime=198.13
/proc/11822/stat : 11822 (aigsat-wc) R 11820 11822 11680 0 -1 0 19896 249 0 0 19800 13 0 0 25 0 1 0 401364498 63913984 14586 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 0 0 0
/proc/11822/statm: 15604 14586 160 293 0 15305 0
Current children cumulated CPU time (s) 198.13
Current children cumulated vsize (KiB) 62416

[startup+201.502 s]
/proc/loadavg: 0.99 0.97 0.86 2/65 11824
/proc/meminfo: memFree=1737704/2055920 swapFree=4183164/4192956
[pid=11822] ppid=11820 vsize=62416 CPUtime=201.32
/proc/11822/stat : 11822 (aigsat-wc) R 11820 11822 11680 0 -1 0 19896 249 0 0 20119 13 0 0 25 0 1 0 401364498 63913984 14586 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744170 0 0 4096 35 0 0 0 17 0 0 0
/proc/11822/statm: 15604 14586 160 293 0 15305 0
Current children cumulated CPU time (s) 201.32
Current children cumulated vsize (KiB) 62416

[startup+202.302 s]
/proc/loadavg: 0.99 0.97 0.86 2/65 11824
/proc/meminfo: memFree=1737704/2055920 swapFree=4183164/4192956
[pid=11822] ppid=11820 vsize=62416 CPUtime=202.13
/proc/11822/stat : 11822 (aigsat-wc) R 11820 11822 11680 0 -1 0 19896 249 0 0 20200 13 0 0 25 0 1 0 401364498 63913984 14586 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744104 0 0 4096 35 0 0 0 17 0 0 0
/proc/11822/statm: 15604 14586 160 293 0 15305 0
Current children cumulated CPU time (s) 202.13
Current children cumulated vsize (KiB) 62416

[startup+202.702 s]
/proc/loadavg: 0.99 0.97 0.86 2/65 11824
/proc/meminfo: memFree=1737704/2055920 swapFree=4183164/4192956
[pid=11822] ppid=11820 vsize=62416 CPUtime=202.52
/proc/11822/stat : 11822 (aigsat-wc) R 11820 11822 11680 0 -1 0 19897 249 0 0 20239 13 0 0 25 0 1 0 401364498 63913984 14587 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744983 0 0 4096 35 0 0 0 17 0 0 0
/proc/11822/statm: 15604 14587 160 293 0 15305 0
Current children cumulated CPU time (s) 202.52
Current children cumulated vsize (KiB) 62416

[startup+202.902 s]
/proc/loadavg: 0.99 0.97 0.86 2/65 11824
/proc/meminfo: memFree=1737704/2055920 swapFree=4183164/4192956
[pid=11822] ppid=11820 vsize=62416 CPUtime=202.72
/proc/11822/stat : 11822 (aigsat-wc) R 11820 11822 11680 0 -1 0 19897 249 0 0 20259 13 0 0 25 0 1 0 401364498 63913984 14587 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134743579 0 0 4096 35 0 0 0 17 0 0 0
/proc/11822/statm: 15604 14587 160 293 0 15305 0
Current children cumulated CPU time (s) 202.72
Current children cumulated vsize (KiB) 62416

[startup+203.002 s]
/proc/loadavg: 0.99 0.97 0.86 2/65 11824
/proc/meminfo: memFree=1737704/2055920 swapFree=4183164/4192956
[pid=11822] ppid=11820 vsize=62416 CPUtime=202.82
/proc/11822/stat : 11822 (aigsat-wc) R 11820 11822 11680 0 -1 0 19897 249 0 0 20269 13 0 0 25 0 1 0 401364498 63913984 14587 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134752667 0 0 4096 35 0 0 0 17 0 0 0
/proc/11822/statm: 15604 14587 160 293 0 15305 0
Current children cumulated CPU time (s) 202.82
Current children cumulated vsize (KiB) 62416

Child status: 10
Real time (s): 203.1
CPU time (s): 202.935
CPU user time (s): 202.786
CPU system time (s): 0.148977
CPU usage (%): 99.9188
Max. virtual memory (cumulated for all children) (KiB): 62416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 202.786
system time used= 0.148977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20149
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= 12
involuntary context switches= 864

runsolver used 0.19397 second user time and 0.547916 second system time

The end

Launcher Data (download as text)

Begin job on node66 on Tue May 15 18:29:09 UTC 2007

IDJOB= 461494
IDBENCH= 48718
IDSOLVER= 202
FILE ID= node66/461494-1179253749

PBS_JOBID= 5277220

Free space on /tmp= 66544 MiB

SOLVER NAME= aigsat-wc 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/additional-aig/minisat+/lseu.sat_opt.aig
COMMAND LINE= /tmp/evaluation/461494-1179253749/aigsat-wc /tmp/evaluation/461494-1179253749/instance-461494-1179253749.aig            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node66/watcher-461494-1179253749 -o ROOT/results/node66/solver-461494-1179253749 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/461494-1179253749/aigsat-wc /tmp/evaluation/461494-1179253749/instance-461494-1179253749.aig            

META MD5SUM SOLVER= a44537a071ffb1a142b3275181a5083c
MD5SUM BENCH=  e3704fc365af044332966a55c9b8dd3c

RANDOM SEED= 14051273

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node66.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.281
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.281
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:       1796160 kB
Buffers:         32712 kB
Cached:         114568 kB
SwapCached:       3816 kB
Active:          25532 kB
Inactive:       131516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1796160 kB
SwapTotal:     4192956 kB
SwapFree:      4183164 kB
Dirty:            1552 kB
Writeback:           0 kB
Mapped:          15728 kB
Slab:            88752 kB
Committed_AS:  5703536 kB
PageTables:       1404 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= 66544 MiB

End job on node66 on Tue May 15 18:32:33 UTC 2007