Trace number 3293181

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
MPhaseSAT 2011-02-15UNSAT 72.244 72.2422

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w9.shuffled.cnf
MD5SUM3469bb30890bba597175d692c3430b0e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.0421
Satisfiable
(Un)Satisfiability was proved
Number of variables11313
Number of clauses305160
Sum of the clauses size619119
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2303903
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

Solver Data

72.19/72.24	c MPhaseSAT version 401 by Jingchao Chen,  April 1, 2011
72.19/72.24	c input CNF file=HOME/instance-3293181-1303789896.cnf 
72.19/72.24	c Clause#=305160  var#=11313  ratio=26 
72.19/72.24	c phase 1 
72.19/72.24	c 
72.19/72.24	s UNSATISFIABLE
72.19/72.24	c 
72.19/72.24	c  Running time=72.241018 

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3293181-1303789896/watcher-3293181-1303789896 -o /tmp/evaluation-result-3293181-1303789896/solver-3293181-1303789896 -C 2400 -W 1300 -M 7680 MPhaseSAT HOME/instance-3293181-1303789896.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 1.04 2.16 2.75 3/184 10899
/proc/meminfo: memFree=15338240/32951124 swapFree=67111528/67111528
[pid=10899] ppid=10897 vsize=7816 CPUtime=0 cores=0,2
/proc/10899/stat : 10899 (MPhaseSAT) R 10897 10899 9231 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 471405069 8003584 272 33554432000 134512640 134731564 4292943024 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/10899/statm: 1954 272 225 54 0 1264 0

[startup+0.0269971 s]
/proc/loadavg: 1.04 2.16 2.75 3/184 10899
/proc/meminfo: memFree=15338240/32951124 swapFree=67111528/67111528
[pid=10899] ppid=10897 vsize=7816 CPUtime=0.02 cores=0,2
/proc/10899/stat : 10899 (MPhaseSAT) R 10897 10899 9231 0 -1 4202496 439 0 0 0 2 0 0 0 22 0 1 0 471405069 8003584 381 33554432000 134512640 134731564 4292943024 18446744073709551615 10729651 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/10899/statm: 1954 381 225 54 0 1264 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7816

[startup+0.101006 s]
/proc/loadavg: 1.04 2.16 2.75 3/184 10899
/proc/meminfo: memFree=15338240/32951124 swapFree=67111528/67111528
[pid=10899] ppid=10897 vsize=7816 CPUtime=0.09 cores=0,2
/proc/10899/stat : 10899 (MPhaseSAT) R 10897 10899 9231 0 -1 4202496 818 0 0 0 9 0 0 0 22 0 1 0 471405069 8003584 760 33554432000 134512640 134731564 4292943024 18446744073709551615 10730187 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/10899/statm: 1954 760 225 54 0 1264 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7816

[startup+0.300972 s]
/proc/loadavg: 1.04 2.16 2.75 3/184 10899
/proc/meminfo: memFree=15338240/32951124 swapFree=67111528/67111528
[pid=10899] ppid=10897 vsize=26212 CPUtime=0.29 cores=0,2
/proc/10899/stat : 10899 (MPhaseSAT) R 10897 10899 9231 0 -1 4202496 5765 0 0 0 28 1 0 0 23 0 1 0 471405069 26841088 5706 33554432000 134512640 134731564 4292943024 18446744073709551615 134659329 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/10899/statm: 6553 5706 244 54 0 5863 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26212

[startup+0.700874 s]
/proc/loadavg: 1.04 2.16 2.75 3/184 10899
/proc/meminfo: memFree=15338240/32951124 swapFree=67111528/67111528
[pid=10899] ppid=10897 vsize=33140 CPUtime=0.69 cores=0,2
/proc/10899/stat : 10899 (MPhaseSAT) R 10897 10899 9231 0 -1 4202496 7625 0 0 0 68 1 0 0 25 0 1 0 471405069 33935360 7454 33554432000 134512640 134731564 4292943024 18446744073709551615 134632574 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/10899/statm: 8285 7454 253 54 0 7595 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33140

[startup+1.50076 s]
/proc/loadavg: 1.04 2.16 2.75 5/190 10961
/proc/meminfo: memFree=15224896/32951124 swapFree=67111528/67111528
[pid=10899] ppid=10897 vsize=40764 CPUtime=1.49 cores=0,2
/proc/10899/stat : 10899 (MPhaseSAT) R 10897 10899 9231 0 -1 4202496 9529 0 0 0 148 1 0 0 25 0 1 0 471405069 41742336 9357 33554432000 134512640 134731564 4292943024 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/10899/statm: 10191 9357 264 54 0 9501 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40764

