Trace number 3500985

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 33.9048 33.9122

General information on the benchmark

Namegmus/nadel/
edn_25208_8.cnf_0.30000000.unsat.gcnf
MD5SUMb4e20e7f24f96e2983abe125079de4d9
Bench CategoryGMUS (GMUS)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.63845
Satisfiable
(Un)Satisfiability was proved
Number of variables491527
Number of clauses1427557
Sum of the clauses size3314021
Maximum clause length3
Minimum clause length1
Number of clauses of size 11649
Number of clauses of size 2965352
Number of clauses of size 3460556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50
Number of groups3398
Number of clauses in the kernel (group 0)1387137
Least number of clauses in a group (except group 0) 1
Greatest number of clauses in a group (except group 0) 14

Solver Data

0.00/0.00	c *** MUSer: a MUS extractor ***
0.00/0.00	c *** release date: 2011210 ***
0.00/0.00	c *** release ref: f95464aa99ac ***
0.00/0.00	c *** built: 2011-Feb-10 00:59 ***
0.00/0.00	c *** author: Joao Marques-Silva (jpms@ucd.ie) ***
0.00/0.00	c 
0.00/0.00	c *** instance: HOME/instance-3500985-1308041268.gcnf ***
0.00/0.00	c 
1.79/1.83	c Parsing CPU Time: 1.69974
1.79/1.83	c Running MUSer ...
6.48/6.59	c 0.00% completed ... 
33.78/33.84	c 100.00% completed ... 
33.78/33.84	c MUS size: 198
33.78/33.84	s UNSATISFIABLE
33.78/33.84	v 1121 1127 1133 1139 1145 1151 1157 1163 1169 1175 1181 1187 1193 1199 1205 1211 1217 1223 0
33.78/33.89	c Terminating MUSer ...
33.78/33.89	c CPU Time: 33.59

Verifier Data

OK	18

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3500985-1308041268/watcher-3500985-1308041268 -o /tmp/evaluation-result-3500985-1308041268/solver-3500985-1308041268 -C 1800 -W 1850 -M 7680 muser -comp -grp HOME/instance-3500985-1308041268.gcnf 

running on 2 cores: 4,6

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: 0.32 0.07 0.02 4/185 29473
/proc/meminfo: memFree=31727652/32951124 swapFree=67053176/67111528
[pid=29473] ppid=29471 vsize=1660 CPUtime=0 cores=4,6
/proc/29473/stat : 29473 (muser) R 29471 29473 29411 0 -1 4194304 51 0 0 0 0 0 0 0 24 0 1 0 915725160 1699840 5 33554432000 4194304 5696331 140733390101440 18446744073709551615 4838208 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29473/statm: 415 21 15 367 0 45 0

[startup+0.105611 s]
/proc/loadavg: 0.32 0.07 0.02 4/185 29473
/proc/meminfo: memFree=31727652/32951124 swapFree=67053176/67111528
[pid=29473] ppid=29471 vsize=25104 CPUtime=0.08 cores=4,6
/proc/29473/stat : 29473 (muser) R 29471 29473 29411 0 -1 4202496 6062 0 0 0 8 0 0 0 24 0 1 0 915725160 25706496 5575 33554432000 4194304 5696331 140733390101440 18446744073709551615 4208002 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/29473/statm: 6276 5598 114 367 0 5906 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25104

[startup+0.200592 s]
/proc/loadavg: 0.32 0.07 0.02 4/185 29473
/proc/meminfo: memFree=31727652/32951124 swapFree=67053176/67111528
[pid=29473] ppid=29471 vsize=39728 CPUtime=0.18 cores=4,6
/proc/29473/stat : 29473 (muser) R 29471 29473 29411 0 -1 4202496 10442 0 0 0 17 1 0 0 25 0 1 0 915725160 40681472 9376 33554432000 4194304 5696331 140733390101440 18446744073709551615 5068096 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/29473/statm: 9932 9378 114 367 0 9562 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 39728

[startup+0.300633 s]
/proc/loadavg: 0.32 0.07 0.02 4/185 29473
/proc/meminfo: memFree=31727652/32951124 swapFree=67053176/67111528
[pid=29473] ppid=29471 vsize=51860 CPUtime=0.28 cores=4,6
/proc/29473/stat : 29473 (muser) R 29471 29473 29411 0 -1 4202496 14624 0 0 0 26 2 0 0 25 0 1 0 915725160 53104640 12403 33554432000 4194304 5696331 140733390101440 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/29473/statm: 12965 12405 114 367 0 12595 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 51860

