Trace number 3280718

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
march_rw 2011-03-02? (MO) 546.784 546.777

General information on the benchmark

Nameindustrial/palacios/medium/
blocks-4-ipc5-h21-unknown.cnf
MD5SUM3b8c6114a974b09e9b1601ba0718cbf3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.5654
Satisfiable
(Un)Satisfiability was proved
Number of variables135534
Number of clauses905980
Sum of the clauses size2447966
Maximum clause length417
Minimum clause length1
Number of clauses of size 1125
Number of clauses of size 2771665
Number of clauses of size 3128198
Number of clauses of size 41424
Number of clauses of size 579
Number of clauses of size over 54489

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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

running on 2 cores: 1,3

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.71 2.72 3.25 5/186 23640
/proc/meminfo: memFree=20260572/32951124 swapFree=67110396/67111528
[pid=23640] ppid=23638 vsize=22412 CPUtime=0 cores=1,3
/proc/23640/stat : 23640 (march_rw) R 23638 23640 23083 0 -1 4194304 2529 0 0 0 0 0 0 0 21 0 1 0 565196507 22949888 2474 33554432000 4194304 4300876 140735748477376 18446744073709551615 224284586693 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23640/statm: 5603 2479 110 27 0 4052 0

[startup+0.0623311 s]
/proc/loadavg: 1.71 2.72 3.25 5/186 23640
/proc/meminfo: memFree=20260572/32951124 swapFree=67110396/67111528
[pid=23640] ppid=23638 vsize=33656 CPUtime=0.05 cores=1,3
/proc/23640/stat : 23640 (march_rw) R 23638 23640 23083 0 -1 4194304 6083 0 0 0 5 0 0 0 21 0 1 0 565196507 34463744 6028 33554432000 4194304 4300876 140735748477376 18446744073709551615 224284586693 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23640/statm: 8414 6028 113 27 0 6863 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 33656

[startup+0.100325 s]
/proc/loadavg: 1.71 2.72 3.25 5/186 23640
/proc/meminfo: memFree=20260572/32951124 swapFree=67110396/67111528
[pid=23640] ppid=23638 vsize=36032 CPUtime=0.09 cores=1,3
/proc/23640/stat : 23640 (march_rw) R 23638 23640 23083 0 -1 4194304 6713 0 0 0 9 0 0 0 21 0 1 0 565196507 36896768 6658 33554432000 4194304 4300876 140735748477376 18446744073709551615 224284925696 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23640/statm: 9008 6659 113 27 0 7457 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36032

[startup+0.300294 s]
/proc/loadavg: 1.71 2.72 3.25 5/186 23640
/proc/meminfo: memFree=20260572/32951124 swapFree=67110396/67111528
[pid=23640] ppid=23638 vsize=47912 CPUtime=0.29 cores=1,3
/proc/23640/stat : 23640 (march_rw) R 23638 23640 23083 0 -1 4194304 10036 0 0 0 28 1 0 0 22 0 1 0 565196507 49061888 9981 33554432000 4194304 4300876 140735748477376 18446744073709551615 224284586693 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23640/statm: 11978 9982 113 27 0 10427 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47912

[startup+0.700227 s]
/proc/loadavg: 1.71 2.72 3.25 5/186 23640
/proc/meminfo: memFree=20260572/32951124 swapFree=67110396/67111528
[pid=23640] ppid=23638 vsize=114916 CPUtime=0.69 cores=1,3
/proc/23640/stat : 23640 (march_rw) R 23638 23640 23083 0 -1 4194304 18464 0 0 0 67 2 0 0 24 0 1 0 565196507 117673984 18407 33554432000 4194304 4300876 140735748477376 18446744073709551615 4242244 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23640/statm: 28729 18407 118 27 0 27178 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 114916

