Trace number 3387164

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
minisat hack: cir_minisat 2011-05-13 (simp)UNSAT 124.433 124.441

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-gcdm16-23.cnf
MD5SUMa61ef2b7b3d16661e8162c430ffb1a51
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.6988
Satisfiable
(Un)Satisfiability was proved
Number of variables135543
Number of clauses404326
Sum of the clauses size943426
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2269550
Number of clauses of size 3134775
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

124.38/124.43	c WARNING: for repeatability, setting FPU to use double precision
124.38/124.43	s UNSATISFIABLE

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: 961)

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-3387164-1305596898/watcher-3387164-1305596898 -o /tmp/evaluation-result-3387164-1305596898/solver-3387164-1305596898 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387164-1305596898.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.92 3.98 3.99 4/275 30019
/proc/meminfo: memFree=21779208/32951124 swapFree=61559568/67111528
[pid=30019] ppid=30017 vsize=20812 CPUtime=0 cores=0,2,4,6
/proc/30019/stat : 30019 (cir_minisat) R 30017 30019 29427 0 -1 4202496 1037 0 0 0 0 0 0 0 25 0 1 0 671290552 21311488 965 33554432000 4194304 4300288 140737327609328 18446744073709551615 4278145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30019/statm: 5203 965 218 26 0 1835 0

[startup+0.073562 s]
/proc/loadavg: 3.92 3.98 3.99 4/275 30019
/proc/meminfo: memFree=21779208/32951124 swapFree=61559568/67111528
[pid=30019] ppid=30017 vsize=33588 CPUtime=0.06 cores=0,2,4,6
/proc/30019/stat : 30019 (cir_minisat) R 30017 30019 29427 0 -1 4202496 5128 0 0 0 6 0 0 0 25 0 1 0 671290552 34394112 4586 33554432000 4194304 4300288 140737327609328 18446744073709551615 222921437893 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30019/statm: 8397 4588 218 26 0 5029 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 33588

[startup+0.100564 s]
/proc/loadavg: 3.92 3.98 3.99 4/275 30019
/proc/meminfo: memFree=21779208/32951124 swapFree=61559568/67111528
[pid=30019] ppid=30017 vsize=39524 CPUtime=0.09 cores=0,2,4,6
/proc/30019/stat : 30019 (cir_minisat) R 30017 30019 29427 0 -1 4202496 6658 0 0 0 9 0 0 0 25 0 1 0 671290552 40472576 6043 33554432000 4194304 4300288 140737327609328 18446744073709551615 222921437893 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30019/statm: 9881 6045 218 26 0 6513 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39524

[startup+0.300515 s]
/proc/loadavg: 3.92 3.98 3.99 4/275 30019
/proc/meminfo: memFree=21779208/32951124 swapFree=61559568/67111528
[pid=30019] ppid=30017 vsize=69964 CPUtime=0.29 cores=0,2,4,6
/proc/30019/stat : 30019 (cir_minisat) R 30017 30019 29427 0 -1 4202496 13839 0 0 0 28 1 0 0 25 0 1 0 671290552 71643136 12455 33554432000 4194304 4300288 140737327609328 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30019/statm: 17491 12456 253 26 0 14123 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69964

[startup+0.700444 s]
/proc/loadavg: 3.92 3.98 3.99 4/275 30019
/proc/meminfo: memFree=21779208/32951124 swapFree=61559568/67111528
[pid=30019] ppid=30017 vsize=79780 CPUtime=0.69 cores=0,2,4,6
/proc/30019/stat : 30019 (cir_minisat) R 30017 30019 29427 0 -1 4202496 18937 0 0 0 66 3 0 0 25 0 1 0 671290552 81694720 14562 33554432000 4194304 4300288 140737327609328 18446744073709551615 222921437893 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30019/statm: 19945 14562 253 26 0 16577 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79780

[startup+1.5003 s]
/proc/loadavg: 3.92 3.98 3.99 5/276 30020
/proc/meminfo: memFree=21708776/32951124 swapFree=61559568/67111528
[pid=30019] ppid=30017 vsize=88160 CPUtime=1.49 cores=0,2,4,6
/proc/30019/stat : 30019 (cir_minisat) R 30017 30019 29427 0 -1 4202496 24045 0 0 0 146 3 0 0 25 0 1 0 671290552 90275840 15950 33554432000 4194304 4300288 140737327609328 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30019/statm: 22040 15950 273 26 0 18672 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88160

[startup+3.10101 s]
/proc/loadavg: 3.92 3.98 3.99 5/276 30020
/proc/meminfo: memFree=21709400/32951124 swapFree=61559568/67111528
[pid=30019] ppid=30017 vsize=88160 CPUtime=3.09 cores=0,2,4,6
/proc/30019/stat : 30019 (cir_minisat) R 30017 30019 29427 0 -1 4202496 24155 0 0 0 306 3 0 0 25 0 1 0 671290552 90275840 16058 33554432000 4194304 4300288 140737327609328 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30019/statm: 22040 16058 273 26 0 18672 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 88160

