Trace number 3481038

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 98.2871 98.2919

General information on the benchmark

Namemus/marques-silva/design-debugging/
mem_ctrl-problem.dimacs_27.filtered.cnf
MD5SUM4b993fca24742a81386ba9f15497440e
Bench CategoryMUS (MUS)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark13.24
Satisfiable
(Un)Satisfiability was proved
Number of variables4426259
Number of clauses15983633
Sum of the clauses size41595569
Maximum clause length4
Minimum clause length1
Number of clauses of size 111614
Number of clauses of size 26341594
Number of clauses of size 39620933
Number of clauses of size 49492
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-3481038-1307606782.cnf ***
0.00/0.02	c 
26.41/26.45	c Parsing CPU Time: 25.0632
26.41/26.45	c Running MUSer ...
55.18/55.22	c 0.00% completed ... 
59.89/59.98	c 13.64% completed ... 
64.49/64.50	c 20.45% completed ... 
68.99/69.01	c 36.36% completed ... 
73.49/73.56	c 54.55% completed ... 
84.79/84.84	c 79.55% completed ... 
93.59/93.67	c 95.45% completed ... 
98.09/98.12	c 100.00% completed ... 
98.09/98.12	c MUS size: 44
98.09/98.12	s UNSATISFIABLE
98.09/98.12	v 15237931 516277 15231741 525531 15710198 15437497 511229 15165758 511228 511227 511225 511224 511223 511222 15237883 15166131 15298765 15165741 15237862 511194 15237853 511370 15573485 15573482 15232035 15300785 15232031 520999 525434 15165873 15166257 15232211 15168955 15232391 511516 15232388 515953 15574211 15231793 516128 530209 15436772 15436769 15166003 0
98.09/98.15	c Terminating MUSer ...
98.09/98.15	c CPU Time: 95.21

Verifier Data

OK	44

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-3481038-1307606782/watcher-3481038-1307606782 -o /tmp/evaluation-result-3481038-1307606782/solver-3481038-1307606782 -C 1800 -W 1850 -M 7680 ./muser -comp HOME/instance-3481038-1307606782.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: 2.02 1.29 1.27 4/641 7685
/proc/meminfo: memFree=16805228/32951124 swapFree=58940260/67111528
[pid=7685] ppid=7683 vsize=4352 CPUtime=0 cores=0,2
/proc/7685/stat : 7685 (muser) R 7683 7685 7056 0 -1 4202496 555 0 0 0 0 0 0 0 19 0 1 0 872277207 4456448 509 33554432000 4194304 5696331 140736662544400 18446744073709551615 4210406 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/7685/statm: 1088 509 114 367 0 718 0

[startup+0.0824739 s]
/proc/loadavg: 2.02 1.29 1.27 4/641 7685
/proc/meminfo: memFree=16805228/32951124 swapFree=58940260/67111528
[pid=7685] ppid=7683 vsize=17096 CPUtime=0.07 cores=0,2
/proc/7685/stat : 7685 (muser) R 7683 7685 7056 0 -1 4202496 4194 0 0 0 7 0 0 0 19 0 1 0 872277207 17506304 3710 33554432000 4194304 5696331 140736662544400 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/7685/statm: 4274 3712 114 367 0 3904 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 17096

[startup+0.100461 s]
/proc/loadavg: 2.02 1.29 1.27 4/641 7685
/proc/meminfo: memFree=16805228/32951124 swapFree=58940260/67111528
[pid=7685] ppid=7683 vsize=21188 CPUtime=0.09 cores=0,2
/proc/7685/stat : 7685 (muser) R 7683 7685 7056 0 -1 4202496 5218 0 0 0 9 0 0 0 19 0 1 0 872277207 21696512 4734 33554432000 4194304 5696331 140736662544400 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/7685/statm: 5297 4736 114 367 0 4927 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21188