[startup+3.10045 s]
/proc/loadavg: 1.27 2.19 2.76 5/190 10961
/proc/meminfo: memFree=15104260/32951124 swapFree=67111528/67111528
[pid=10899] ppid=10897 vsize=40764 CPUtime=3.09 cores=0,2
/proc/10899/stat : 10899 (MPhaseSAT) R 10897 10899 9231 0 -1 4202496 9529 0 0 0 308 1 0 0 25 0 1 0 471405069 41742336 9357 33554432000 134512640 134731564 4292943024 18446744073709551615 10872798 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/10899/statm: 10191 9357 264 54 0 9501 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40764

[startup+6.30086 s]
/proc/loadavg: 1.27 2.19 2.76 5/190 10961
/proc/meminfo: memFree=15089504/32951124 swapFree=67111528/67111528
[pid=10899] ppid=10897 vsize=40764 CPUtime=6.29 cores=0,2
/proc/10899/stat : 10899 (MPhaseSAT) R 10897 10899 9231 0 -1 4202496 9529 0 0 0 628 1 0 0 25 0 1 0 471405069 41742336 9357 33554432000 134512640 134731564 4292943024 18446744073709551615 134622991 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/10899/statm: 10191 9357 264 54 0 9501 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40764

[startup+12.7007 s]
/proc/loadavg: 1.69 2.25 2.77 5/190 10961
/proc/meminfo: memFree=15089056/32951124 swapFree=67111528/67111528
[pid=10899] ppid=10897 vsize=40764 CPUtime=12.69 cores=0,2
/proc/10899/stat : 10899 (MPhaseSAT) R 10897 10899 9231 0 -1 4202496 9529 0 0 0 1268 1 0 0 25 0 1 0 471405069 41742336 9357 33554432000 134512640 134731564 4292943024 18446744073709551615 134659293 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/10899/statm: 10191 9357 264 54 0 9501 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40764

[startup+25.5003 s]
/proc/loadavg: 2.05 2.31 2.79 5/190 10962
/proc/meminfo: memFree=15168160/32951124 swapFree=67111528/67111528
[pid=10899] ppid=10897 vsize=40764 CPUtime=25.49 cores=0,2
/proc/10899/stat : 10899 (MPhaseSAT) R 10897 10899 9231 0 -1 4202496 9537 0 0 0 2548 1 0 0 25 0 1 0 471405069 41742336 9365 33554432000 134512640 134731564 4292943024 18446744073709551615 134622857 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/10899/statm: 10191 9365 264 54 0 9501 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 40764

[startup+51.1006 s]
/proc/loadavg: 2.71 2.44 2.82 5/190 10963
/proc/meminfo: memFree=15161556/32951124 swapFree=67111528/67111528
[pid=10899] ppid=10897 vsize=41888 CPUtime=51.1 cores=0,2
/proc/10899/stat : 10899 (MPhaseSAT) R 10897 10899 9231 0 -1 4202496 10187 0 0 0 5108 2 0 0 25 0 1 0 471405069 42893312 9602 33554432000 134512640 134731564 4292943024 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/10899/statm: 10472 9602 264 54 0 9782 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 41888

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

[startup+63.9003 s]
/proc/loadavg: 3.00 2.52 2.84 5/190 10963
/proc/meminfo: memFree=15159572/32951124 swapFree=67111528/67111528
[pid=10899] ppid=10897 vsize=42752 CPUtime=63.89 cores=0,2
/proc/10899/stat : 10899 (MPhaseSAT) R 10897 10899 9231 0 -1 4202496 10380 0 0 0 6387 2 0 0 25 0 1 0 471405069 43778048 9795 33554432000 134512640 134731564 4292943024 18446744073709551615 134659535 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/10899/statm: 10688 9795 264 54 0 9998 0
Current children cumulated CPU time (s) 63.89
Current children cumulated vsize (KiB) 42752

[startup+67.1067 s]
/proc/loadavg: 3.08 2.54 2.84 5/190 10963
/proc/meminfo: memFree=15160684/32951124 swapFree=67111528/67111528
[pid=10899] ppid=10897 vsize=40912 CPUtime=67.1 cores=0,2
/proc/10899/stat : 10899 (MPhaseSAT) R 10897 10899 9231 0 -1 4202496 10900 0 0 0 6708 2 0 0 25 0 1 0 471405069 41893888 9412 33554432000 134512640 134731564 4292943024 18446744073709551615 134659345 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/10899/statm: 10228 9412 264 54 0 9538 0
Current children cumulated CPU time (s) 67.1
Current children cumulated vsize (KiB) 40912