[startup+6.30042 s]
/proc/loadavg: 3.93 3.98 3.99 5/276 30020
/proc/meminfo: memFree=21705228/32951124 swapFree=61559568/67111528
[pid=30019] ppid=30017 vsize=88160 CPUtime=6.29 cores=0,2,4,6
/proc/30019/stat : 30019 (cir_minisat) R 30017 30019 29427 0 -1 4202496 24873 0 0 0 626 3 0 0 25 0 1 0 671290552 90275840 16765 33554432000 4194304 4300288 140737327609328 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30019/statm: 22040 16765 273 26 0 18672 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 88160

[startup+12.7002 s]
/proc/loadavg: 3.93 3.98 3.99 5/276 30020
/proc/meminfo: memFree=21683412/32951124 swapFree=61559568/67111528
[pid=30019] ppid=30017 vsize=118512 CPUtime=12.69 cores=0,2,4,6
/proc/30019/stat : 30019 (cir_minisat) R 30017 30019 29427 0 -1 4202496 30089 0 0 0 1265 4 0 0 25 0 1 0 671290552 121356288 21936 33554432000 4194304 4300288 140737327609328 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30019/statm: 29628 21937 273 26 0 26260 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 118512

[startup+25.5009 s]
/proc/loadavg: 3.95 3.98 3.99 5/276 30021
/proc/meminfo: memFree=21695736/32951124 swapFree=61559568/67111528
[pid=30019] ppid=30017 vsize=99832 CPUtime=25.48 cores=0,2,4,6
/proc/30019/stat : 30019 (cir_minisat) R 30017 30019 29427 0 -1 4202496 31491 0 0 0 2544 4 0 0 25 0 1 0 671290552 102227968 17380 33554432000 4194304 4300288 140737327609328 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30019/statm: 24958 17380 273 26 0 21590 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 99832

[startup+51.1012 s]
/proc/loadavg: 3.96 3.98 3.99 5/276 30021
/proc/meminfo: memFree=21677888/32951124 swapFree=61559568/67111528
[pid=30019] ppid=30017 vsize=118688 CPUtime=51.08 cores=0,2,4,6
/proc/30019/stat : 30019 (cir_minisat) R 30017 30019 29427 0 -1 4202496 44263 0 0 0 5101 7 0 0 25 0 1 0 671290552 121536512 21340 33554432000 4194304 4300288 140737327609328 18446744073709551615 4270072 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30019/statm: 29672 21340 273 26 0 26304 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 118688

[startup+102.31 s]
/proc/loadavg: 4.06 4.00 4.00 5/276 30023
/proc/meminfo: memFree=21610648/32951124 swapFree=61559568/67111528
[pid=30019] ppid=30017 vsize=181396 CPUtime=102.29 cores=0,2,4,6
/proc/30019/stat : 30019 (cir_minisat) R 30017 30019 29427 0 -1 4202496 69243 0 0 0 10217 12 0 0 25 0 1 0 671290552 185749504 37674 33554432000 4194304 4300288 140737327609328 18446744073709551615 4256216 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30019/statm: 45349 37674 273 26 0 41981 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 181396

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

[startup+115.1 s]
/proc/loadavg: 4.05 4.00 4.00 5/276 30050
/proc/meminfo: memFree=21610756/32951124 swapFree=61559568/67111528
[pid=30019] ppid=30017 vsize=132076 CPUtime=115.08 cores=0,2,4,6
/proc/30019/stat : 30019 (cir_minisat) R 30017 30019 29427 0 -1 4202496 70347 0 0 0 11496 12 0 0 25 0 1 0 671290552 135245824 28811 33554432000 4194304 4300288 140737327609328 18446744073709551615 4268160 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30019/statm: 33019 28811 273 26 0 29651 0
Current children cumulated CPU time (s) 115.08
Current children cumulated vsize (KiB) 132076

[startup+118.301 s]
/proc/loadavg: 4.12 4.02 4.01 5/276 30050
/proc/meminfo: memFree=21571592/32951124 swapFree=61559568/67111528
[pid=30019] ppid=30017 vsize=132076 CPUtime=118.28 cores=0,2,4,6
/proc/30019/stat : 30019 (cir_minisat) R 30017 30019 29427 0 -1 4202496 70347 0 0 0 11815 13 0 0 25 0 1 0 671290552 135245824 28811 33554432000 4194304 4300288 140737327609328 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30019/statm: 33019 28811 273 26 0 29651 0
Current children cumulated CPU time (s) 118.28
Current children cumulated vsize (KiB) 132076