[startup+0.300424 s]
/proc/loadavg: 2.02 1.29 1.27 4/641 7685
/proc/meminfo: memFree=16805228/32951124 swapFree=58940260/67111528
[pid=7685] ppid=7683 vsize=49484 CPUtime=0.28 cores=0,2
/proc/7685/stat : 7685 (muser) R 7683 7685 7056 0 -1 4202496 14019 0 0 0 27 1 0 0 20 0 1 0 872277207 50671616 11801 33554432000 4194304 5696331 140736662544400 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/7685/statm: 12371 11803 114 367 0 12001 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 49484

[startup+0.700361 s]
/proc/loadavg: 2.02 1.29 1.27 4/641 7685
/proc/meminfo: memFree=16805228/32951124 swapFree=58940260/67111528
[pid=7685] ppid=7683 vsize=118232 CPUtime=0.69 cores=0,2
/proc/7685/stat : 7685 (muser) R 7683 7685 7056 0 -1 4202496 33519 0 0 0 65 4 0 0 20 0 1 0 872277207 121069568 28994 33554432000 4194304 5696331 140736662544400 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/7685/statm: 29558 28997 114 367 0 29188 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 118232

[startup+1.50023 s]
/proc/loadavg: 2.18 1.34 1.29 5/644 7688
/proc/meminfo: memFree=16637408/32951124 swapFree=58940260/67111528
[pid=7685] ppid=7683 vsize=234740 CPUtime=1.49 cores=0,2
/proc/7685/stat : 7685 (muser) R 7683 7685 7056 0 -1 4202496 67265 0 0 0 141 8 0 0 23 0 1 0 872277207 240373760 58130 33554432000 4194304 5696331 140736662544400 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/7685/statm: 58685 58132 114 367 0 58315 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 234740

[startup+3.10091 s]
/proc/loadavg: 2.18 1.34 1.29 5/647 7694
/proc/meminfo: memFree=16492880/32951124 swapFree=58940260/67111528
[pid=7685] ppid=7683 vsize=455612 CPUtime=3.09 cores=0,2
/proc/7685/stat : 7685 (muser) R 7683 7685 7056 0 -1 4202496 131688 0 0 0 290 19 0 0 25 0 1 0 872277207 466546688 113333 33554432000 4194304 5696331 140736662544400 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/7685/statm: 113903 113336 114 367 0 113533 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 455612

[startup+6.30037 s]
/proc/loadavg: 2.18 1.34 1.29 5/647 7694
/proc/meminfo: memFree=15564024/32951124 swapFree=58940260/67111528
[pid=7685] ppid=7683 vsize=886400 CPUtime=6.29 cores=0,2
/proc/7685/stat : 7685 (muser) R 7683 7685 7056 0 -1 4202496 257814 0 0 0 594 35 0 0 25 0 1 0 872277207 907673600 221024 33554432000 4194304 5696331 140736662544400 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/7685/statm: 221600 221027 114 367 0 221230 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 886400

[startup+12.7012 s]
/proc/loadavg: 2.46 1.42 1.31 5/647 7722
/proc/meminfo: memFree=15051692/32951124 swapFree=58940260/67111528
[pid=7685] ppid=7683 vsize=1732268 CPUtime=12.69 cores=0,2
/proc/7685/stat : 7685 (muser) R 7683 7685 7056 0 -1 4202496 506155 0 0 0 1200 69 0 0 25 0 1 0 872277207 1773842432 432498 33554432000 4194304 5696331 140736662544400 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/7685/statm: 433067 432500 114 367 0 432697 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1732268

[startup+25.5008 s]
/proc/loadavg: 2.70 1.51 1.34 5/647 7722
/proc/meminfo: memFree=13298824/32951124 swapFree=58940260/67111528
[pid=7685] ppid=7683 vsize=3404996 CPUtime=25.48 cores=0,2
/proc/7685/stat : 7685 (muser) R 7683 7685 7056 0 -1 4202496 998083 0 0 0 2416 132 0 0 25 0 1 0 872277207 3486715904 850695 33554432000 4194304 5696331 140736662544400 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/7685/statm: 851249 850697 114 367 0 850879 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3404996

