Trace number 3318155

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: MiniSAT 2.2.0-agile-26UNSAT 282.66 282.648

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_fb_unknown.cnf
MD5SUM2385047c56f7801a7fd110b2ffe2f293
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.229
Satisfiable
(Un)Satisfiability was proved
Number of variables35819
Number of clauses773506
Sum of the clauses size2886709
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 255953
Number of clauses of size 395409
Number of clauses of size 4622144
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

282.61/282.63	WARNING: for repeatability, setting FPU to use double precision
282.61/282.63	============================[ Problem Statistics ]=============================
282.61/282.63	|                                                                             |
282.61/282.63	|  Number of variables:         35819                                         |
282.61/282.63	|  Number of clauses:          773506                                         |
282.61/282.63	|  Parse time:                   0.31 s                                       |
282.61/282.63	|  Eliminated clauses:           0.10 Mb                                      |
282.61/282.63	|  Simplification time:          1.23 s                                       |
282.61/282.63	|                                                                             |
282.61/282.63	============================[ Search Statistics ]=================================
282.61/282.63	| Conflicts |          ORIGINAL         |          LEARNT          | Progress    |
282.61/282.63	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |     Agility |
282.61/282.63	==================================================================================
282.61/282.63	|       100 |   33230   702270  2622078 |   257499       97     16 |  0.025 % 20 |
282.61/282.63	|       250 |   33230   702270  2622078 |   283248      247     15 |  0.025 % 20 |
282.61/282.63	|       475 |   33230   702270  2622078 |   311573      472     16 |  0.025 % 20 |
282.61/282.63	|       812 |   33230   702270  2622078 |   342731      809     15 |  0.025 % 17 |
282.61/282.63	|      1318 |   33230   702270  2622078 |   377004     1315     15 |  0.025 % 18 |
282.61/282.63	|      2077 |   33230   702270  2622078 |   414704     2074     15 |  0.025 % 14 |
282.61/282.63	|      3216 |   33230   702270  2622078 |   456175     3213     14 |  0.025 % 20 |
282.61/282.63	|      4924 |   33230   702270  2622078 |   501792     4921     14 |  0.025 % 17 |
282.61/282.63	|      7486 |   33230   702270  2622078 |   551971     7483     14 |  0.025 % 16 |
282.61/282.63	|     11330 |   33230   701865  2620922 |   607169    11325     14 |  0.025 % 20 |
282.61/282.63	|     17096 |   33230   701865  2620922 |   667886    17091     15 |  0.025 % 18 |
282.61/282.63	|     25745 |   33230   701865  2620922 |   734674    25740     16 |  0.025 % 19 |
282.61/282.63	|     38719 |   33230   701865  2620922 |   808142    38714     16 |  0.025 % 25 |
282.61/282.63	|     58180 |   33230   701865  2620922 |   888956    58175     17 |  0.025 % 18 |
282.61/282.63	|     87372 |   33230   701865  2620922 |   977852    87367     17 |  0.025 % 18 |
282.61/282.63	|    131161 |   33230   701865  2620922 |  1075637   131156     18 |  0.025 % 26 |
282.61/282.63	|    196845 |   33230   701865  2620922 |  1183200   196840     18 |  0.025 % 27 |
282.61/282.63	|    295371 |   33230   701865  2620922 |  1301521   295366     19 |  0.025 % 23 |
282.61/282.63	|    443160 |   33230   701865  2620922 |  1431673   443155     19 |  0.025 % 19 |
282.61/282.63	|    664843 |   33223   700200  2615512 |  1574840   605282     20 |  0.045 % 20 |
282.61/282.63	===============================================================================
282.61/282.63	restarts              : 1811
282.61/282.63	skipped               : 283
282.61/282.63	conflicts             : 850335         (3010 /sec)
282.61/282.63	decisions             : 1015971        (0.00 % random) (3596 /sec)
282.61/282.63	propagations          : 199357283      (705652 /sec)
282.61/282.63	conflict literals     : 17525264       (51.90 % deleted)
282.61/282.63	Memory used           : 208.00 MB
282.61/282.64	CPU time              : 282.515 s
282.61/282.64	
282.61/282.64	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-3318155-1304901820/watcher-3318155-1304901820 -o /tmp/evaluation-result-3318155-1304901820/solver-3318155-1304901820 -C 2400 -W 1300 -M 7680 minisat HOME/instance-3318155-1304901820.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.22 2.37 3.14 4/342 2026
/proc/meminfo: memFree=11793816/32951124 swapFree=67111352/67111528
[pid=2026] ppid=2024 vsize=20136 CPUtime=0 cores=5,7
/proc/2026/stat : 2026 (minisat) R 2024 2026 1298 0 -1 4202496 819 0 0 0 0 0 0 0 21 0 1 0 582597717 20619264 760 33554432000 4194304 4291235 140735929407856 18446744073709551615 4277553 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2026/statm: 5034 761 214 24 0 1668 0

