Trace number 3480936

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
MUSer 2011-02-10UNSAT 15.4017 15.4068

General information on the benchmark

Namemus/marques-silva/abstraction-refinement-intel/
edn_20259_8.cnf_0.39000000.unsat.cnf
MD5SUM0c379b296c9ccb9640c00d5ad981da4b
Bench CategoryMUS (MUS)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.53461
Satisfiable
(Un)Satisfiability was proved
Number of variables686767
Number of clauses2006878
Sum of the clauses size4657811
Maximum clause length3
Minimum clause length1
Number of clauses of size 11762
Number of clauses of size 21359299
Number of clauses of size 3645817
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.02	c *** MUSer: a MUS extractor ***
0.00/0.02	c *** release date: 2011210 ***
0.00/0.02	c *** release ref: f95464aa99ac ***
0.00/0.02	c *** built: 2011-Feb-10 00:59 ***
0.00/0.02	c *** author: Joao Marques-Silva (jpms@ucd.ie) ***
0.00/0.02	c 
0.00/0.02	c *** instance: HOME/instance-3480936-1307606576.cnf ***
0.00/0.02	c 
2.99/3.08	c Parsing CPU Time: 2.92656
2.99/3.08	c Running MUSer ...
6.50/6.57	c 0.00% completed ... 
7.19/7.20	c 8.42% completed ... 
7.49/7.50	c 20.00% completed ... 
8.09/8.11	c 38.95% completed ... 
9.39/9.42	c 57.89% completed ... 
9.99/10.01	c 66.32% completed ... 
11.69/11.78	c 71.58% completed ... 
12.59/12.67	c 86.32% completed ... 
15.31/15.38	c 100.00% completed ... 
15.31/15.38	c MUS size: 95
15.31/15.38	s UNSATISFIABLE
15.31/15.38	v 1392876 1942926 1942923 1392872 1942922 1392869 1942916 1392865 1942914 1392864 1448832 1942911 1942910 1392860 1942909 1392856 1942903 1942900 1942899 1264889 1140017 1264886 436144 1265078 436142 1264882 1264880 436137 1140005 1264874 1140002 1264871 1956197 1139998 1956195 1264867 1956193 1504949 1965639 1956182 1504946 1956180 1504944 1956178 1504940 1505132 1504936 1965626 1504934 1504931 1504929 1504925 1699855 1699854 1504921 1965225 1431959 1965217 1965215 1431955 1965213 1431952 1965211 1965209 1680332 1680329 1680326 1179105 1179102 1680322 1680321 1179097 1680317 2006872 2006871 1814255 2006869 1680313 2006867 1680311 1797653 2006865 926450 674391 2006863 926448 2006861 674388 1797648 926443 674383 1680297 1403725 1403724 1680292 0
15.31/15.38	c Terminating MUSer ...
15.31/15.38	c CPU Time: 15.10

Verifier Data

OK	95

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3480936-1307606576/watcher-3480936-1307606576 -o /tmp/evaluation-result-3480936-1307606576/solver-3480936-1307606576 -C 1800 -W 1850 -M 7680 ./muser -comp HOME/instance-3480936-1307606576.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.15 3.34 2.42 5/818 31887
/proc/meminfo: memFree=7119188/32951124 swapFree=62998992/67111528
[pid=31887] ppid=31885 vsize=6920 CPUtime=0.01 cores=0,2
/proc/31887/stat : 31887 (muser) R 31885 31887 30472 0 -1 4202496 1214 0 0 0 1 0 0 0 23 0 1 0 853073410 7086080 1168 33554432000 4194304 5696331 140733479366416 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/31887/statm: 1730 1170 114 367 0 1360 0

[startup+0.0415151 s]
/proc/loadavg: 4.15 3.34 2.42 5/818 31887
/proc/meminfo: memFree=7119188/32951124 swapFree=62998992/67111528
[pid=31887] ppid=31885 vsize=10400 CPUtime=0.03 cores=0,2
/proc/31887/stat : 31887 (muser) R 31885 31887 30472 0 -1 4202496 2233 0 0 0 3 0 0 0 23 0 1 0 853073410 10649600 2040 33554432000 4194304 5696331 140733479366416 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/31887/statm: 2600 2042 114 367 0 2230 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10400

