Trace number 3375852

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
MPhaseSAT64 2011-05-14 (fixed)UNSAT 318.61 318.605

General information on the benchmark

NameSAT02/industrial/goldberg/rand_net/
rand_net60-40-10.shuffled.cnf
MD5SUM532245ed9a95eef41b179dba56b78f57
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.016996
Satisfiable
(Un)Satisfiability was proved
Number of variables4800
Number of clauses14281
Sum of the clauses size33540
Maximum clause length60
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 29360
Number of clauses of size 34920
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

318.60/318.60	c MPhaseSAT64 version 514 by Jingchao Chen,  May 13,2011
318.60/318.60	c input CNF file=HOME/instance-3375852-1305462415.cnf 
318.60/318.60	c Clause#=14281  var#=4800  ratio=2 
318.60/318.60	c phase 1 
318.60/318.60	c height=11 
318.60/318.60	c hybrid solving 
318.60/318.60	c 
318.60/318.60	s UNSATISFIABLE
318.60/318.60	c 
318.60/318.60	c  Running time=318.608564 

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

running on 2 cores: 4,6

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: 3.82 3.79 3.53 4/302 18004
/proc/meminfo: memFree=16515628/32951132 swapFree=67093824/67111528
[pid=18004] ppid=18002 vsize=12612 CPUtime=0 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18002 18004 17267 0 -1 4202496 527 0 0 0 0 0 0 0 25 0 1 0 657841132 12914688 465 33554432000 4194304 4479436 140733213441072 18446744073709551615 4244551 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 3153 465 275 70 0 273 0

[startup+0.0737309 s]
/proc/loadavg: 3.82 3.79 3.53 4/302 18004
/proc/meminfo: memFree=16515628/32951132 swapFree=67093824/67111528
[pid=18004] ppid=18002 vsize=13492 CPUtime=0.07 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18002 18004 17267 0 -1 4202496 1003 0 0 0 7 0 0 0 25 0 1 0 657841132 13815808 737 33554432000 4194304 4479436 140733213441072 18446744073709551615 4338985 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 3373 737 294 70 0 493 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13492

[startup+0.100711 s]
/proc/loadavg: 3.82 3.79 3.53 4/302 18004
/proc/meminfo: memFree=16515628/32951132 swapFree=67093824/67111528
[pid=18004] ppid=18002 vsize=13492 CPUtime=0.09 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18002 18004 17267 0 -1 4202496 1003 0 0 0 9 0 0 0 25 0 1 0 657841132 13815808 737 33554432000 4194304 4479436 140733213441072 18446744073709551615 4339523 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 3373 737 294 70 0 493 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13492

[startup+0.300684 s]
/proc/loadavg: 3.82 3.79 3.53 4/302 18004
/proc/meminfo: memFree=16515628/32951132 swapFree=67093824/67111528
[pid=18004] ppid=18002 vsize=13240 CPUtime=0.29 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18002 18004 17267 0 -1 4202496 1123 0 0 0 29 0 0 0 25 0 1 0 657841132 13557760 686 33554432000 4194304 4479436 140733213441072 18446744073709551615 4397892 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 3310 686 306 70 0 430 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13240

[startup+0.700623 s]
/proc/loadavg: 3.82 3.79 3.53 4/302 18004
/proc/meminfo: memFree=16515628/32951132 swapFree=67093824/67111528
[pid=18004] ppid=18002 vsize=15620 CPUtime=0.69 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18002 18004 17267 0 -1 4202496 1616 0 0 0 69 0 0 0 25 0 1 0 657841132 15994880 1146 33554432000 4194304 4479436 140733213441072 18446744073709551615 4331558 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 3905 1146 318 70 0 1025 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15620

[startup+1.50049 s]
/proc/loadavg: 3.82 3.79 3.53 5/303 18005
/proc/meminfo: memFree=16508560/32951132 swapFree=67093824/67111528
[pid=18004] ppid=18002 vsize=17052 CPUtime=1.49 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18002 18004 17267 0 -1 4202496 2198 0 0 0 149 0 0 0 25 0 1 0 657841132 17461248 1504 33554432000 4194304 4479436 140733213441072 18446744073709551615 4455864 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 4263 1504 318 70 0 1383 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17052

[startup+3.10019 s]
/proc/loadavg: 3.82 3.79 3.53 5/303 18005
/proc/meminfo: memFree=16507944/32951132 swapFree=67093824/67111528
[pid=18004] ppid=18002 vsize=17440 CPUtime=3.09 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18002 18004 17267 0 -1 4202496 3095 0 0 0 309 0 0 0 25 0 1 0 657841132 17858560 1601 33554432000 4194304 4479436 140733213441072 18446744073709551615 4331413 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 4360 1601 318 70 0 1480 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17440