[startup+0.053285 s]
/proc/loadavg: 1.22 2.37 3.14 4/342 2026
/proc/meminfo: memFree=11793816/32951124 swapFree=67111352/67111528
[pid=2026] ppid=2024 vsize=30308 CPUtime=0.04 cores=5,7
/proc/2026/stat : 2026 (minisat) R 2024 2026 1298 0 -1 4202496 4123 0 0 0 4 0 0 0 21 0 1 0 582597717 31035392 3800 33554432000 4194304 4291235 140735929407856 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2026/statm: 7577 3800 215 24 0 4211 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30308

[startup+0.100274 s]
/proc/loadavg: 1.22 2.37 3.14 4/342 2026
/proc/meminfo: memFree=11793816/32951124 swapFree=67111352/67111528
[pid=2026] ppid=2024 vsize=38260 CPUtime=0.09 cores=5,7
/proc/2026/stat : 2026 (minisat) R 2024 2026 1298 0 -1 4202496 6420 0 0 0 8 1 0 0 21 0 1 0 582597717 39178240 5669 33554432000 4194304 4291235 140735929407856 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2026/statm: 9565 5670 215 24 0 6199 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38260

[startup+0.300245 s]
/proc/loadavg: 1.22 2.37 3.14 4/342 2026
/proc/meminfo: memFree=11793816/32951124 swapFree=67111352/67111528
[pid=2026] ppid=2024 vsize=71896 CPUtime=0.29 cores=5,7
/proc/2026/stat : 2026 (minisat) R 2024 2026 1298 0 -1 4202496 15631 0 0 0 27 2 0 0 22 0 1 0 582597717 73621504 13664 33554432000 4194304 4291235 140735929407856 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2026/statm: 17974 13664 215 24 0 14608 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71896

[startup+0.700156 s]
/proc/loadavg: 1.22 2.37 3.14 4/342 2026
/proc/meminfo: memFree=11793816/32951124 swapFree=67111352/67111528
[pid=2026] ppid=2024 vsize=77100 CPUtime=0.69 cores=5,7
/proc/2026/stat : 2026 (minisat) R 2024 2026 1298 0 -1 4202496 18306 0 0 0 67 2 0 0 24 0 1 0 582597717 78950400 15572 33554432000 4194304 4291235 140735929407856 18446744073709551615 4229939 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2026/statm: 19275 15572 237 24 0 15909 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77100

[startup+1.50101 s]
/proc/loadavg: 1.45 2.40 3.15 5/343 2027
/proc/meminfo: memFree=11731692/32951124 swapFree=67111352/67111528
[pid=2026] ppid=2024 vsize=77948 CPUtime=1.49 cores=5,7
/proc/2026/stat : 2026 (minisat) R 2024 2026 1298 0 -1 4202496 18526 0 0 0 147 2 0 0 25 0 1 0 582597717 79818752 15783 33554432000 4194304 4291235 140735929407856 18446744073709551615 4231701 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2026/statm: 19487 15783 239 24 0 16121 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77948