[startup+0.100492 s]
/proc/loadavg: 4.15 3.34 2.42 5/818 31887
/proc/meminfo: memFree=7119188/32951124 swapFree=62998992/67111528
[pid=31887] ppid=31885 vsize=20264 CPUtime=0.08 cores=0,2
/proc/31887/stat : 31887 (muser) R 31885 31887 30472 0 -1 4202496 4980 0 0 0 8 0 0 0 23 0 1 0 853073410 20750336 4496 33554432000 4194304 5696331 140733479366416 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/31887/statm: 5066 4498 114 367 0 4696 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20264

[startup+0.300467 s]
/proc/loadavg: 4.15 3.34 2.42 5/818 31887
/proc/meminfo: memFree=7119188/32951124 swapFree=62998992/67111528
[pid=31887] ppid=31885 vsize=50496 CPUtime=0.28 cores=0,2
/proc/31887/stat : 31887 (muser) R 31885 31887 30472 0 -1 4202496 13879 0 0 0 27 1 0 0 25 0 1 0 853073410 51707904 12046 33554432000 4194304 5696331 140733479366416 18446744073709551615 4210999 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/31887/statm: 12624 12046 114 367 0 12254 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 50496

[startup+0.700414 s]
/proc/loadavg: 4.15 3.34 2.42 5/818 31887
/proc/meminfo: memFree=7119188/32951124 swapFree=62998992/67111528
[pid=31887] ppid=31885 vsize=107672 CPUtime=0.68 cores=0,2
/proc/31887/stat : 31887 (muser) R 31885 31887 30472 0 -1 4202496 30889 0 0 0 65 3 0 0 25 0 1 0 853073410 110256128 26364 33554432000 4194304 5696331 140733479366416 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/31887/statm: 26918 26366 114 367 0 26548 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 107672

[startup+1.50025 s]
/proc/loadavg: 4.15 3.34 2.42 5/819 31888
/proc/meminfo: memFree=6954012/32951124 swapFree=62998992/67111528
[pid=31887] ppid=31885 vsize=218768 CPUtime=1.49 cores=0,2
/proc/31887/stat : 31887 (muser) R 31885 31887 30472 0 -1 4202496 63277 0 0 0 141 8 0 0 25 0 1 0 853073410 224018432 54141 33554432000 4194304 5696331 140733479366416 18446744073709551615 5068096 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/31887/statm: 54692 54143 114 367 0 54322 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 218768

[startup+3.10095 s]
/proc/loadavg: 4.15 3.34 2.42 5/819 31888
/proc/meminfo: memFree=6775700/32951124 swapFree=62998992/67111528
[pid=31887] ppid=31885 vsize=475816 CPUtime=3.09 cores=0,2
/proc/31887/stat : 31887 (muser) R 31885 31887 30472 0 -1 4202496 136876 0 0 0 293 16 0 0 25 0 1 0 853073410 487235584 118520 33554432000 4194304 5696331 140733479366416 18446744073709551615 5010039 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/31887/statm: 118954 118544 137 367 0 118584 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 475816

[startup+6.30032 s]
/proc/loadavg: 4.13 3.35 2.43 5/816 31909
/proc/meminfo: memFree=6649368/32951124 swapFree=62998992/67111528
[pid=31887] ppid=31885 vsize=452136 CPUtime=6.29 cores=0,2
/proc/31887/stat : 31887 (muser) R 31885 31887 30472 0 -1 4202496 189516 0 0 0 607 22 0 0 25 0 1 0 853073410 462987264 112757 33554432000 4194304 5696331 140733479366416 18446744073709551615 4962870 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/31887/statm: 113034 112757 143 367 0 112664 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 452136

[startup+12.7011 s]
/proc/loadavg: 4.12 3.37 2.44 5/819 31915
/proc/meminfo: memFree=5736032/32951124 swapFree=62998992/67111528
[pid=31887] ppid=31885 vsize=557476 CPUtime=12.69 cores=0,2
/proc/31887/stat : 31887 (muser) R 31885 31887 30472 0 -1 4202496 234399 0 0 0 1242 27 0 0 25 0 1 0 853073410 570855424 138841 33554432000 4194304 5696331 140733479366416 18446744073709551615 4416821 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/31887/statm: 139369 138841 149 367 0 138999 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 557476

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