[startup+0.70054 s]
/proc/loadavg: 0.32 0.07 0.02 4/185 29473
/proc/meminfo: memFree=31727652/32951124 swapFree=67053176/67111528
[pid=29473] ppid=29471 vsize=117836 CPUtime=0.68 cores=4,6
/proc/29473/stat : 29473 (muser) R 29471 29473 29411 0 -1 4202496 33437 0 0 0 64 4 0 0 25 0 1 0 915725160 120664064 28909 33554432000 4194304 5696331 140733390101440 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/29473/statm: 29459 28911 114 367 0 29089 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 117836

[startup+1.50037 s]
/proc/loadavg: 0.61 0.13 0.04 4/186 29511
/proc/meminfo: memFree=31234936/32951124 swapFree=67053176/67111528
[pid=29473] ppid=29471 vsize=239492 CPUtime=1.48 cores=4,6
/proc/29473/stat : 29473 (muser) R 29471 29473 29411 0 -1 4202496 68450 0 0 0 139 9 0 0 25 0 1 0 915725160 245239808 59311 33554432000 4194304 5696331 140733390101440 18446744073709551615 5068096 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/29473/statm: 59873 59315 114 367 0 59503 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 239492

[startup+3.1011 s]
/proc/loadavg: 0.61 0.13 0.04 5/190 29521
/proc/meminfo: memFree=30467472/32951124 swapFree=67053176/67111528
[pid=29473] ppid=29471 vsize=451908 CPUtime=3.08 cores=4,6
/proc/29473/stat : 29473 (muser) R 29471 29473 29411 0 -1 4202496 133284 0 0 0 290 18 0 0 25 0 1 0 915725160 462753792 112340 33554432000 4194304 5696331 140733390101440 18446744073709551615 4226634 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/29473/statm: 112977 112340 142 367 0 112607 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 451908

[startup+6.30052 s]
/proc/loadavg: 1.05 0.23 0.07 5/190 29522
/proc/meminfo: memFree=29278832/32951124 swapFree=67053176/67111528
[pid=29473] ppid=29471 vsize=459060 CPUtime=6.28 cores=4,6
/proc/29473/stat : 29473 (muser) R 29471 29473 29411 0 -1 4202496 208466 0 0 0 601 27 0 0 25 0 1 0 915725160 470077440 112716 33554432000 4194304 5696331 140733390101440 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/29473/statm: 114765 112717 148 367 0 114395 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 459060

[startup+12.7004 s]
/proc/loadavg: 1.28 0.29 0.10 5/190 29522
/proc/meminfo: memFree=28332032/32951124 swapFree=67053176/67111528
[pid=29473] ppid=29471 vsize=508488 CPUtime=12.68 cores=4,6
/proc/29473/stat : 29473 (muser) R 29471 29473 29411 0 -1 4202496 219873 0 0 0 1240 28 0 0 25 0 1 0 915725160 520691712 124123 33554432000 4194304 5696331 140733390101440 18446744073709551615 4410551 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/29473/statm: 127122 124123 149 367 0 126752 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 508488

[startup+25.5011 s]
/proc/loadavg: 1.96 0.49 0.16 5/190 29559
/proc/meminfo: memFree=27357816/32951124 swapFree=67053176/67111528
[pid=29473] ppid=29471 vsize=508488 CPUtime=25.49 cores=4,6
/proc/29473/stat : 29473 (muser) R 29471 29473 29411 0 -1 4202496 220150 0 0 0 2521 28 0 0 25 0 1 0 915725160 520691712 124400 33554432000 4194304 5696331 140733390101440 18446744073709551615 4416830 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/29473/statm: 127122 124400 149 367 0 126752 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 508488

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

[startup+26.9008 s]
/proc/loadavg: 1.96 0.49 0.16 5/190 29559
/proc/meminfo: memFree=27255392/32951124 swapFree=67053176/67111528
[pid=29473] ppid=29471 vsize=510280 CPUtime=26.88 cores=4,6
/proc/29473/stat : 29473 (muser) R 29471 29473 29411 0 -1 4202496 221197 0 0 0 2660 28 0 0 25 0 1 0 915725160 522526720 125447 33554432000 4194304 5696331 140733390101440 18446744073709551615 4380810 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/29473/statm: 127570 125447 149 367 0 127200 0
Current children cumulated CPU time (s) 26.88
Current children cumulated vsize (KiB) 510280

[startup+30.1003 s]
/proc/loadavg: 1.96 0.49 0.16 5/190 29559
/proc/meminfo: memFree=27115548/32951124 swapFree=67053176/67111528
[pid=29473] ppid=29471 vsize=510280 CPUtime=30.08 cores=4,6
/proc/29473/stat : 29473 (muser) R 29471 29473 29411 0 -1 4202496 221197 0 0 0 2980 28 0 0 25 0 1 0 915725160 522526720 125447 33554432000 4194304 5696331 140733390101440 18446744073709551615 4410507 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/29473/statm: 127570 125447 149 367 0 127200 0
Current children cumulated CPU time (s) 30.08
Current children cumulated vsize (KiB) 510280

