Trace number 3348631

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-03-02UNSAT 330.141 330.15

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
manolios/c10idw_i.cnf
MD5SUMc139a321e75833c70af36726562b66de
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.2925
Satisfiable
(Un)Satisfiability was proved
Number of variables196306
Number of clauses582994
Sum of the clauses size1360318
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2388662
Number of clauses of size 3194331
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

330.08/330.14	c WARNING: for repeatability, setting FPU to use double precision
330.08/330.14	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-3348631-1304974775/watcher-3348631-1304974775 -o /tmp/evaluation-result-3348631-1304974775/solver-3348631-1304974775 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348631-1304974775.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: 4.02 4.03 3.88 4/410 17507
/proc/meminfo: memFree=23558760/32951132 swapFree=67093844/67111528
[pid=17507] ppid=17505 vsize=21272 CPUtime=0 cores=0,2
/proc/17507/stat : 17507 (cir_minisat) R 17505 17507 15070 0 -1 4202496 1238 0 0 0 0 0 0 0 25 0 1 0 609076158 21782528 1139 33554432000 4194304 4254575 140735072626032 18446744073709551615 242970211361 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17507/statm: 5318 1141 212 15 0 1961 0

[startup+0.040311 s]
/proc/loadavg: 4.02 4.03 3.88 4/410 17507
/proc/meminfo: memFree=23558760/32951132 swapFree=67093844/67111528
[pid=17507] ppid=17505 vsize=27824 CPUtime=0.03 cores=0,2
/proc/17507/stat : 17507 (cir_minisat) R 17505 17507 15070 0 -1 4202496 3096 0 0 0 3 0 0 0 25 0 1 0 609076158 28491776 2867 33554432000 4194304 4254575 140735072626032 18446744073709551615 242970211013 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17507/statm: 6956 2870 212 15 0 3599 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27824

[startup+0.100306 s]
/proc/loadavg: 4.02 4.03 3.88 4/410 17507
/proc/meminfo: memFree=23558760/32951132 swapFree=67093844/67111528
[pid=17507] ppid=17505 vsize=42884 CPUtime=0.09 cores=0,2
/proc/17507/stat : 17507 (cir_minisat) R 17505 17507 15070 0 -1 4202496 6959 0 0 0 8 1 0 0 25 0 1 0 609076158 43913216 6462 33554432000 4194304 4254575 140735072626032 18446744073709551615 4241321 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17507/statm: 10721 6463 212 15 0 7364 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42884

[startup+0.300275 s]
/proc/loadavg: 4.02 4.03 3.88 4/410 17507
/proc/meminfo: memFree=23558760/32951132 swapFree=67093844/67111528
[pid=17507] ppid=17505 vsize=63228 CPUtime=0.29 cores=0,2
/proc/17507/stat : 17507 (cir_minisat) R 17505 17507 15070 0 -1 4202496 11855 0 0 0 27 2 0 0 25 0 1 0 609076158 64745472 10848 33554432000 4194304 4254575 140735072626032 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17507/statm: 15807 10849 232 15 0 12450 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63228

[startup+0.700203 s]
/proc/loadavg: 4.02 4.03 3.88 4/410 17507
/proc/meminfo: memFree=23558760/32951132 swapFree=67093844/67111528
[pid=17507] ppid=17505 vsize=65136 CPUtime=0.69 cores=0,2
/proc/17507/stat : 17507 (cir_minisat) R 17505 17507 15070 0 -1 4202496 12085 0 0 0 67 2 0 0 25 0 1 0 609076158 66699264 11078 33554432000 4194304 4254575 140735072626032 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17507/statm: 16284 11078 232 15 0 12927 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65136

[startup+1.50105 s]
/proc/loadavg: 4.02 4.03 3.88 5/411 17508
/proc/meminfo: memFree=23512012/32951132 swapFree=67093844/67111528
[pid=17507] ppid=17505 vsize=65136 CPUtime=1.49 cores=0,2
/proc/17507/stat : 17507 (cir_minisat) R 17505 17507 15070 0 -1 4202496 12129 0 0 0 147 2 0 0 25 0 1 0 609076158 66699264 11122 33554432000 4194304 4254575 140735072626032 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17507/statm: 16284 11122 232 15 0 12927 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65136