[startup+3.10068 s]
/proc/loadavg: 1.45 2.40 3.15 5/343 2027
/proc/meminfo: memFree=11738264/32951124 swapFree=67111352/67111528
[pid=2026] ppid=2024 vsize=72804 CPUtime=3.09 cores=5,7
/proc/2026/stat : 2026 (minisat) R 2024 2026 1298 0 -1 4202496 22675 0 0 0 306 3 0 0 25 0 1 0 582597717 74551296 13555 33554432000 4194304 4291235 140735929407856 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2026/statm: 18201 13555 259 24 0 14835 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 72804

[startup+6.30104 s]
/proc/loadavg: 1.45 2.40 3.15 5/343 2027
/proc/meminfo: memFree=11724912/32951124 swapFree=67111352/67111528
[pid=2026] ppid=2024 vsize=72804 CPUtime=6.29 cores=5,7
/proc/2026/stat : 2026 (minisat) R 2024 2026 1298 0 -1 4202496 23130 0 0 0 626 3 0 0 25 0 1 0 582597717 74551296 13989 33554432000 4194304 4291235 140735929407856 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2026/statm: 18201 13989 259 24 0 14835 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72804

[startup+12.7008 s]
/proc/loadavg: 1.84 2.45 3.16 5/343 2027
/proc/meminfo: memFree=11697280/32951124 swapFree=67111352/67111528
[pid=2026] ppid=2024 vsize=72804 CPUtime=12.69 cores=5,7
/proc/2026/stat : 2026 (minisat) R 2024 2026 1298 0 -1 4202496 23822 0 0 0 1266 3 0 0 25 0 1 0 582597717 74551296 14646 33554432000 4194304 4291235 140735929407856 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2026/statm: 18201 14646 259 24 0 14835 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 72804

[startup+25.5002 s]
/proc/loadavg: 2.17 2.50 3.16 5/343 2028
/proc/meminfo: memFree=11648304/32951124 swapFree=67111352/67111528
[pid=2026] ppid=2024 vsize=85728 CPUtime=25.49 cores=5,7
/proc/2026/stat : 2026 (minisat) R 2024 2026 1298 0 -1 4202496 25398 0 0 0 2545 4 0 0 25 0 1 0 582597717 87785472 16149 33554432000 4194304 4291235 140735929407856 18446744073709551615 4262114 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2026/statm: 21432 16149 259 24 0 18066 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85728

[startup+51.1011 s]
/proc/loadavg: 2.79 2.62 3.19 5/343 2028
/proc/meminfo: memFree=11563060/32951124 swapFree=67111352/67111528
[pid=2026] ppid=2024 vsize=106656 CPUtime=51.09 cores=5,7
/proc/2026/stat : 2026 (minisat) R 2024 2026 1298 0 -1 4202496 28408 0 0 0 5104 5 0 0 25 0 1 0 582597717 109215744 19051 33554432000 4194304 4291235 140735929407856 18446744073709551615 4256048 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2026/statm: 26664 19051 259 24 0 23298 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 106656

[startup+102.313 s]
/proc/loadavg: 3.52 2.85 3.23 5/343 2030
/proc/meminfo: memFree=11457976/32951124 swapFree=67111352/67111528
[pid=2026] ppid=2024 vsize=114720 CPUtime=102.3 cores=5,7
/proc/2026/stat : 2026 (minisat) R 2024 2026 1298 0 -1 4202496 33615 0 0 0 10223 7 0 0 25 0 1 0 582597717 117473280 24100 33554432000 4194304 4291235 140735929407856 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2026/statm: 28680 24100 259 24 0 25314 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 114720

[startup+162.301 s]
/proc/loadavg: 3.87 3.07 3.28 5/343 2031
/proc/meminfo: memFree=11564172/32951124 swapFree=67111352/67111528
[pid=2026] ppid=2024 vsize=152484 CPUtime=162.3 cores=5,7
/proc/2026/stat : 2026 (minisat) R 2024 2026 1298 0 -1 4202496 39745 0 0 0 16220 10 0 0 25 0 1 0 582597717 156143616 30053 33554432000 4194304 4291235 140735929407856 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2026/statm: 38121 30053 259 24 0 34755 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 152484

