Trace number 3280439

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 256.815 256.805

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-21.cnf
MD5SUM627e3d704e5200c3037f9c9d83c939c1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.8305
Satisfiable
(Un)Satisfiability was proved
Number of variables3189
Number of clauses11039
Sum of the clauses size28509
Maximum clause length25
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25404
Number of clauses of size 35107
Number of clauses of size 4389
Number of clauses of size 586
Number of clauses of size over 552

Solver Data

256.80/256.80	c MPhaseSAT version 401 by Jingchao Chen,  April 1, 2011
256.80/256.80	c input CNF file=HOME/instance-3280439-1303746802.cnf 
256.80/256.80	c Clause#=11039  var#=3189  ratio=3 
256.80/256.80	c phase 1 
256.80/256.80	c hybrid solving 
256.80/256.80	c 
256.80/256.80	s UNSATISFIABLE
256.80/256.80	c 
256.80/256.80	c  Running time=256.813959 

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-3280439-1303746802/watcher-3280439-1303746802 -o /tmp/evaluation-result-3280439-1303746802/solver-3280439-1303746802 -C 2400 -W 1300 -M 7680 MPhaseSAT HOME/instance-3280439-1303746802.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: 0.00 0.00 0.00 1/174 27861
/proc/meminfo: memFree=21320904/32950928 swapFree=67111528/67111528
[pid=27861] ppid=27859 vsize=3300 CPUtime=0 cores=0,2
/proc/27861/stat : 27861 (MPhaseSAT) R 27859 27861 27831 0 -1 4202496 335 0 0 0 0 0 0 0 18 0 1 0 486276929 3379200 276 33554432000 134512640 134731564 4287729552 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27861/statm: 825 277 225 54 0 135 0