[startup+3.10079 s]
/proc/loadavg: 4.02 4.03 3.88 5/411 17508
/proc/meminfo: memFree=23508292/32951132 swapFree=67093844/67111528
[pid=17507] ppid=17505 vsize=65136 CPUtime=3.09 cores=0,2
/proc/17507/stat : 17507 (cir_minisat) R 17505 17507 15070 0 -1 4202496 12363 0 0 0 307 2 0 0 25 0 1 0 609076158 66699264 11354 33554432000 4194304 4254575 140735072626032 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17507/statm: 16284 11354 233 15 0 12927 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65136

[startup+6.30024 s]
/proc/loadavg: 4.18 4.06 3.89 5/411 17508
/proc/meminfo: memFree=23498496/32951132 swapFree=67093844/67111528
[pid=17507] ppid=17505 vsize=65136 CPUtime=6.3 cores=0,2
/proc/17507/stat : 17507 (cir_minisat) R 17505 17507 15070 0 -1 4202496 12838 0 0 0 627 3 0 0 25 0 1 0 609076158 66699264 11825 33554432000 4194304 4254575 140735072626032 18446744073709551615 4209963 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17507/statm: 16284 11825 233 15 0 12927 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 65136

[startup+12.7011 s]
/proc/loadavg: 4.17 4.06 3.89 5/411 17508
/proc/meminfo: memFree=23479144/32951132 swapFree=67093844/67111528
[pid=17507] ppid=17505 vsize=67040 CPUtime=12.69 cores=0,2
/proc/17507/stat : 17507 (cir_minisat) R 17505 17507 15070 0 -1 4202496 16947 0 0 0 1266 3 0 0 25 0 1 0 609076158 68648960 12056 33554432000 4194304 4254575 140735072626032 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17507/statm: 16760 12056 233 15 0 13403 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67040

[startup+25.5009 s]
/proc/loadavg: 4.13 4.06 3.90 5/411 17508
/proc/meminfo: memFree=23453964/32951132 swapFree=67093844/67111528
[pid=17507] ppid=17505 vsize=75984 CPUtime=25.49 cores=0,2
/proc/17507/stat : 17507 (cir_minisat) R 17505 17507 15070 0 -1 4202496 18304 0 0 0 2546 3 0 0 25 0 1 0 609076158 77807616 13384 33554432000 4194304 4254575 140735072626032 18446744073709551615 4216721 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17507/statm: 18996 13384 233 15 0 15639 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75984

[startup+51.1005 s]
/proc/loadavg: 4.08 4.05 3.90 5/411 17509
/proc/meminfo: memFree=23396216/32951132 swapFree=67093844/67111528
[pid=17507] ppid=17505 vsize=93092 CPUtime=51.09 cores=0,2
/proc/17507/stat : 17507 (cir_minisat) R 17505 17507 15070 0 -1 4202496 22623 0 0 0 5104 5 0 0 25 0 1 0 609076158 95326208 17623 33554432000 4194304 4254575 140735072626032 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17507/statm: 23273 17623 233 15 0 19916 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 93092

[startup+102.316 s]
/proc/loadavg: 4.08 4.06 3.91 5/411 17519
/proc/meminfo: memFree=23406064/32951132 swapFree=67093844/67111528
[pid=17507] ppid=17505 vsize=151628 CPUtime=102.3 cores=0,2
/proc/17507/stat : 17507 (cir_minisat) R 17505 17507 15070 0 -1 4202496 31426 0 0 0 10222 8 0 0 25 0 1 0 609076158 155267072 26259 33554432000 4194304 4254575 140735072626032 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17507/statm: 37907 26259 233 15 0 34550 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 151628