[startup+6.30064 s]
/proc/loadavg: 3.83 3.80 3.54 5/303 18005
/proc/meminfo: memFree=16506208/32951132 swapFree=67093824/67111528
[pid=18004] ppid=18002 vsize=17320 CPUtime=6.29 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18002 18004 17267 0 -1 4202496 4455 0 0 0 629 0 0 0 25 0 1 0 657841132 17735680 1553 33554432000 4194304 4479436 140733213441072 18446744073709551615 4450802 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 4330 1553 318 70 0 1450 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17320

[startup+12.7005 s]
/proc/loadavg: 3.85 3.80 3.54 5/303 18005
/proc/meminfo: memFree=16503128/32951132 swapFree=67093824/67111528
[pid=18004] ppid=18002 vsize=19244 CPUtime=12.69 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18002 18004 17267 0 -1 4202496 6504 0 0 0 1269 0 0 0 25 0 1 0 657841132 19705856 2034 33554432000 4194304 4479436 140733213441072 18446744073709551615 4452031 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 4811 2034 318 70 0 1931 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19244

[startup+25.5003 s]
/proc/loadavg: 3.88 3.81 3.55 5/303 18006
/proc/meminfo: memFree=16501628/32951132 swapFree=67093824/67111528
[pid=18004] ppid=18002 vsize=17636 CPUtime=25.49 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18002 18004 17267 0 -1 4202496 7435 0 0 0 2549 0 0 0 25 0 1 0 657841132 18059264 1691 33554432000 4194304 4479436 140733213441072 18446744073709551615 4331336 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 4409 1691 319 70 0 1529 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 17636

[startup+51.1009 s]
/proc/loadavg: 3.92 3.82 3.56 5/303 18006
/proc/meminfo: memFree=16500864/32951132 swapFree=67093824/67111528
[pid=18004] ppid=18002 vsize=17892 CPUtime=51.09 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18002 18004 17267 0 -1 4202496 12933 0 0 0 5108 1 0 0 25 0 1 0 657841132 18321408 1802 33554432000 4194304 4479436 140733213441072 18446744073709551615 4339572 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 4473 1802 319 70 0 1593 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 17892

[startup+102.301 s]
/proc/loadavg: 3.97 3.85 3.58 5/303 18008
/proc/meminfo: memFree=16500236/32951132 swapFree=67093824/67111528
[pid=18004] ppid=18002 vsize=17892 CPUtime=102.3 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18002 18004 17267 0 -1 4202496 26679 0 0 0 10226 4 0 0 25 0 1 0 657841132 18321408 1778 33554432000 4194304 4479436 140733213441072 18446744073709551615 4331474 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 4473 1778 319 70 0 1593 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 17892

[startup+162.301 s]
/proc/loadavg: 3.98 3.87 3.60 5/303 18009
/proc/meminfo: memFree=16499468/32951132 swapFree=67093824/67111528
[pid=18004] ppid=18002 vsize=19744 CPUtime=162.29 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18002 18004 17267 0 -1 4202496 45513 0 0 0 16223 6 0 0 25 0 1 0 657841132 20217856 2241 33554432000 4194304 4479436 140733213441072 18446744073709551615 4451944 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 4936 2241 319 70 0 2056 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 19744

[startup+222.311 s]
/proc/loadavg: 3.50 3.77 3.58 4/297 18028
/proc/meminfo: memFree=16513076/32951132 swapFree=67093824/67111528
[pid=18004] ppid=18002 vsize=18052 CPUtime=222.31 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18002 18004 17267 0 -1 4202496 53380 0 0 0 22224 7 0 0 25 0 1 0 657841132 18485248 1818 33554432000 4194304 4479436 140733213441072 18446744073709551615 4451957 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 4513 1818 319 70 0 1633 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 18052

[startup+282.301 s]
/proc/loadavg: 3.26 3.64 3.54 4/297 18030
/proc/meminfo: memFree=16513432/32951132 swapFree=67093824/67111528
[pid=18004] ppid=18002 vsize=17636 CPUtime=282.29 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18002 18004 17267 0 -1 4202496 71984 0 0 0 28220 9 0 0 25 0 1 0 657841132 18059264 1746 33554432000 4194304 4479436 140733213441072 18446744073709551615 4308419 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 4409 1746 319 70 0 1529 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 17636

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

[startup+294.401 s]
/proc/loadavg: 3.28 3.63 3.54 4/297 18030
/proc/meminfo: memFree=16513304/32951132 swapFree=67093824/67111528
[pid=18004] ppid=18002 vsize=17124 CPUtime=294.4 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18002 18004 17267 0 -1 4202496 75547 0 0 0 29430 10 0 0 25 0 1 0 657841132 17534976 1586 33554432000 4194304 4479436 140733213441072 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 4281 1586 319 70 0 1401 0
Current children cumulated CPU time (s) 294.4
Current children cumulated vsize (KiB) 17124

[startup+307.201 s]
/proc/loadavg: 3.24 3.61 3.54 4/297 18030
/proc/meminfo: memFree=16513424/32951132 swapFree=67093824/67111528
[pid=18004] ppid=18002 vsize=18084 CPUtime=307.19 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18002 18004 17267 0 -1 4202496 76939 0 0 0 30709 10 0 0 25 0 1 0 657841132 18518016 1826 33554432000 4194304 4479436 140733213441072 18446744073709551615 4341180 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 4521 1826 319 70 0 1641 0
Current children cumulated CPU time (s) 307.19
Current children cumulated vsize (KiB) 18084