[startup+0.066658 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 27861
/proc/meminfo: memFree=21320904/32950928 swapFree=67111528/67111528
[pid=27861] ppid=27859 vsize=5148 CPUtime=0.06 cores=0,2
/proc/27861/stat : 27861 (MPhaseSAT) R 27859 27861 27831 0 -1 4202496 1000 0 0 0 6 0 0 0 18 0 1 0 486276929 5271552 807 33554432000 134512640 134731564 4287729552 18446744073709551615 134634467 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27861/statm: 1287 807 265 54 0 597 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5148

[startup+0.100651 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 27861
/proc/meminfo: memFree=21320904/32950928 swapFree=67111528/67111528
[pid=27861] ppid=27859 vsize=5148 CPUtime=0.09 cores=0,2
/proc/27861/stat : 27861 (MPhaseSAT) R 27859 27861 27831 0 -1 4202496 1008 0 0 0 9 0 0 0 18 0 1 0 486276929 5271552 814 33554432000 134512640 134731564 4287729552 18446744073709551615 134655562 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27861/statm: 1287 814 271 54 0 597 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5148

[startup+0.300606 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 27861
/proc/meminfo: memFree=21320904/32950928 swapFree=67111528/67111528
[pid=27861] ppid=27859 vsize=5148 CPUtime=0.29 cores=0,2
/proc/27861/stat : 27861 (MPhaseSAT) R 27859 27861 27831 0 -1 4202496 1008 0 0 0 29 0 0 0 18 0 1 0 486276929 5271552 814 33554432000 134512640 134731564 4287729552 18446744073709551615 134620577 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27861/statm: 1287 814 271 54 0 597 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5148

[startup+0.700522 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 27861
/proc/meminfo: memFree=21320904/32950928 swapFree=67111528/67111528
[pid=27861] ppid=27859 vsize=5264 CPUtime=0.69 cores=0,2
/proc/27861/stat : 27861 (MPhaseSAT) R 27859 27861 27831 0 -1 4202496 1065 0 0 0 69 0 0 0 18 0 1 0 486276929 5390336 871 33554432000 134512640 134731564 4287729552 18446744073709551615 134723650 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27861/statm: 1316 871 271 54 0 626 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5264

[startup+1.50036 s]
/proc/loadavg: 0.00 0.00 0.00 4/182 27876
/proc/meminfo: memFree=21306804/32950928 swapFree=67111528/67111528
[pid=27861] ppid=27859 vsize=5612 CPUtime=1.49 cores=0,2
/proc/27861/stat : 27861 (MPhaseSAT) R 27859 27861 27831 0 -1 4202496 1149 0 0 0 149 0 0 0 19 0 1 0 486276929 5746688 955 33554432000 134512640 134731564 4287729552 18446744073709551615 134720137 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27861/statm: 1403 955 271 54 0 713 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5612

[startup+3.10104 s]
/proc/loadavg: 0.00 0.00 0.00 5/190 27892
/proc/meminfo: memFree=21262584/32950928 swapFree=67111528/67111528
[pid=27861] ppid=27859 vsize=5844 CPUtime=3.09 cores=0,2
/proc/27861/stat : 27861 (MPhaseSAT) R 27859 27861 27831 0 -1 4202496 1213 0 0 0 309 0 0 0 25 0 1 0 486276929 5984256 1019 33554432000 134512640 134731564 4287729552 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27861/statm: 1461 1019 271 54 0 771 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5844

[startup+6.3004 s]
/proc/loadavg: 0.32 0.07 0.02 5/190 27892
/proc/meminfo: memFree=21045712/32950928 swapFree=67111528/67111528
[pid=27861] ppid=27859 vsize=6428 CPUtime=6.29 cores=0,2
/proc/27861/stat : 27861 (MPhaseSAT) R 27859 27861 27831 0 -1 4202496 1336 0 0 0 629 0 0 0 25 0 1 0 486276929 6582272 1142 33554432000 134512640 134731564 4287729552 18446744073709551615 134645545 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27861/statm: 1607 1142 271 54 0 917 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6428

[startup+12.7011 s]
/proc/loadavg: 0.53 0.11 0.04 4/185 27910
/proc/meminfo: memFree=21071196/32950928 swapFree=67111528/67111528
[pid=27861] ppid=27859 vsize=7124 CPUtime=12.7 cores=0,2
/proc/27861/stat : 27861 (MPhaseSAT) R 27859 27861 27831 0 -1 4202496 1522 0 0 0 1270 0 0 0 25 0 1 0 486276929 7294976 1328 33554432000 134512640 134731564 4287729552 18446744073709551615 134720131 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27861/statm: 1781 1328 271 54 0 1091 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 7124

[startup+25.5006 s]
/proc/loadavg: 1.08 0.26 0.08 4/185 27937
/proc/meminfo: memFree=21067428/32950928 swapFree=67111528/67111528
[pid=27861] ppid=27859 vsize=7924 CPUtime=25.5 cores=0,2
/proc/27861/stat : 27861 (MPhaseSAT) R 27859 27861 27831 0 -1 4202496 1715 0 0 0 2550 0 0 0 25 0 1 0 486276929 8114176 1513 33554432000 134512640 134731564 4287729552 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27861/statm: 1981 1513 271 54 0 1291 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 7924

[startup+51.1004 s]
/proc/loadavg: 1.96 0.52 0.18 5/190 27948
/proc/meminfo: memFree=21092568/32950928 swapFree=67111528/67111528
[pid=27861] ppid=27859 vsize=8960 CPUtime=51.09 cores=0,2
/proc/27861/stat : 27861 (MPhaseSAT) R 27859 27861 27831 0 -1 4202496 2171 0 0 0 5109 0 0 0 25 0 1 0 486276929 9175040 1791 33554432000 134512640 134731564 4287729552 18446744073709551615 134715505 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27861/statm: 2240 1791 273 54 0 1550 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 8960

[startup+102.306 s]
/proc/loadavg: 3.11 1.06 0.37 5/190 27949
/proc/meminfo: memFree=21095388/32950928 swapFree=67111528/67111528
[pid=27861] ppid=27859 vsize=10280 CPUtime=102.3 cores=0,2
/proc/27861/stat : 27861 (MPhaseSAT) R 27859 27861 27831 0 -1 4202496 45282 0 0 0 10224 6 0 0 25 0 1 0 486276929 10526720 2103 33554432000 134512640 134731564 4287729552 18446744073709551615 134667663 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27861/statm: 2570 2103 273 54 0 1880 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 10280

[startup+162.3 s]
/proc/loadavg: 3.72 1.61 0.60 5/190 27951
/proc/meminfo: memFree=21089828/32950928 swapFree=67111528/67111528
[pid=27861] ppid=27859 vsize=10460 CPUtime=162.3 cores=0,2
/proc/27861/stat : 27861 (MPhaseSAT) R 27859 27861 27831 0 -1 4202496 89769 0 0 0 16215 15 0 0 25 0 1 0 486276929 10711040 2152 33554432000 134512640 134731564 4287729552 18446744073709551615 134670212 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27861/statm: 2615 2152 273 54 0 1925 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 10460

[startup+222.3 s]
/proc/loadavg: 3.89 2.04 0.81 5/190 27952
/proc/meminfo: memFree=21084832/32950928 swapFree=67111528/67111528
[pid=27861] ppid=27859 vsize=13588 CPUtime=222.3 cores=0,2
/proc/27861/stat : 27861 (MPhaseSAT) R 27859 27861 27831 0 -1 4202496 113439 0 0 0 22210 20 0 0 25 0 1 0 486276929 13914112 2950 33554432000 134512640 134731564 4287729552 18446744073709551615 134717123 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27861/statm: 3397 2950 273 54 0 2707 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 13588

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

[startup+230.301 s]
/proc/loadavg: 3.91 2.10 0.85 5/190 27952
/proc/meminfo: memFree=21082964/32950928 swapFree=67111528/67111528
[pid=27861] ppid=27859 vsize=13588 CPUtime=230.3 cores=0,2
/proc/27861/stat : 27861 (MPhaseSAT) R 27859 27861 27831 0 -1 4202496 113439 0 0 0 23010 20 0 0 25 0 1 0 486276929 13914112 2950 33554432000 134512640 134731564 4287729552 18446744073709551615 134655462 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27861/statm: 3397 2950 273 54 0 2707 0
Current children cumulated CPU time (s) 230.3
Current children cumulated vsize (KiB) 13588

[startup+243.107 s]
/proc/loadavg: 3.92 2.16 0.88 5/190 27953
/proc/meminfo: memFree=21082468/32950928 swapFree=67111528/67111528
[pid=27861] ppid=27859 vsize=13588 CPUtime=243.11 cores=0,2
/proc/27861/stat : 27861 (MPhaseSAT) R 27859 27861 27831 0 -1 4202496 113439 0 0 0 24291 20 0 0 25 0 1 0 486276929 13914112 2950 33554432000 134512640 134731564 4287729552 18446744073709551615 134720128 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27861/statm: 3397 2950 273 54 0 2707 0
Current children cumulated CPU time (s) 243.11
Current children cumulated vsize (KiB) 13588

[startup+249.501 s]
/proc/loadavg: 3.93 2.20 0.90 5/190 27953
/proc/meminfo: memFree=21081720/32950928 swapFree=67111528/67111528
[pid=27861] ppid=27859 vsize=13588 CPUtime=249.5 cores=0,2
/proc/27861/stat : 27861 (MPhaseSAT) R 27859 27861 27831 0 -1 4202496 113439 0 0 0 24930 20 0 0 25 0 1 0 486276929 13914112 2950 33554432000 134512640 134731564 4287729552 18446744073709551615 134645500 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27861/statm: 3397 2950 273 54 0 2707 0
Current children cumulated CPU time (s) 249.5
Current children cumulated vsize (KiB) 13588

[startup+252.701 s]
/proc/loadavg: 3.93 2.22 0.91 5/190 27953
/proc/meminfo: memFree=21081720/32950928 swapFree=67111528/67111528
[pid=27861] ppid=27859 vsize=13588 CPUtime=252.7 cores=0,2
/proc/27861/stat : 27861 (MPhaseSAT) R 27859 27861 27831 0 -1 4202496 113439 0 0 0 25250 20 0 0 25 0 1 0 486276929 13914112 2950 33554432000 134512640 134731564 4287729552 18446744073709551615 134659679 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27861/statm: 3397 2950 273 54 0 2707 0
Current children cumulated CPU time (s) 252.7
Current children cumulated vsize (KiB) 13588

[startup+254.301 s]
/proc/loadavg: 3.93 2.22 0.91 5/190 27953
/proc/meminfo: memFree=21081720/32950928 swapFree=67111528/67111528
[pid=27861] ppid=27859 vsize=13588 CPUtime=254.3 cores=0,2
/proc/27861/stat : 27861 (MPhaseSAT) R 27859 27861 27831 0 -1 4202496 113439 0 0 0 25410 20 0 0 25 0 1 0 486276929 13914112 2950 33554432000 134512640 134731564 4287729552 18446744073709551615 134720151 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27861/statm: 3397 2950 273 54 0 2707 0
Current children cumulated CPU time (s) 254.3
Current children cumulated vsize (KiB) 13588

[startup+255.901 s]
/proc/loadavg: 4.02 2.27 0.93 5/190 27953
/proc/meminfo: memFree=21081596/32950928 swapFree=67111528/67111528
[pid=27861] ppid=27859 vsize=13588 CPUtime=255.9 cores=0,2
/proc/27861/stat : 27861 (MPhaseSAT) R 27859 27861 27831 0 -1 4202496 113439 0 0 0 25570 20 0 0 25 0 1 0 486276929 13914112 2950 33554432000 134512640 134731564 4287729552 18446744073709551615 134659341 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27861/statm: 3397 2950 273 54 0 2707 0
Current children cumulated CPU time (s) 255.9
Current children cumulated vsize (KiB) 13588

[startup+256.306 s]
/proc/loadavg: 4.02 2.27 0.93 5/190 27953
/proc/meminfo: memFree=21081716/32950928 swapFree=67111528/67111528
[pid=27861] ppid=27859 vsize=13588 CPUtime=256.31 cores=0,2
/proc/27861/stat : 27861 (MPhaseSAT) R 27859 27861 27831 0 -1 4202496 113439 0 0 0 25611 20 0 0 25 0 1 0 486276929 13914112 2950 33554432000 134512640 134731564 4287729552 18446744073709551615 134659010 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27861/statm: 3397 2950 273 54 0 2707 0
Current children cumulated CPU time (s) 256.31
Current children cumulated vsize (KiB) 13588

[startup+256.7 s]
/proc/loadavg: 4.02 2.27 0.93 5/190 27953
/proc/meminfo: memFree=21081716/32950928 swapFree=67111528/67111528
[pid=27861] ppid=27859 vsize=13588 CPUtime=256.7 cores=0,2
/proc/27861/stat : 27861 (MPhaseSAT) R 27859 27861 27831 0 -1 4202496 113439 0 0 0 25650 20 0 0 25 0 1 0 486276929 13914112 2950 33554432000 134512640 134731564 4287729552 18446744073709551615 134659345 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27861/statm: 3397 2950 273 54 0 2707 0
Current children cumulated CPU time (s) 256.7
Current children cumulated vsize (KiB) 13588

[startup+256.8 s]
/proc/loadavg: 4.02 2.27 0.93 5/190 27953
/proc/meminfo: memFree=21081716/32950928 swapFree=67111528/67111528
[pid=27861] ppid=27859 vsize=13392 CPUtime=256.8 cores=0,2
/proc/27861/stat : 27861 (MPhaseSAT) R 27859 27861 27831 0 -1 4202496 113439 0 0 0 25660 20 0 0 25 0 1 0 486276929 13713408 2901 33554432000 134512640 134731564 4287729552 18446744073709551615 3943648 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27861/statm: 3348 2901 273 54 0 2658 0
Current children cumulated CPU time (s) 256.8
Current children cumulated vsize (KiB) 13392

Child status: 20
Real time (s): 256.805
CPU time (s): 256.815
CPU user time (s): 256.612
CPU system time (s): 0.202969
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 13588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 256.612
system time used= 0.202969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113448
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= 13
involuntary context switches= 338

runsolver used 0.461929 second user time and 0.935857 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-25 17:53:22
IDJOB=3280439
IDBENCH=20393
IDSOLVER=1520
FILE ID=node149/3280439-1303746802
RUNJOBID= node149-1303746801-27849
PBS_JOBID= 13154013
Free space on /tmp= 72264 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-21.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280439-1303746802/watcher-3280439-1303746802 -o /tmp/evaluation-result-3280439-1303746802/solver-3280439-1303746802 -C 2400 -W 1300 -M 7680  MPhaseSAT HOME/instance-3280439-1303746802.cnf

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

MD5SUM BENCH= 627e3d704e5200c3037f9c9d83c939c1
RANDOM SEED=1773056912

node149.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.806
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.806
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.83
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.806
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.83
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.806
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.73
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.806
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.806
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.806
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.806
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:     32950928 kB
MemFree:      21321060 kB
Buffers:       2153300 kB
Cached:        8880332 kB
SwapCached:          0 kB
Active:         942628 kB
Inactive:     10155404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21321060 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             292 kB
Writeback:           8 kB
AnonPages:       63928 kB
Mapped:          14452 kB
Slab:           466956 kB
PageTables:       5092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188996 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= 72240 MiB
End job on node149 at 2011-04-25 17:57:39