[startup+14.3218 s]
/proc/loadavg: 4.11 3.38 2.45 5/819 31915
/proc/meminfo: memFree=5772116/32951124 swapFree=62998992/67111528
[pid=31887] ppid=31885 vsize=557476 CPUtime=14.31 cores=0,2
/proc/31887/stat : 31887 (muser) R 31885 31887 30472 0 -1 4202496 234399 0 0 0 1404 27 0 0 25 0 1 0 853073410 570855424 138841 33554432000 4194304 5696331 140733479366416 18446744073709551615 4416495 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/31887/statm: 139369 138841 149 367 0 138999 0
Current children cumulated CPU time (s) 14.31
Current children cumulated vsize (KiB) 557476

[startup+15.1007 s]
/proc/loadavg: 4.11 3.38 2.45 5/819 31915
/proc/meminfo: memFree=5772116/32951124 swapFree=62998992/67111528
[pid=31887] ppid=31885 vsize=557476 CPUtime=15.09 cores=0,2
/proc/31887/stat : 31887 (muser) R 31885 31887 30472 0 -1 4202496 234399 0 0 0 1482 27 0 0 25 0 1 0 853073410 570855424 138841 33554432000 4194304 5696331 140733479366416 18446744073709551615 4417453 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/31887/statm: 139369 138841 149 367 0 138999 0
Current children cumulated CPU time (s) 15.09
Current children cumulated vsize (KiB) 557476

[startup+15.3007 s]
/proc/loadavg: 4.11 3.38 2.45 5/819 31915
/proc/meminfo: memFree=6063168/32951124 swapFree=62998992/67111528
[pid=31887] ppid=31885 vsize=557476 CPUtime=15.31 cores=0,2
/proc/31887/stat : 31887 (muser) R 31885 31887 30472 0 -1 4202496 234399 0 0 0 1504 27 0 0 25 0 1 0 853073410 570855424 138841 33554432000 4194304 5696331 140733479366416 18446744073709551615 4381173 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/31887/statm: 139369 138841 149 367 0 138999 0
Current children cumulated CPU time (s) 15.31
Current children cumulated vsize (KiB) 557476

Child status: 20
Real time (s): 15.4068
CPU time (s): 15.4017
CPU user time (s): 15.1047
CPU system time (s): 0.296954
CPU usage (%): 99.9667
Max. virtual memory (cumulated for all children) (KiB): 687272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.1047
system time used= 0.296954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 234400
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= 3
involuntary context switches= 60

runsolver used 0.088986 second user time and 0.229965 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-09 10:02:58
IDJOB=3480936
IDBENCH=89254
IDSOLVER=1969
FILE ID=node141/3480936-1307606576
RUNJOBID= node141-1307606252-31341
PBS_JOBID= 13547748
Free space on /tmp= 73452 MiB

SOLVER NAME= MUSer 2011-02-10
BENCH NAME= SAT11/mus/marques-silva/abstraction-refinement-intel/edn_20259_8.cnf_0.39000000.unsat.cnf
COMMAND LINE= ./muser -comp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3480936-1307606576/watcher-3480936-1307606576 -o /tmp/evaluation-result-3480936-1307606576/solver-3480936-1307606576 -C 1800 -W 1850 -M 7680  ./muser -comp HOME/instance-3480936-1307606576.cnf

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 0c379b296c9ccb9640c00d5ad981da4b
RANDOM SEED=742850628

node141.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5362.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7119460 kB
Buffers:        170944 kB
Cached:         870120 kB
SwapCached:       8884 kB
Active:       25332840 kB
Inactive:       196444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7119460 kB
SwapTotal:    67111528 kB
SwapFree:     62998992 kB
Dirty:           38496 kB
Writeback:           0 kB
AnonPages:    24486440 kB
Mapped:         128932 kB
Slab:           125552 kB
PageTables:     103936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 171019880 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73396 MiB
End job on node141 at 2011-06-09 10:03:13