[startup+222.301 s]
/proc/loadavg: 3.95 3.24 3.32 5/343 2033
/proc/meminfo: memFree=11377744/32951124 swapFree=67111352/67111528
[pid=2026] ppid=2024 vsize=158020 CPUtime=222.3 cores=5,7
/proc/2026/stat : 2026 (minisat) R 2024 2026 1298 0 -1 4202496 44420 0 0 0 22218 12 0 0 25 0 1 0 582597717 161812480 34578 33554432000 4194304 4291235 140735929407856 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2026/statm: 39505 34578 259 24 0 36139 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 158020

[startup+282.3 s]
/proc/loadavg: 3.98 3.37 3.36 5/343 2034
/proc/meminfo: memFree=11308256/32951124 swapFree=67111352/67111528
[pid=2026] ppid=2024 vsize=213320 CPUtime=282.3 cores=5,7
/proc/2026/stat : 2026 (minisat) R 2024 2026 1298 0 -1 4202496 48942 0 0 0 28217 13 0 0 25 0 1 0 582597717 218439680 38960 33554432000 4194304 4291235 140735929407856 18446744073709551615 4256052 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2026/statm: 53330 38960 259 24 0 49964 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 213320

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

[startup+282.5 s]
/proc/loadavg: 3.98 3.37 3.36 5/343 2034
/proc/meminfo: memFree=11308256/32951124 swapFree=67111352/67111528
[pid=2026] ppid=2024 vsize=213320 CPUtime=282.5 cores=5,7
/proc/2026/stat : 2026 (minisat) R 2024 2026 1298 0 -1 4202496 48956 0 0 0 28237 13 0 0 25 0 1 0 582597717 218439680 38973 33554432000 4194304 4291235 140735929407856 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2026/statm: 53330 38973 259 24 0 49964 0
Current children cumulated CPU time (s) 282.5
Current children cumulated vsize (KiB) 213320

[startup+282.6 s]
/proc/loadavg: 3.98 3.37 3.36 5/343 2034
/proc/meminfo: memFree=11306640/32951124 swapFree=67111352/67111528
[pid=2026] ppid=2024 vsize=213320 CPUtime=282.61 cores=5,7
/proc/2026/stat : 2026 (minisat) R 2024 2026 1298 0 -1 4202496 48961 0 0 0 28248 13 0 0 25 0 1 0 582597717 218439680 38978 33554432000 4194304 4291235 140735929407856 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2026/statm: 53330 38978 259 24 0 49964 0
Current children cumulated CPU time (s) 282.61
Current children cumulated vsize (KiB) 213320

Child status: 20
Real time (s): 282.648
CPU time (s): 282.66
CPU user time (s): 282.515
CPU system time (s): 0.144977
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 213320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 282.515
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= 48978
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= 155

runsolver used 0.863868 second user time and 2.23266 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-09 02:43:41
IDJOB=3318155
IDBENCH=82494
IDSOLVER=1707
FILE ID=node143/3318155-1304901820
RUNJOBID= node143-1304901815-1960
PBS_JOBID= 13282128
Free space on /tmp= 41268 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT11/application/manthey/traffic/traffic_fb_unknown.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3318155-1304901820/watcher-3318155-1304901820 -o /tmp/evaluation-result-3318155-1304901820/solver-3318155-1304901820 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318155-1304901820.cnf

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

MD5SUM BENCH= 2385047c56f7801a7fd110b2ffe2f293
RANDOM SEED=1257612230

node143.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11793972 kB
Buffers:        179240 kB
Cached:        4276712 kB
SwapCached:          0 kB
Active:       16820056 kB
Inactive:      4025772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11793972 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           42108 kB
Writeback:           0 kB
AnonPages:    16389300 kB
Mapped:          29344 kB
Slab:           192496 kB
PageTables:      54192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70212460 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= 41264 MiB
End job on node143 at 2011-05-09 02:48:24