[startup+162.3 s]
/proc/loadavg: 4.03 4.04 3.91 5/411 17521
/proc/meminfo: memFree=23337824/32951132 swapFree=67093844/67111528
[pid=17507] ppid=17505 vsize=158564 CPUtime=162.28 cores=0,2
/proc/17507/stat : 17507 (cir_minisat) R 17505 17507 15070 0 -1 4202496 39313 0 0 0 16217 11 0 0 25 0 1 0 609076158 162369536 34015 33554432000 4194304 4254575 140735072626032 18446744073709551615 4216744 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17507/statm: 39641 34015 233 15 0 36284 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 158564

[startup+222.301 s]
/proc/loadavg: 4.01 4.03 3.91 5/411 17523
/proc/meminfo: memFree=23314600/32951132 swapFree=67093844/67111528
[pid=17507] ppid=17505 vsize=215596 CPUtime=222.29 cores=0,2
/proc/17507/stat : 17507 (cir_minisat) R 17505 17507 15070 0 -1 4202496 45240 0 0 0 22215 14 0 0 25 0 1 0 609076158 220770304 39846 33554432000 4194304 4254575 140735072626032 18446744073709551615 4216733 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17507/statm: 53899 39846 233 15 0 50542 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 215596

[startup+282.301 s]
/proc/loadavg: 4.00 4.02 3.91 5/411 17524
/proc/meminfo: memFree=23289284/32951132 swapFree=67093844/67111528
[pid=17507] ppid=17505 vsize=220256 CPUtime=282.28 cores=0,2
/proc/17507/stat : 17507 (cir_minisat) R 17505 17507 15070 0 -1 4202496 49622 0 0 0 28213 15 0 0 25 0 1 0 609076158 225542144 44166 33554432000 4194304 4254575 140735072626032 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17507/statm: 55064 44166 233 15 0 51707 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 220256

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

[startup+307.1 s]
/proc/loadavg: 4.00 4.02 3.91 5/411 17525
/proc/meminfo: memFree=23394672/32951132 swapFree=67093844/67111528
[pid=17507] ppid=17505 vsize=223516 CPUtime=307.08 cores=0,2
/proc/17507/stat : 17507 (cir_minisat) R 17505 17507 15070 0 -1 4202496 51160 0 0 0 30693 15 0 0 25 0 1 0 609076158 228880384 45676 33554432000 4194304 4254575 140735072626032 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17507/statm: 55879 45676 233 15 0 52522 0
Current children cumulated CPU time (s) 307.08
Current children cumulated vsize (KiB) 223516

[startup+319.9 s]
/proc/loadavg: 4.00 4.02 3.91 5/411 17525
/proc/meminfo: memFree=23365528/32951132 swapFree=67093844/67111528
[pid=17507] ppid=17505 vsize=223516 CPUtime=319.88 cores=0,2
/proc/17507/stat : 17507 (cir_minisat) R 17505 17507 15070 0 -1 4202496 51557 0 0 0 31973 15 0 0 25 0 1 0 609076158 228880384 46061 33554432000 4194304 4254575 140735072626032 18446744073709551615 4216520 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17507/statm: 55879 46061 233 15 0 52522 0
Current children cumulated CPU time (s) 319.88
Current children cumulated vsize (KiB) 223516

[startup+326.301 s]
/proc/loadavg: 4.08 4.04 3.91 5/411 17525
/proc/meminfo: memFree=23349904/32951132 swapFree=67093844/67111528
[pid=17507] ppid=17505 vsize=223516 CPUtime=326.28 cores=0,2
/proc/17507/stat : 17507 (cir_minisat) R 17505 17507 15070 0 -1 4202496 51749 0 0 0 32613 15 0 0 25 0 1 0 609076158 228880384 46248 33554432000 4194304 4254575 140735072626032 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17507/statm: 55879 46248 233 15 0 52522 0
Current children cumulated CPU time (s) 326.28
Current children cumulated vsize (KiB) 223516