[startup+31.7009 s]
/proc/loadavg: 2.12 0.55 0.18 5/190 29559
/proc/meminfo: memFree=27115420/32951124 swapFree=67053176/67111528
[pid=29473] ppid=29471 vsize=510280 CPUtime=31.68 cores=4,6
/proc/29473/stat : 29473 (muser) R 29471 29473 29411 0 -1 4202496 221197 0 0 0 3140 28 0 0 25 0 1 0 915725160 522526720 125447 33554432000 4194304 5696331 140733390101440 18446744073709551615 4399955 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/29473/statm: 127570 125447 149 367 0 127200 0
Current children cumulated CPU time (s) 31.68
Current children cumulated vsize (KiB) 510280

[startup+33.3067 s]
/proc/loadavg: 2.12 0.55 0.18 5/190 29559
/proc/meminfo: memFree=27113808/32951124 swapFree=67053176/67111528
[pid=29473] ppid=29471 vsize=510280 CPUtime=33.28 cores=4,6
/proc/29473/stat : 29473 (muser) R 29471 29473 29411 0 -1 4202496 221197 0 0 0 3300 28 0 0 25 0 1 0 915725160 522526720 125447 33554432000 4194304 5696331 140733390101440 18446744073709551615 4381728 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/29473/statm: 127570 125447 149 367 0 127200 0
Current children cumulated CPU time (s) 33.28
Current children cumulated vsize (KiB) 510280

[startup+33.7006 s]
/proc/loadavg: 2.12 0.55 0.18 5/190 29559
/proc/meminfo: memFree=27113808/32951124 swapFree=67053176/67111528
[pid=29473] ppid=29471 vsize=510280 CPUtime=33.68 cores=4,6
/proc/29473/stat : 29473 (muser) R 29471 29473 29411 0 -1 4202496 221197 0 0 0 3340 28 0 0 25 0 1 0 915725160 522526720 125447 33554432000 4194304 5696331 140733390101440 18446744073709551615 4380796 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/29473/statm: 127570 125447 149 367 0 127200 0
Current children cumulated CPU time (s) 33.68
Current children cumulated vsize (KiB) 510280

[startup+33.9005 s]
/proc/loadavg: 2.12 0.55 0.18 5/190 29559
/proc/meminfo: memFree=27113808/32951124 swapFree=67053176/67111528
[pid=29473] ppid=29471 vsize=0 CPUtime=33.88 cores=4,6
/proc/29473/stat : 29473 (muser) R 29471 29473 29411 0 -1 4202500 221199 0 0 0 3359 29 0 0 25 0 1 0 915725160 0 0 33554432000 0 0 0 0 0 0 0 4096 24615 18446744073709551615 0 0 17 4 0 0 0
/proc/29473/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 33.88
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 33.9122
CPU time (s): 33.9048
CPU user time (s): 33.5939
CPU system time (s): 0.310952
CPU usage (%): 99.9785
Max. virtual memory (cumulated for all children) (KiB): 524824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.5939
system time used= 0.310952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221199
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= 4
involuntary context switches= 44

runsolver used 0.044993 second user time and 0.140978 second system time

The end

Launcher Data

Begin job on node137 at 2011-06-14 10:47:54
IDJOB=3500985
IDBENCH=89925
IDSOLVER=1998
FILE ID=node137/3500985-1308041268
RUNJOBID= node137-1308041268-29430
PBS_JOBID= 13564387
Free space on /tmp= 73916 MiB

SOLVER NAME= MUSer 2011-02-10
BENCH NAME= SAT11/gmus/nadel/edn_25208_8.cnf_0.30000000.unsat.gcnf
COMMAND LINE= muser -comp -grp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3500985-1308041268/watcher-3500985-1308041268 -o /tmp/evaluation-result-3500985-1308041268/solver-3500985-1308041268 -C 1800 -W 1850 -M 7680  muser -comp -grp HOME/instance-3500985-1308041268.gcnf

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

MD5SUM BENCH= b4e20e7f24f96e2983abe125079de4d9
RANDOM SEED=1753580826

node137.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.844
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.68
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.844
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	: 5332.75
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.844
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.74
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.844
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.74
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.844
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.82
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.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31723016 kB
Buffers:        227344 kB
Cached:         677020 kB
SwapCached:      11996 kB
Active:         437836 kB
Inactive:       578224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31723016 kB
SwapTotal:    67111528 kB
SwapFree:     67053176 kB
Dirty:          107720 kB
Writeback:           0 kB
AnonPages:      108772 kB
Mapped:          10092 kB
Slab:           145952 kB
PageTables:       5112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   326700 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= 73752 MiB
End job on node137 at 2011-06-14 10:48:28