[startup+70.3011 s]
/proc/loadavg: 3.08 2.54 2.84 5/190 10963
/proc/meminfo: memFree=15160312/32951124 swapFree=67111528/67111528
[pid=10899] ppid=10897 vsize=41776 CPUtime=70.3 cores=0,2
/proc/10899/stat : 10899 (MPhaseSAT) R 10897 10899 9231 0 -1 4202496 11053 0 0 0 7028 2 0 0 25 0 1 0 471405069 42778624 9565 33554432000 134512640 134731564 4292943024 18446744073709551615 134659329 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/10899/statm: 10444 9565 264 54 0 9754 0
Current children cumulated CPU time (s) 70.3
Current children cumulated vsize (KiB) 41776

[startup+71.101 s]
/proc/loadavg: 3.08 2.54 2.84 5/190 10963
/proc/meminfo: memFree=15160312/32951124 swapFree=67111528/67111528
[pid=10899] ppid=10897 vsize=41776 CPUtime=71.09 cores=0,2
/proc/10899/stat : 10899 (MPhaseSAT) R 10897 10899 9231 0 -1 4202496 11068 0 0 0 7107 2 0 0 25 0 1 0 471405069 42778624 9580 33554432000 134512640 134731564 4292943024 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/10899/statm: 10444 9580 264 54 0 9754 0
Current children cumulated CPU time (s) 71.09
Current children cumulated vsize (KiB) 41776

[startup+71.9008 s]
/proc/loadavg: 3.15 2.57 2.85 5/190 10963
/proc/meminfo: memFree=15160684/32951124 swapFree=67111528/67111528
[pid=10899] ppid=10897 vsize=40764 CPUtime=71.89 cores=0,2
/proc/10899/stat : 10899 (MPhaseSAT) R 10897 10899 9231 0 -1 4202496 11570 0 0 0 7187 2 0 0 25 0 1 0 471405069 41742336 9380 33554432000 134512640 134731564 4292943024 18446744073709551615 134659675 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/10899/statm: 10191 9380 264 54 0 9501 0
Current children cumulated CPU time (s) 71.89
Current children cumulated vsize (KiB) 40764

[startup+72.1008 s]
/proc/loadavg: 3.15 2.57 2.85 5/190 10963
/proc/meminfo: memFree=15160684/32951124 swapFree=67111528/67111528
[pid=10899] ppid=10897 vsize=40764 CPUtime=72.09 cores=0,2
/proc/10899/stat : 10899 (MPhaseSAT) R 10897 10899 9231 0 -1 4202496 11570 0 0 0 7207 2 0 0 25 0 1 0 471405069 41742336 9380 33554432000 134512640 134731564 4292943024 18446744073709551615 134717545 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/10899/statm: 10191 9380 264 54 0 9501 0
Current children cumulated CPU time (s) 72.09
Current children cumulated vsize (KiB) 40764

[startup+72.2007 s]
/proc/loadavg: 3.15 2.57 2.85 5/190 10963
/proc/meminfo: memFree=15160684/32951124 swapFree=67111528/67111528
[pid=10899] ppid=10897 vsize=40764 CPUtime=72.19 cores=0,2
/proc/10899/stat : 10899 (MPhaseSAT) R 10897 10899 9231 0 -1 4202496 11570 0 0 0 7217 2 0 0 25 0 1 0 471405069 41742336 9380 33554432000 134512640 134731564 4292943024 18446744073709551615 134659479 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/10899/statm: 10191 9380 264 54 0 9501 0
Current children cumulated CPU time (s) 72.19
Current children cumulated vsize (KiB) 40764

Child status: 20
Real time (s): 72.2422
CPU time (s): 72.244
CPU user time (s): 72.216
CPU system time (s): 0.027995
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 42944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.216
system time used= 0.027995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11580
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= 8
involuntary context switches= 257

runsolver used 0.109983 second user time and 0.286956 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-26 05:51:36
IDJOB=3293181
IDBENCH=88066
IDSOLVER=1520
FILE ID=node142/3293181-1303789896
RUNJOBID= node142-1303789896-10840
PBS_JOBID= 13157230
Free space on /tmp= 71448 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w9.shuffled.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293181-1303789896/watcher-3293181-1303789896 -o /tmp/evaluation-result-3293181-1303789896/solver-3293181-1303789896 -C 2400 -W 1300 -M 7680  MPhaseSAT HOME/instance-3293181-1303789896.cnf

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

MD5SUM BENCH= 3469bb30890bba597175d692c3430b0e
RANDOM SEED=1813949681

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:      15338404 kB
Buffers:       2086484 kB
Cached:       14885856 kB
SwapCached:          0 kB
Active:        7206504 kB
Inactive:      9832588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15338404 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5188 kB
Writeback:           0 kB
AnonPages:       66096 kB
Mapped:          15640 kB
Slab:           508860 kB
PageTables:       5124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   230600 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= 71428 MiB
End job on node142 at 2011-04-26 05:52:48