[startup+1.50109 s]
/proc/loadavg: 1.71 2.72 3.25 5/190 23647
/proc/meminfo: memFree=19982092/32951124 swapFree=67110396/67111528
[pid=23640] ppid=23638 vsize=158288 CPUtime=1.49 cores=1,3
/proc/23640/stat : 23640 (march_rw) R 23638 23640 23083 0 -1 4194304 36656 0 0 0 145 4 0 0 25 0 1 0 565196507 162086912 29287 33554432000 4194304 4300876 140735748477376 18446744073709551615 224284583739 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23640/statm: 39572 29287 129 27 0 38021 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 158288

[startup+3.10083 s]
/proc/loadavg: 1.71 2.72 3.25 5/190 23647
/proc/meminfo: memFree=19798820/32951124 swapFree=67110396/67111528
[pid=23640] ppid=23638 vsize=150476 CPUtime=3.09 cores=1,3
/proc/23640/stat : 23640 (march_rw) R 23638 23640 23083 0 -1 4202496 72772 0 0 0 299 10 0 0 25 0 1 0 565196507 154087424 27334 33554432000 4194304 4300876 140735748477376 18446744073709551615 224284581895 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23640/statm: 37619 27334 143 27 0 36068 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 150476

[startup+6.30029 s]
/proc/loadavg: 1.97 2.76 3.26 5/190 23647
/proc/meminfo: memFree=19779648/32951124 swapFree=67110396/67111528
[pid=23640] ppid=23638 vsize=130136 CPUtime=6.29 cores=1,3
/proc/23640/stat : 23640 (march_rw) R 23638 23640 23083 0 -1 4202496 133981 0 0 0 610 19 0 0 25 0 1 0 565196507 133259264 21983 33554432000 4194304 4300876 140735748477376 18446744073709551615 4214625 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23640/statm: 32534 21983 144 27 0 30983 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 130136

[startup+12.7002 s]
/proc/loadavg: 2.13 2.78 3.26 5/190 23647
/proc/meminfo: memFree=19720768/32951124 swapFree=67110396/67111528
[pid=23640] ppid=23638 vsize=154460 CPUtime=12.69 cores=1,3
/proc/23640/stat : 23640 (march_rw) R 23638 23640 23083 0 -1 4202496 140051 0 0 0 1249 20 0 0 25 0 1 0 565196507 158167040 28053 33554432000 4194304 4300876 140735748477376 18446744073709551615 4214645 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23640/statm: 38615 28053 144 27 0 37064 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 154460

[startup+25.5011 s]
/proc/loadavg: 2.55 2.84 3.27 5/190 23647
/proc/meminfo: memFree=18970852/32951124 swapFree=67110396/67111528
[pid=23640] ppid=23638 vsize=248876 CPUtime=25.49 cores=1,3
/proc/23640/stat : 23640 (march_rw) R 23638 23640 23083 0 -1 4202496 163495 0 0 0 2524 25 0 0 25 0 1 0 565196507 254849024 51497 33554432000 4194304 4300876 140735748477376 18446744073709551615 224284586693 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23640/statm: 62219 51497 144 27 0 60668 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 248876

[startup+51.1008 s]
/proc/loadavg: 3.04 2.93 3.29 5/190 23647
/proc/meminfo: memFree=17657888/32951124 swapFree=67110396/67111528
[pid=23640] ppid=23638 vsize=453564 CPUtime=51.09 cores=1,3
/proc/23640/stat : 23640 (march_rw) R 23638 23640 23083 0 -1 4202496 214624 0 0 0 5073 36 0 0 25 0 1 0 565196507 464449536 102626 33554432000 4194304 4300876 140735748477376 18446744073709551615 4256624 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23640/statm: 113391 102626 144 27 0 111840 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 453564

[startup+102.3 s]
/proc/loadavg: 3.58 3.09 3.32 5/190 23649
/proc/meminfo: memFree=16472996/32951124 swapFree=67110396/67111528
[pid=23640] ppid=23638 vsize=997152 CPUtime=102.29 cores=1,3
/proc/23640/stat : 23640 (march_rw) R 23638 23640 23083 0 -1 4202496 350563 0 0 0 10167 62 0 0 25 0 1 0 565196507 1021083648 238565 33554432000 4194304 4300876 140735748477376 18446744073709551615 4214645 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23640/statm: 249288 238565 144 27 0 247737 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 997152