[startup+313.611 s]
/proc/loadavg: 3.20 3.59 3.53 4/297 18030
/proc/meminfo: memFree=16513300/32951132 swapFree=67093824/67111528
[pid=18004] ppid=18002 vsize=19236 CPUtime=313.61 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18002 18004 17267 0 -1 4202496 78410 0 0 0 31350 11 0 0 25 0 1 0 657841132 19697664 2114 33554432000 4194304 4479436 140733213441072 18446744073709551615 4306959 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 4809 2114 319 70 0 1929 0
Current children cumulated CPU time (s) 313.61
Current children cumulated vsize (KiB) 19236

[startup+316.801 s]
/proc/loadavg: 3.20 3.59 3.53 4/297 18031
/proc/meminfo: memFree=16513548/32951132 swapFree=67093824/67111528
[pid=18004] ppid=18002 vsize=17796 CPUtime=316.81 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18002 18004 17267 0 -1 4202496 80130 0 0 0 31670 11 0 0 25 0 1 0 657841132 18223104 1754 33554432000 4194304 4479436 140733213441072 18446744073709551615 4331500 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 4449 1754 319 70 0 1569 0
Current children cumulated CPU time (s) 316.81
Current children cumulated vsize (KiB) 17796

[startup+317.601 s]
/proc/loadavg: 3.20 3.59 3.53 4/297 18031
/proc/meminfo: memFree=16513548/32951132 swapFree=67093824/67111528
[pid=18004] ppid=18002 vsize=17028 CPUtime=317.6 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18002 18004 17267 0 -1 4202496 80490 0 0 0 31749 11 0 0 25 0 1 0 657841132 17436672 1594 33554432000 4194304 4479436 140733213441072 18446744073709551615 4343787 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 4257 1594 319 70 0 1377 0
Current children cumulated CPU time (s) 317.6
Current children cumulated vsize (KiB) 17028

[startup+318.401 s]
/proc/loadavg: 3.18 3.58 3.53 4/297 18031
/proc/meminfo: memFree=16513424/32951132 swapFree=67093824/67111528
[pid=18004] ppid=18002 vsize=19556 CPUtime=318.4 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18002 18004 17267 0 -1 4202496 81090 0 0 0 31829 11 0 0 25 0 1 0 657841132 20025344 2194 33554432000 4194304 4479436 140733213441072 18446744073709551615 4450723 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 4889 2194 319 70 0 2009 0
Current children cumulated CPU time (s) 318.4
Current children cumulated vsize (KiB) 19556

[startup+318.6 s]
/proc/loadavg: 3.18 3.58 3.53 4/297 18031
/proc/meminfo: memFree=16513424/32951132 swapFree=67093824/67111528
[pid=18004] ppid=18002 vsize=19556 CPUtime=318.6 cores=4,6
/proc/18004/stat : 18004 (MPhaseSAT64) R 18002 18004 17267 0 -1 4202496 81090 0 0 0 31849 11 0 0 25 0 1 0 657841132 20025344 2194 33554432000 4194304 4479436 140733213441072 18446744073709551615 4451975 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18004/statm: 4889 2194 319 70 0 2009 0
Current children cumulated CPU time (s) 318.6
Current children cumulated vsize (KiB) 19556

Child status: 20
Real time (s): 318.605
CPU time (s): 318.61
CPU user time (s): 318.495
CPU system time (s): 0.114982
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 20908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 318.495
system time used= 0.114982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81098
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= 6
involuntary context switches= 302

runsolver used 0.860869 second user time and 2.11968 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-15 14:26:55
IDJOB=3375852
IDBENCH=88025
IDSOLVER=1855
FILE ID=node131/3375852-1305462415
RUNJOBID= node131-1305462322-17907
PBS_JOBID= 13324902
Free space on /tmp= 73700 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT02/industrial/goldberg/rand_net/rand_net60-40-10.shuffled.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3375852-1305462415/watcher-3375852-1305462415 -o /tmp/evaluation-result-3375852-1305462415/solver-3375852-1305462415 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3375852-1305462415.cnf

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

MD5SUM BENCH= 532245ed9a95eef41b179dba56b78f57
RANDOM SEED=436916019

node131.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.830
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.66
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.830
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.830
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.830
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.830
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.77
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.830
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.830
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.75
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.830
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:     32951132 kB
MemFree:      16515660 kB
Buffers:        291620 kB
Cached:        4315548 kB
SwapCached:       1504 kB
Active:       12729880 kB
Inactive:      3439108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      16515660 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:             460 kB
Writeback:           0 kB
AnonPages:    11560668 kB
Mapped:          28460 kB
Slab:           167568 kB
PageTables:      35488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 29926816 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= 73704 MiB
End job on node131 at 2011-05-15 14:32:14