[startup+51.1012 s]
/proc/loadavg: 3.21 1.75 1.43 5/647 7723
/proc/meminfo: memFree=11895372/32951124 swapFree=58940260/67111528
[pid=7685] ppid=7683 vsize=4746308 CPUtime=51.09 cores=0,2
/proc/7685/stat : 7685 (muser) R 7683 7685 7056 0 -1 4202496 1533817 0 0 0 4905 204 0 0 25 0 1 0 872277207 4860219392 1185943 33554432000 4194304 5696331 140736662544400 18446744073709551615 4948784 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/7685/statm: 1186577 1185943 144 367 0 1186207 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 4746308

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

[startup+76.7005 s]
/proc/loadavg: 3.48 1.93 1.49 5/647 7723
/proc/meminfo: memFree=11931152/32951124 swapFree=58940260/67111528
[pid=7685] ppid=7683 vsize=4821164 CPUtime=76.69 cores=0,2
/proc/7685/stat : 7685 (muser) R 7683 7685 7056 0 -1 4202496 2139585 0 0 0 7385 284 0 0 25 0 1 0 872277207 4936871936 1176704 33554432000 4194304 5696331 140736662544400 18446744073709551615 4417628 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/7685/statm: 1205291 1176704 149 367 0 1204921 0
Current children cumulated CPU time (s) 76.69
Current children cumulated vsize (KiB) 4821164

[startup+89.5012 s]
/proc/loadavg: 3.56 1.99 1.52 5/647 7724
/proc/meminfo: memFree=11927708/32951124 swapFree=58940260/67111528
[pid=7685] ppid=7683 vsize=4821164 CPUtime=89.49 cores=0,2
/proc/7685/stat : 7685 (muser) R 7683 7685 7056 0 -1 4202496 2174169 0 0 0 8660 289 0 0 25 0 1 0 872277207 4936871936 1176704 33554432000 4194304 5696331 140736662544400 18446744073709551615 4417519 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/7685/statm: 1205291 1176704 149 367 0 1204921 0
Current children cumulated CPU time (s) 89.49
Current children cumulated vsize (KiB) 4821164

[startup+92.7006 s]
/proc/loadavg: 3.59 2.03 1.53 5/647 7724
/proc/meminfo: memFree=11928300/32951124 swapFree=58940260/67111528
[pid=7685] ppid=7683 vsize=4821164 CPUtime=92.68 cores=0,2
/proc/7685/stat : 7685 (muser) R 7683 7685 7056 0 -1 4202496 2182815 0 0 0 8979 289 0 0 25 0 1 0 872277207 4936871936 1176704 33554432000 4194304 5696331 140736662544400 18446744073709551615 4399792 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/7685/statm: 1205291 1176704 149 367 0 1204921 0
Current children cumulated CPU time (s) 92.68
Current children cumulated vsize (KiB) 4821164

[startup+95.901 s]
/proc/loadavg: 3.62 2.06 1.55 5/647 7724
/proc/meminfo: memFree=11963144/32951124 swapFree=58940260/67111528
[pid=7685] ppid=7683 vsize=4786580 CPUtime=95.89 cores=0,2
/proc/7685/stat : 7685 (muser) R 7683 7685 7056 0 -1 4202496 2182815 0 0 0 9299 290 0 0 25 0 1 0 872277207 4901457920 1168058 33554432000 4194304 5696331 140736662544400 18446744073709551615 4410507 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/7685/statm: 1196645 1168058 149 367 0 1196275 0
Current children cumulated CPU time (s) 95.89
Current children cumulated vsize (KiB) 4786580

[startup+97.5007 s]
/proc/loadavg: 3.62 2.06 1.55 5/647 7724
/proc/meminfo: memFree=11963020/32951124 swapFree=58940260/67111528
[pid=7685] ppid=7683 vsize=4786580 CPUtime=97.49 cores=0,2
/proc/7685/stat : 7685 (muser) R 7683 7685 7056 0 -1 4202496 2182815 0 0 0 9459 290 0 0 25 0 1 0 872277207 4901457920 1168058 33554432000 4194304 5696331 140736662544400 18446744073709551615 4417990 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/7685/statm: 1196645 1168058 149 367 0 1196275 0
Current children cumulated CPU time (s) 97.49
Current children cumulated vsize (KiB) 4786580