[startup+162.3 s]
/proc/loadavg: 3.84 3.25 3.37 5/190 23651
/proc/meminfo: memFree=15589336/32951124 swapFree=67110396/67111528
[pid=23640] ppid=23638 vsize=1685948 CPUtime=162.3 cores=1,3
/proc/23640/stat : 23640 (march_rw) R 23638 23640 23083 0 -1 4202496 521431 0 0 0 16137 93 0 0 25 0 1 0 565196507 1726410752 409433 33554432000 4194304 4300876 140735748477376 18446744073709551615 4214642 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23640/statm: 421487 409433 144 27 0 419936 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 1685948

[startup+222.301 s]
/proc/loadavg: 3.94 3.39 3.40 5/190 23653
/proc/meminfo: memFree=14837500/32951124 swapFree=67110396/67111528
[pid=23640] ppid=23638 vsize=2393360 CPUtime=222.29 cores=1,3
/proc/23640/stat : 23640 (march_rw) R 23638 23640 23083 0 -1 4202496 693952 0 0 0 22105 124 0 0 25 0 1 0 565196507 2450800640 581954 33554432000 4194304 4300876 140735748477376 18446744073709551615 4256624 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23640/statm: 598340 581954 144 27 0 596789 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 2393360

[startup+282.301 s]
/proc/loadavg: 3.98 3.50 3.44 5/190 23655
/proc/meminfo: memFree=13900772/32951124 swapFree=67110396/67111528
[pid=23640] ppid=23638 vsize=3198428 CPUtime=282.3 cores=1,3
/proc/23640/stat : 23640 (march_rw) R 23638 23640 23083 0 -1 4202496 897343 0 0 0 28072 158 0 0 25 0 1 0 565196507 3275190272 785345 33554432000 4194304 4300876 140735748477376 18446744073709551615 4256576 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23640/statm: 799607 785345 144 27 0 798056 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 3198428

[startup+342.301 s]
/proc/loadavg: 4.02 3.60 3.47 5/190 23655
/proc/meminfo: memFree=12846000/32951124 swapFree=67110396/67111528
[pid=23640] ppid=23638 vsize=4161236 CPUtime=342.3 cores=1,3
/proc/23640/stat : 23640 (march_rw) R 23638 23640 23083 0 -1 4202496 1140362 0 0 0 34030 200 0 0 25 0 1 0 565196507 4261105664 1028364 33554432000 4194304 4300876 140735748477376 18446744073709551615 4256624 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23640/statm: 1040309 1028365 144 27 0 1038758 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 4161236

[startup+402.301 s]
/proc/loadavg: 4.01 3.67 3.50 5/190 23657
/proc/meminfo: memFree=11838224/32951124 swapFree=67110396/67111528
[pid=23640] ppid=23638 vsize=5169500 CPUtime=402.3 cores=1,3
/proc/23640/stat : 23640 (march_rw) R 23638 23640 23083 0 -1 4202496 1382397 0 0 0 39993 237 0 0 25 0 1 0 565196507 5293568000 1270399 33554432000 4194304 4300876 140735748477376 18446744073709551615 4214625 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23640/statm: 1292375 1270399 144 27 0 1290824 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 5169500

[startup+462.301 s]
/proc/loadavg: 4.00 3.73 3.53 5/190 23659
/proc/meminfo: memFree=10746124/32951124 swapFree=67110396/67111528
[pid=23640] ppid=23638 vsize=6184184 CPUtime=462.29 cores=1,3
/proc/23640/stat : 23640 (march_rw) R 23638 23640 23083 0 -1 4202496 1638362 0 0 0 45950 279 0 0 25 0 1 0 565196507 6332604416 1526364 33554432000 4194304 4300876 140735748477376 18446744073709551615 224284586693 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23640/statm: 1546046 1526371 144 27 0 1544495 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 6184184