[startup+121.5 s]
/proc/loadavg: 4.11 4.02 4.00 5/273 30071
/proc/meminfo: memFree=21678464/32951124 swapFree=61559568/67111528
[pid=30019] ppid=30017 vsize=132076 CPUtime=121.48 cores=0,2,4,6
/proc/30019/stat : 30019 (cir_minisat) R 30017 30019 29427 0 -1 4202496 70347 0 0 0 12135 13 0 0 25 0 1 0 671290552 135245824 28811 33554432000 4194304 4300288 140737327609328 18446744073709551615 4271128 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30019/statm: 33019 28811 273 26 0 29651 0
Current children cumulated CPU time (s) 121.48
Current children cumulated vsize (KiB) 132076

[startup+123.101 s]
/proc/loadavg: 4.11 4.02 4.00 5/276 30077
/proc/meminfo: memFree=21603560/32951124 swapFree=61559568/67111528
[pid=30019] ppid=30017 vsize=132076 CPUtime=123.09 cores=0,2,4,6
/proc/30019/stat : 30019 (cir_minisat) R 30017 30019 29427 0 -1 4202496 70347 0 0 0 12296 13 0 0 25 0 1 0 671290552 135245824 28811 33554432000 4194304 4300288 140737327609328 18446744073709551615 4268551 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30019/statm: 33019 28811 273 26 0 29651 0
Current children cumulated CPU time (s) 123.09
Current children cumulated vsize (KiB) 132076

[startup+123.901 s]
/proc/loadavg: 4.11 4.02 4.00 5/276 30077
/proc/meminfo: memFree=21603560/32951124 swapFree=61559568/67111528
[pid=30019] ppid=30017 vsize=132076 CPUtime=123.88 cores=0,2,4,6
/proc/30019/stat : 30019 (cir_minisat) R 30017 30019 29427 0 -1 4202496 70347 0 0 0 12375 13 0 0 25 0 1 0 671290552 135245824 28811 33554432000 4194304 4300288 140737327609328 18446744073709551615 4255761 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30019/statm: 33019 28811 273 26 0 29651 0
Current children cumulated CPU time (s) 123.88
Current children cumulated vsize (KiB) 132076

[startup+124.311 s]
/proc/loadavg: 4.11 4.02 4.00 5/276 30077
/proc/meminfo: memFree=21587068/32951124 swapFree=61559568/67111528
[pid=30019] ppid=30017 vsize=150752 CPUtime=124.29 cores=0,2,4,6
/proc/30019/stat : 30019 (cir_minisat) R 30017 30019 29427 0 -1 4202496 74433 0 0 0 12416 13 0 0 25 0 1 0 671290552 154370048 32724 33554432000 4194304 4300288 140737327609328 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30019/statm: 37688 32724 273 26 0 34320 0
Current children cumulated CPU time (s) 124.29
Current children cumulated vsize (KiB) 150752

[startup+124.401 s]
/proc/loadavg: 4.11 4.02 4.00 5/276 30077
/proc/meminfo: memFree=21587068/32951124 swapFree=61559568/67111528
[pid=30019] ppid=30017 vsize=150752 CPUtime=124.38 cores=0,2,4,6
/proc/30019/stat : 30019 (cir_minisat) R 30017 30019 29427 0 -1 4202496 74444 0 0 0 12425 13 0 0 25 0 1 0 671290552 154370048 32735 33554432000 4194304 4300288 140737327609328 18446744073709551615 4268166 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30019/statm: 37688 32735 273 26 0 34320 0
Current children cumulated CPU time (s) 124.38
Current children cumulated vsize (KiB) 150752

Child status: 20
Real time (s): 124.441
CPU time (s): 124.433
CPU user time (s): 124.288
CPU system time (s): 0.144977
CPU usage (%): 99.9936
Max. virtual memory (cumulated for all children) (KiB): 181396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 124.288
system time used= 0.144977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74450
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= 5
involuntary context switches= 367

runsolver used 0.346947 second user time and 0.681896 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-17 03:48:18
IDJOB=3387164
IDBENCH=70952
IDSOLVER=1873
FILE ID=node109/3387164-1305596898
RUNJOBID= node109-1305586739-29445
PBS_JOBID= 13350369
Free space on /tmp= 73164 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-gcdm16-23.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387164-1305596898/watcher-3387164-1305596898 -o /tmp/evaluation-result-3387164-1305596898/solver-3387164-1305596898 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387164-1305596898.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= a61ef2b7b3d16661e8162c430ffb1a51
RANDOM SEED=1721520512

node109.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.809
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.809
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.809
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.809
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.809
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.809
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.809
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.809
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:      21779488 kB
Buffers:        297376 kB
Cached:        2954328 kB
SwapCached:      28404 kB
Active:        2201968 kB
Inactive:      8733620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21779488 kB
SwapTotal:    67111528 kB
SwapFree:     61559568 kB
Dirty:           11100 kB
Writeback:           0 kB
AnonPages:     7661952 kB
Mapped:          21488 kB
Slab:           134812 kB
PageTables:      37896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 31807608 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= 73152 MiB
End job on node109 at 2011-05-17 03:50:23