[startup+327.901 s]
/proc/loadavg: 4.08 4.04 3.91 5/411 17525
/proc/meminfo: memFree=23345188/32951132 swapFree=67093844/67111528
[pid=17507] ppid=17505 vsize=223516 CPUtime=327.88 cores=0,2
/proc/17507/stat : 17507 (cir_minisat) R 17505 17507 15070 0 -1 4202496 51784 0 0 0 32773 15 0 0 25 0 1 0 609076158 228880384 46282 33554432000 4194304 4254575 140735072626032 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17507/statm: 55879 46282 233 15 0 52522 0
Current children cumulated CPU time (s) 327.88
Current children cumulated vsize (KiB) 223516

[startup+329.501 s]
/proc/loadavg: 4.07 4.04 3.91 5/411 17525
/proc/meminfo: memFree=23343204/32951132 swapFree=67093844/67111528
[pid=17507] ppid=17505 vsize=223516 CPUtime=329.48 cores=0,2
/proc/17507/stat : 17507 (cir_minisat) R 17505 17507 15070 0 -1 4202496 51807 0 0 0 32933 15 0 0 25 0 1 0 609076158 228880384 46305 33554432000 4194304 4254575 140735072626032 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17507/statm: 55879 46305 233 15 0 52522 0
Current children cumulated CPU time (s) 329.48
Current children cumulated vsize (KiB) 223516

[startup+329.901 s]
/proc/loadavg: 4.07 4.04 3.91 5/411 17526
/proc/meminfo: memFree=23340848/32951132 swapFree=67093844/67111528
[pid=17507] ppid=17505 vsize=223516 CPUtime=329.89 cores=0,2
/proc/17507/stat : 17507 (cir_minisat) R 17505 17507 15070 0 -1 4202496 51814 0 0 0 32974 15 0 0 25 0 1 0 609076158 228880384 46312 33554432000 4194304 4254575 140735072626032 18446744073709551615 4216817 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17507/statm: 55879 46312 233 15 0 52522 0
Current children cumulated CPU time (s) 329.89
Current children cumulated vsize (KiB) 223516

[startup+330.1 s]
/proc/loadavg: 4.07 4.04 3.91 5/411 17526
/proc/meminfo: memFree=23340848/32951132 swapFree=67093844/67111528
[pid=17507] ppid=17505 vsize=223516 CPUtime=330.08 cores=0,2
/proc/17507/stat : 17507 (cir_minisat) R 17505 17507 15070 0 -1 4202496 51817 0 0 0 32993 15 0 0 25 0 1 0 609076158 228880384 46315 33554432000 4194304 4254575 140735072626032 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17507/statm: 55879 46315 233 15 0 52522 0
Current children cumulated CPU time (s) 330.08
Current children cumulated vsize (KiB) 223516

Child status: 20
Real time (s): 330.15
CPU time (s): 330.141
CPU user time (s): 329.974
CPU system time (s): 0.166974
CPU usage (%): 99.9972
Max. virtual memory (cumulated for all children) (KiB): 223516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 329.974
system time used= 0.166974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51822
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= 10
involuntary context switches= 439

runsolver used 1.36179 second user time and 2.88256 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-09 22:59:35
IDJOB=3348631
IDBENCH=88143
IDSOLVER=1810
FILE ID=node128/3348631-1304974775
RUNJOBID= node128-1304974211-17343
PBS_JOBID= 13285622
Free space on /tmp= 50988 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/manolios/c10idw_i.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348631-1304974775/watcher-3348631-1304974775 -o /tmp/evaluation-result-3348631-1304974775/solver-3348631-1304974775 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348631-1304974775.cnf

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

MD5SUM BENCH= c139a321e75833c70af36726562b66de
RANDOM SEED=1712419114

node128.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.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.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	: 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.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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      23558792 kB
Buffers:        171592 kB
Cached:        3250112 kB
SwapCached:       1408 kB
Active:        6054780 kB
Inactive:      3022308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      23558792 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:           10508 kB
Writeback:           0 kB
AnonPages:     5653616 kB
Mapped:          32252 kB
Slab:           210076 kB
PageTables:      39332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 101173368 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 50988 MiB
End job on node128 at 2011-05-09 23:05:05