[startup+522.301 s]
/proc/loadavg: 4.04 3.79 3.56 5/190 23661
/proc/meminfo: memFree=9563136/32951124 swapFree=67110396/67111528
[pid=23640] ppid=23638 vsize=7315820 CPUtime=522.3 cores=1,3
/proc/23640/stat : 23640 (march_rw) R 23638 23640 23083 0 -1 4202496 1923866 0 0 0 51907 323 0 0 25 0 1 0 565196507 7491399680 1811868 33554432000 4194304 4300876 140735748477376 18446744073709551615 4256624 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23640/statm: 1828955 1811868 144 27 0 1827404 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 7315820



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+546.501 s]
/proc/loadavg: 4.02 3.80 3.57 5/190 23661
/proc/meminfo: memFree=8993356/32951124 swapFree=67110396/67111528
[pid=23640] ppid=23638 vsize=7864676 CPUtime=546.51 cores=1,3
/proc/23640/stat : 23640 (march_rw) R 23638 23640 23083 0 -1 4202496 2062379 0 0 0 54308 343 0 0 25 0 1 0 565196507 8053428224 1950381 33554432000 4194304 4300876 140735748477376 18446744073709551615 4256619 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23640/statm: 1966169 1950381 144 27 0 1964618 0
Current children cumulated CPU time (s) 546.51
Current children cumulated vsize (KiB) 7864676

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+546.613 s]
/proc/loadavg: 4.02 3.80 3.57 5/190 23661
/proc/meminfo: memFree=8993356/32951124 swapFree=67110396/67111528
[pid=23640] ppid=23638 vsize=0 CPUtime=546.61 cores=1,3
/proc/23640/stat : 23640 (march_rw) R 23638 23640 23083 0 -1 4203524 2062391 0 0 0 54308 353 0 0 25 0 1 0 565196507 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23640/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 546.61
Current children cumulated vsize (KiB) 0

[startup+546.701 s]
/proc/loadavg: 4.02 3.80 3.57 5/190 23661
/proc/meminfo: memFree=8993356/32951124 swapFree=67110396/67111528
[pid=23640] ppid=23638 vsize=0 CPUtime=546.7 cores=1,3
/proc/23640/stat : 23640 (march_rw) R 23638 23640 23083 0 -1 4203524 2062391 0 0 0 54308 362 0 0 25 0 1 0 565196507 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23640/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 546.7
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 546.777
CPU time (s): 546.784
CPU user time (s): 543.084
CPU system time (s): 3.69944
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 7864676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 543.084
system time used= 3.69944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2062391
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 1068

runsolver used 0.842871 second user time and 2.13967 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-25 18:40:58
IDJOB=3280718
IDBENCH=20431
IDSOLVER=1561
FILE ID=node118/3280718-1303749658
RUNJOBID= node118-1303749656-23606
PBS_JOBID= 13154044
Free space on /tmp= 71692 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT07/industrial/palacios/medium/blocks-4-ipc5-h21-unknown.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280718-1303749658/watcher-3280718-1303749658 -o /tmp/evaluation-result-3280718-1303749658/solver-3280718-1303749658 -C 2400 -W 1300 -M 7680  ./march_rw HOME/instance-3280718-1303749658.cnf

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

MD5SUM BENCH= 3b8c6114a974b09e9b1601ba0718cbf3
RANDOM SEED=312247858

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20260860 kB
Buffers:       1866112 kB
Cached:       10139864 kB
SwapCached:        600 kB
Active:        8648984 kB
Inactive:      3516592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20260860 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:           71920 kB
Writeback:           0 kB
AnonPages:      158316 kB
Mapped:          14904 kB
Slab:           461496 kB
PageTables:       5192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   344440 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= 71688 MiB
End job on node118 at 2011-04-25 18:50:07