[startup+97.9226 s]
/proc/loadavg: 3.62 2.06 1.55 5/647 7724
/proc/meminfo: memFree=11963020/32951124 swapFree=58940260/67111528
[pid=7685] ppid=7683 vsize=4786580 CPUtime=97.91 cores=0,2
/proc/7685/stat : 7685 (muser) R 7683 7685 7056 0 -1 4202496 2182815 0 0 0 9501 290 0 0 25 0 1 0 872277207 4901457920 1168058 33554432000 4194304 5696331 140736662544400 18446744073709551615 4381125 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/7685/statm: 1196645 1168058 149 367 0 1196275 0
Current children cumulated CPU time (s) 97.91
Current children cumulated vsize (KiB) 4786580

[startup+98.1006 s]
/proc/loadavg: 3.62 2.06 1.55 5/647 7724
/proc/meminfo: memFree=11963020/32951124 swapFree=58940260/67111528
[pid=7685] ppid=7683 vsize=4786580 CPUtime=98.09 cores=0,2
/proc/7685/stat : 7685 (muser) R 7683 7685 7056 0 -1 4202496 2182815 0 0 0 9519 290 0 0 25 0 1 0 872277207 4901457920 1168058 33554432000 4194304 5696331 140736662544400 18446744073709551615 4381676 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/7685/statm: 1196645 1168058 149 367 0 1196275 0
Current children cumulated CPU time (s) 98.09
Current children cumulated vsize (KiB) 4786580

[startup+98.2006 s]
/proc/loadavg: 3.62 2.06 1.55 5/647 7724
/proc/meminfo: memFree=11963020/32951124 swapFree=58940260/67111528
[pid=7685] ppid=7683 vsize=0 CPUtime=98.18 cores=0,2
/proc/7685/stat : 7685 (muser) R 7683 7685 7056 0 -1 4202500 2182816 0 0 0 9520 298 0 0 25 0 1 0 872277207 0 0 33554432000 0 0 0 0 0 0 0 4096 24615 18446744073709551615 0 0 17 0 0 0 0
/proc/7685/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 98.18
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 98.2919
CPU time (s): 98.2871
CPU user time (s): 95.2075
CPU system time (s): 3.07953
CPU usage (%): 99.9951
Max. virtual memory (cumulated for all children) (KiB): 5485880

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

runsolver used 0.643902 second user time and 1.3398 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-09 10:06:35
IDJOB=3481038
IDBENCH=89400
IDSOLVER=1969
FILE ID=node139/3481038-1307606782
RUNJOBID= node139-1307606767-7434
PBS_JOBID= 13547750
Free space on /tmp= 73384 MiB

SOLVER NAME= MUSer 2011-02-10
BENCH NAME= SAT11/mus/marques-silva/design-debugging/mem_ctrl-problem.dimacs_27.filtered.cnf
COMMAND LINE= ./muser -comp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3481038-1307606782/watcher-3481038-1307606782 -o /tmp/evaluation-result-3481038-1307606782/solver-3481038-1307606782 -C 1800 -W 1850 -M 7680  ./muser -comp HOME/instance-3481038-1307606782.cnf

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

MD5SUM BENCH= 4b993fca24742a81386ba9f15497440e
RANDOM SEED=1943824560

node139.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.852
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.70
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.852
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.852
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.852
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.852
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	: 5321.49
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.852
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.852
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.82
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.852
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:      16805508 kB
Buffers:        189904 kB
Cached:        1020816 kB
SwapCached:       3780 kB
Active:       15513632 kB
Inactive:       300824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16805508 kB
SwapTotal:    67111528 kB
SwapFree:     58940260 kB
Dirty:          406212 kB
Writeback:           0 kB
AnonPages:    14601492 kB
Mapped:          69464 kB
Slab:           163948 kB
PageTables:      92840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 178501100 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= 73356 MiB
End job on node139 at 2011-06-09 10:08:13