Trace number 3309776

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
glueminisat 2.2.5UNSAT 271.71 271.707

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_3b_unknown.cnf
MD5SUMb8621ec1841e055a001ab32c33f2b68c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark114.081
Satisfiable
(Un)Satisfiability was proved
Number of variables39151
Number of clauses533919
Sum of the clauses size1968248
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 251568
Number of clauses of size 364292
Number of clauses of size 4418059
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

271.60/271.70	WARNING: for repeatability, setting FPU to use double precision
271.60/271.70	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: 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-3309776-1303993482/watcher-3309776-1303993482 -o /tmp/evaluation-result-3309776-1303993482/solver-3309776-1303993482 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3309776-1303993482.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 29659
/proc/meminfo: memFree=19992436/32950904 swapFree=67082284/67111528
[pid=29659] ppid=29657 vsize=20220 CPUtime=0 cores=0,2,4,6
/proc/29659/stat : 29659 (glueminisat) R 29657 29659 29243 0 -1 4202496 826 0 0 0 0 0 0 0 25 0 1 0 510947992 20705280 767 33554432000 4194304 4309791 140736354770016 18446744073709551615 237278576848 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/29659/statm: 5055 770 216 29 0 1684 0

[startup+0.034069 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 29659
/proc/meminfo: memFree=19992436/32950904 swapFree=67082284/67111528
[pid=29659] ppid=29657 vsize=30080 CPUtime=0.02 cores=0,2,4,6
/proc/29659/stat : 29659 (glueminisat) R 29657 29659 29243 0 -1 4202496 3473 0 0 0 2 0 0 0 25 0 1 0 510947992 30801920 3289 33554432000 4194304 4309791 140736354770016 18446744073709551615 4294526 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/29659/statm: 7520 3289 217 29 0 4149 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 30080

[startup+0.101057 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 29659
/proc/meminfo: memFree=19992436/32950904 swapFree=67082284/67111528
[pid=29659] ppid=29657 vsize=40748 CPUtime=0.08 cores=0,2,4,6
/proc/29659/stat : 29659 (glueminisat) R 29657 29659 29243 0 -1 4202496 6973 0 0 0 8 0 0 0 25 0 1 0 510947992 41725952 6183 33554432000 4194304 4309791 140736354770016 18446744073709551615 237278540485 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/29659/statm: 10187 6183 217 29 0 6816 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 40748

[startup+0.301021 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 29659
/proc/meminfo: memFree=19992436/32950904 swapFree=67082284/67111528
[pid=29659] ppid=29657 vsize=67432 CPUtime=0.29 cores=0,2,4,6
/proc/29659/stat : 29659 (glueminisat) R 29657 29659 29243 0 -1 4202496 13448 0 0 0 28 1 0 0 25 0 1 0 510947992 69050368 11618 33554432000 4194304 4309791 140736354770016 18446744073709551615 4226917 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/29659/statm: 16858 11618 223 29 0 13487 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67432

[startup+0.701013 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 29659
/proc/meminfo: memFree=19992436/32950904 swapFree=67082284/67111528
[pid=29659] ppid=29657 vsize=67432 CPUtime=0.69 cores=0,2,4,6
/proc/29659/stat : 29659 (glueminisat) R 29657 29659 29243 0 -1 4202496 13469 0 0 0 68 1 0 0 25 0 1 0 510947992 69050368 11639 33554432000 4194304 4309791 140736354770016 18446744073709551615 4226915 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/29659/statm: 16858 11639 223 29 0 13487 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 67432

[startup+1.50086 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 29660
/proc/meminfo: memFree=19944200/32950904 swapFree=67082284/67111528
[pid=29659] ppid=29657 vsize=56600 CPUtime=1.49 cores=0,2,4,6
/proc/29659/stat : 29659 (glueminisat) R 29657 29659 29243 0 -1 4202496 16425 0 0 0 147 2 0 0 25 0 1 0 510947992 57958400 10112 33554432000 4194304 4309791 140736354770016 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/29659/statm: 14150 10112 245 29 0 10779 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56600

[startup+3.10059 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 29660
/proc/meminfo: memFree=19951264/32950904 swapFree=67082284/67111528
[pid=29659] ppid=29657 vsize=56600 CPUtime=3.09 cores=0,2,4,6
/proc/29659/stat : 29659 (glueminisat) R 29657 29659 29243 0 -1 4202496 16627 0 0 0 307 2 0 0 25 0 1 0 510947992 57958400 10301 33554432000 4194304 4309791 140736354770016 18446744073709551615 4259159 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/29659/statm: 14150 10301 245 29 0 10779 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 56600

[startup+6.3009 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 29660
/proc/meminfo: memFree=19948324/32950904 swapFree=67082284/67111528
[pid=29659] ppid=29657 vsize=56600 CPUtime=6.29 cores=0,2,4,6
/proc/29659/stat : 29659 (glueminisat) R 29657 29659 29243 0 -1 4202496 16995 0 0 0 627 2 0 0 25 0 1 0 510947992 57958400 10650 33554432000 4194304 4309791 140736354770016 18446744073709551615 4259147 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29659/statm: 14150 10650 245 29 0 10779 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56600

[startup+12.7008 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 29660
/proc/meminfo: memFree=19927880/32950904 swapFree=67082284/67111528
[pid=29659] ppid=29657 vsize=56596 CPUtime=12.69 cores=0,2,4,6
/proc/29659/stat : 29659 (glueminisat) R 29657 29659 29243 0 -1 4202496 20647 0 0 0 1266 3 0 0 25 0 1 0 510947992 57954304 10401 33554432000 4194304 4309791 140736354770016 18446744073709551615 4259895 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29659/statm: 14149 10401 245 29 0 10778 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56596

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 29661
/proc/meminfo: memFree=19933816/32950904 swapFree=67082284/67111528
[pid=29659] ppid=29657 vsize=75272 CPUtime=25.48 cores=0,2,4,6
/proc/29659/stat : 29659 (glueminisat) R 29657 29659 29243 0 -1 4202496 24807 0 0 0 2545 3 0 0 25 0 1 0 510947992 77078528 14028 33554432000 4194304 4309791 140736354770016 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29659/statm: 18818 14028 245 29 0 15447 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 75272

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 29661
/proc/meminfo: memFree=19892620/32950904 swapFree=67082284/67111528
[pid=29659] ppid=29657 vsize=94648 CPUtime=51.09 cores=0,2,4,6
/proc/29659/stat : 29659 (glueminisat) R 29657 29659 29243 0 -1 4202496 26091 0 0 0 5105 4 0 0 25 0 1 0 510947992 96919552 15253 33554432000 4194304 4309791 140736354770016 18446744073709551615 4259471 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29659/statm: 23662 15253 245 29 0 20291 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 94648

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 29663
/proc/meminfo: memFree=19874268/32950904 swapFree=67082284/67111528
[pid=29659] ppid=29657 vsize=94648 CPUtime=102.3 cores=0,2,4,6
/proc/29659/stat : 29659 (glueminisat) R 29657 29659 29243 0 -1 4202496 27436 0 0 0 10225 5 0 0 25 0 1 0 510947992 96919552 16558 33554432000 4194304 4309791 140736354770016 18446744073709551615 4259892 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29659/statm: 23662 16558 245 29 0 20291 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 94648

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 29664
/proc/meminfo: memFree=19846932/32950904 swapFree=67082284/67111528
[pid=29659] ppid=29657 vsize=113504 CPUtime=162.29 cores=0,2,4,6
/proc/29659/stat : 29659 (glueminisat) R 29657 29659 29243 0 -1 4202496 40179 0 0 0 16223 6 0 0 25 0 1 0 510947992 116228096 23466 33554432000 4194304 4309791 140736354770016 18446744073709551615 4259202 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29659/statm: 28376 23466 245 29 0 25005 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 113504

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 29693
/proc/meminfo: memFree=19909144/32950904 swapFree=67082284/67111528
[pid=29659] ppid=29657 vsize=113504 CPUtime=222.29 cores=0,2,4,6
/proc/29659/stat : 29659 (glueminisat) R 29657 29659 29243 0 -1 4202496 41676 0 0 0 22222 7 0 0 25 0 1 0 510947992 116228096 24879 33554432000 4194304 4309791 140736354770016 18446744073709551615 4259406 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29659/statm: 28376 24879 245 29 0 25005 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 113504

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

[startup+230.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 29693
/proc/meminfo: memFree=19906280/32950904 swapFree=67082284/67111528
[pid=29659] ppid=29657 vsize=113504 CPUtime=230.29 cores=0,2,4,6
/proc/29659/stat : 29659 (glueminisat) R 29657 29659 29243 0 -1 4202496 41676 0 0 0 23022 7 0 0 25 0 1 0 510947992 116228096 24879 33554432000 4194304 4309791 140736354770016 18446744073709551615 4259390 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29659/statm: 28376 24879 245 29 0 25005 0
Current children cumulated CPU time (s) 230.29
Current children cumulated vsize (KiB) 113504

[startup+255.9 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 29694
/proc/meminfo: memFree=19895592/32950904 swapFree=67082284/67111528
[pid=29659] ppid=29657 vsize=113504 CPUtime=255.89 cores=0,2,4,6
/proc/29659/stat : 29659 (glueminisat) R 29657 29659 29243 0 -1 4202496 41676 0 0 0 25582 7 0 0 25 0 1 0 510947992 116228096 24879 33554432000 4194304 4309791 140736354770016 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29659/statm: 28376 24879 245 29 0 25005 0
Current children cumulated CPU time (s) 255.89
Current children cumulated vsize (KiB) 113504

[startup+262.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 29694
/proc/meminfo: memFree=19887780/32950904 swapFree=67082284/67111528
[pid=29659] ppid=29657 vsize=113504 CPUtime=262.29 cores=0,2,4,6
/proc/29659/stat : 29659 (glueminisat) R 29657 29659 29243 0 -1 4202496 41676 0 0 0 26222 7 0 0 25 0 1 0 510947992 116228096 24879 33554432000 4194304 4309791 140736354770016 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29659/statm: 28376 24879 245 29 0 25005 0
Current children cumulated CPU time (s) 262.29
Current children cumulated vsize (KiB) 113504

[startup+268.7 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 29694
/proc/meminfo: memFree=19882820/32950904 swapFree=67082284/67111528
[pid=29659] ppid=29657 vsize=113504 CPUtime=268.69 cores=0,2,4,6
/proc/29659/stat : 29659 (glueminisat) R 29657 29659 29243 0 -1 4202496 41676 0 0 0 26862 7 0 0 25 0 1 0 510947992 116228096 24879 33554432000 4194304 4309791 140736354770016 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29659/statm: 28376 24879 245 29 0 25005 0
Current children cumulated CPU time (s) 268.69
Current children cumulated vsize (KiB) 113504

[startup+270.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 29694
/proc/meminfo: memFree=19882820/32950904 swapFree=67082284/67111528
[pid=29659] ppid=29657 vsize=113504 CPUtime=270.29 cores=0,2,4,6
/proc/29659/stat : 29659 (glueminisat) R 29657 29659 29243 0 -1 4202496 41676 0 0 0 27022 7 0 0 25 0 1 0 510947992 116228096 24879 33554432000 4194304 4309791 140736354770016 18446744073709551615 4259872 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29659/statm: 28376 24879 245 29 0 25005 0
Current children cumulated CPU time (s) 270.29
Current children cumulated vsize (KiB) 113504

[startup+271.101 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 29694
/proc/meminfo: memFree=19882820/32950904 swapFree=67082284/67111528
[pid=29659] ppid=29657 vsize=113504 CPUtime=271.09 cores=0,2,4,6
/proc/29659/stat : 29659 (glueminisat) R 29657 29659 29243 0 -1 4202496 41676 0 0 0 27102 7 0 0 25 0 1 0 510947992 116228096 24879 33554432000 4194304 4309791 140736354770016 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29659/statm: 28376 24879 245 29 0 25005 0
Current children cumulated CPU time (s) 271.09
Current children cumulated vsize (KiB) 113504

[startup+271.501 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 29694
/proc/meminfo: memFree=19882820/32950904 swapFree=67082284/67111528
[pid=29659] ppid=29657 vsize=113504 CPUtime=271.49 cores=0,2,4,6
/proc/29659/stat : 29659 (glueminisat) R 29657 29659 29243 0 -1 4202496 41676 0 0 0 27142 7 0 0 25 0 1 0 510947992 116228096 24879 33554432000 4194304 4309791 140736354770016 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29659/statm: 28376 24879 245 29 0 25005 0
Current children cumulated CPU time (s) 271.49
Current children cumulated vsize (KiB) 113504

[startup+271.707 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 29694
/proc/meminfo: memFree=19882820/32950904 swapFree=67082284/67111528
[pid=29659] ppid=29657 vsize=0 CPUtime=271.7 cores=0,2,4,6
/proc/29659/stat : 29659 (glueminisat) R 29657 29659 29243 0 -1 4202500 41681 0 0 0 27162 8 0 0 25 0 1 0 510947992 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 0 0 0 0
/proc/29659/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 271.7
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 271.707
CPU time (s): 271.71
CPU user time (s): 271.627
CPU system time (s): 0.082987
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 125000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 271.627
system time used= 0.082987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41681
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= 432

runsolver used 0.467928 second user time and 0.873867 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-28 14:24:42
IDJOB=3309776
IDBENCH=82502
IDSOLVER=1694
FILE ID=node121/3309776-1303993482
RUNJOBID= node121-1303987383-29261
PBS_JOBID= 13168752
Free space on /tmp= 72624 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT11/application/manthey/traffic/traffic_3b_unknown.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309776-1303993482/watcher-3309776-1303993482 -o /tmp/evaluation-result-3309776-1303993482/solver-3309776-1303993482 -C 5000 -W 5100 -M 15500  glueminisat -compe HOME/instance-3309776-1303993482.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b8621ec1841e055a001ab32c33f2b68c
RANDOM SEED=1429585292

node121.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.817
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.63
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.817
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.07
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.817
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.84
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.817
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.77
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.817
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.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:      19992592 kB
Buffers:       2175476 kB
Cached:       10170612 kB
SwapCached:       2776 kB
Active:        9147768 kB
Inactive:      3291700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19992592 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           32476 kB
Writeback:         296 kB
AnonPages:       90872 kB
Mapped:          14328 kB
Slab:           454952 kB
PageTables:       4716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   268248 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= 72636 MiB
End job on node121 at 2011-04-28 14:29:14