Trace number 3321969

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
borg-sat 11.03.02-randomUNSAT 18.2132 3.10644

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1569819208-064.UNKNOWN.cnf
MD5SUM00f21cbc78a2d739f741e391ca987da6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.20481
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses1278
Sum of the clauses size3834
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31278
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.34/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.67	c INFO: solving HOME/instance-3321969-1304370177.cnf
0.34/0.67	c INFO: computing task features
0.34/0.68	c INFO: computed variable-clause graph statistics
0.34/0.68	c INFO: computed clause balance statistics
0.42/0.70	c INFO: computed variable balance statistics
0.42/0.72	c INFO: computed small-clause counts
0.42/0.72	c INFO: computed Horn-clause counts
0.42/0.72	c INFO: computed variable graph statistics
0.42/0.72	c INFO: collected features for HOME/instance-3321969-1304370177.cnf in 0.05 s
0.42/0.76	c INFO: running TNM@0 for 97 with 39999 remaining (b = 0.55)
0.42/0.79	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.42)
0.52/0.83	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.37)
0.52/0.87	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.33)
0.62/0.91	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.13)
0.62/0.95	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.08)
0.62/0.99	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.24)
1.53/1.04	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.22)
17.40/3.08	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-3321969-1304370177/watcher-3321969-1304370177 -o /tmp/evaluation-result-3321969-1304370177/solver-3321969-1304370177 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3321969-1304370177.cnf -seed 820002187 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.35 8.38 8.12 1/244 1885
/proc/meminfo: memFree=17061228/32950904 swapFree=67082284/67111528
[pid=1885] ppid=1883 vsize=15184 CPUtime=0 cores=0-7
/proc/1885/stat : 1885 (python) R 1883 1885 1221 0 -1 4202496 724 0 0 0 0 0 0 0 24 0 1 0 548617518 15548416 615 33554432000 4194304 5683644 140735757654160 18446744073709551615 237278875493 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1885/statm: 3796 615 321 364 0 283 0

[startup+0.0968289 s]
/proc/loadavg: 8.35 8.38 8.12 1/244 1885
/proc/meminfo: memFree=17061228/32950904 swapFree=67082284/67111528
[pid=1885] ppid=1883 vsize=85368 CPUtime=0.05 cores=0-7
/proc/1885/stat : 1885 (python) R 1883 1885 1221 0 -1 4202496 2595 0 0 0 4 1 0 0 24 0 1 0 548617518 87416832 2315 33554432000 4194304 5683644 140735757654160 18446744073709551615 5211970 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1885/statm: 21342 2317 713 364 0 1559 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85368

[startup+0.10083 s]
/proc/loadavg: 8.35 8.38 8.12 1/244 1885
/proc/meminfo: memFree=17061228/32950904 swapFree=67082284/67111528
[pid=1885] ppid=1883 vsize=87708 CPUtime=0.06 cores=0-7
/proc/1885/stat : 1885 (python) R 1883 1885 1221 0 -1 4202496 2638 0 0 0 5 1 0 0 24 0 1 0 548617518 89812992 2354 33554432000 4194304 5683644 140735757654160 18446744073709551615 237273955975 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/1885/statm: 22443 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87708

[startup+0.300793 s]
/proc/loadavg: 8.35 8.38 8.12 1/244 1885
/proc/meminfo: memFree=17061228/32950904 swapFree=67082284/67111528
[pid=1885] ppid=1883 vsize=135752 CPUtime=0.19 cores=0-7
/proc/1885/stat : 1885 (python) R 1883 1885 1221 0 -1 4202496 5962 934 1 0 14 5 0 0 25 0 1 0 548617518 139010048 4151 33554432000 4194304 5683644 140735757654160 18446744073709551615 237278875653 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1885/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700722 s]
/proc/loadavg: 8.35 8.38 8.12 1/244 1885
/proc/meminfo: memFree=17061228/32950904 swapFree=67082284/67111528
[pid=1885] ppid=1883 vsize=278128 CPUtime=0.42 cores=0-7
/proc/1885/stat : 1885 (python) R 1883 1885 1221 0 -1 4202496 9270 934 1 0 33 9 0 0 25 0 1 0 548617518 284803072 6940 33554432000 4194304 5683644 140735757654160 18446744073709551615 4619985 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1885/statm: 69532 6940 1826 364 0 5456 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 278128

[startup+1.5015 s]
/proc/loadavg: 8.35 8.38 8.12 8/263 1909
/proc/meminfo: memFree=17011568/32950904 swapFree=67082284/67111528
[pid=1885] ppid=1883 vsize=361252 CPUtime=0.75 cores=0-7
/proc/1885/stat : 1885 (python) S 1883 1885 1221 0 -1 4202496 15884 934 1 0 64 11 0 0 25 0 9 0 548617518 369922048 7277 33554432000 4194304 5683644 140735757654160 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1885/statm: 90313 7277 1889 364 0 26210 0
[pid=1891] ppid=1885 vsize=278580 CPUtime=0 cores=0-7
/proc/1891/stat : 1891 (python) S 1885 1885 1221 0 -1 4202560 709 0 0 0 0 0 0 0 25 0 1 0 548617594 285265920 5560 33554432000 4194304 5683644 140735757654160 18446744073709551615 237278899727 0 0 16781312 514 4295320243527483391 0 0 17 1 0 0 0
/proc/1891/statm: 69645 5560 347 364 0 5563 0
[pid=1893] ppid=1891 vsize=454884 CPUtime=0.73 cores=0-7
/proc/1893/stat : 1893 (TNM) R 1891 1893 1893 0 -1 4202496 409 0 0 0 73 0 0 0 25 0 1 0 548617594 465801216 143 33554432000 134512640 135008748 4290133488 18446744073709551615 134528574 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/1893/statm: 113721 143 46 122 0 112621 0
[pid=1894] ppid=1885 vsize=289272 CPUtime=0 cores=0-7
/proc/1894/stat : 1894 (python) S 1885 1885 1221 0 -1 4202560 754 0 0 0 0 0 0 0 19 0 1 0 548617598 296214528 5675 33554432000 4194304 5683644 140735757654160 18446744073709551615 237278899782 0 0 16781312 514 4365168368949362947 0 0 17 5 0 0 0
/proc/1894/statm: 72318 5675 348 364 0 8233 0
[pid=1896] ppid=1894 vsize=1760 CPUtime=0.69 cores=0-7
/proc/1896/stat : 1896 (march_hi) R 1894 1896 1896 0 -1 4202496 526 0 0 0 69 0 0 0 25 0 1 0 548617598 1802240 263 33554432000 4194304 4955518 140734219179216 18446744073709551615 4209675 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1896/statm: 440 263 104 186 0 253 0
[pid=1897] ppid=1885 vsize=299160 CPUtime=0 cores=0-7
/proc/1897/stat : 1897 (python) S 1885 1885 1221 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 548617602 306339840 5587 33554432000 4194304 5683644 140735757654160 18446744073709551615 237278899782 0 0 16781312 514 2327705702715326723 0 0 17 2 0 0 0
/proc/1897/statm: 74790 5587 348 364 0 10702 0
[pid=1899] ppid=1897 vsize=1760 CPUtime=0.65 cores=0-7
/proc/1899/stat : 1899 (march_hi) R 1897 1899 1899 0 -1 4202496 527 0 0 0 65 0 0 0 22 0 1 0 548617602 1802240 261 33554432000 4194304 4955518 140736025850752 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/1899/statm: 440 261 104 186 0 253 0
[pid=1900] ppid=1885 vsize=309956 CPUtime=0 cores=0-7
/proc/1900/stat : 1900 (python) S 1885 1885 1221 0 -1 4202560 768 0 0 0 0 0 0 0 15 0 1 0 548617606 317394944 5709 33554432000 4194304 5683644 140735757654160 18446744073709551615 237278899782 0 0 16781312 514 7157011460558651651 0 0 17 7 0 0 0
/proc/1900/statm: 77489 5709 348 364 0 13398 0
[pid=1902] ppid=1900 vsize=1760 CPUtime=0.6 cores=0-7
/proc/1902/stat : 1902 (march_hi) R 1900 1902 1902 0 -1 4202496 525 0 0 0 60 0 0 0 22 0 1 0 548617606 1802240 261 33554432000 4194304 4955518 140734720999616 18446744073709551615 4209733 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/1902/statm: 440 261 104 186 0 253 0
[pid=1903] ppid=1885 vsize=320212 CPUtime=0 cores=0-7
/proc/1903/stat : 1903 (python) S 1885 1885 1221 0 -1 4202560 783 0 0 0 0 0 0 0 16 0 1 0 548617610 327897088 5713 33554432000 4194304 5683644 140735757654160 18446744073709551615 237278899782 0 0 16781312 514 4384333406377312513 0 0 17 6 0 0 0
/proc/1903/statm: 80053 5713 348 364 0 15959 0
[pid=1905] ppid=1903 vsize=1760 CPUtime=0.56 cores=0-7
/proc/1905/stat : 1905 (march_hi) R 1903 1905 1905 0 -1 4202496 523 0 0 0 56 0 0 0 25 0 1 0 548617610 1802240 260 33554432000 4194304 4955518 140735305855824 18446744073709551615 4299850 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/1905/statm: 440 260 104 186 0 253 0
[pid=1906] ppid=1885 vsize=330468 CPUtime=0 cores=0-7
/proc/1906/stat : 1906 (python) S 1885 1885 1221 0 -1 4202560 761 0 0 0 0 0 0 0 23 0 1 0 548617614 338399232 5717 33554432000 4194304 5683644 140735757654160 18446744073709551615 237278899782 0 0 16781312 514 4294313365754347519 0 0 17 0 0 0 0
/proc/1906/statm: 82617 5717 348 364 0 18520 0
[pid=1908] ppid=1906 vsize=1017800 CPUtime=0.53 cores=0-7
/proc/1908/stat : 1908 (gnovelty+2) R 1906 1908 1908 0 -1 4202496 422 0 0 0 53 0 0 0 25 0 1 0 548617614 1042227200 158 33554432000 134512640 135663704 4290211248 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1908/statm: 254450 158 113 282 0 254166 0
[pid=1909] ppid=1885 vsize=340400 CPUtime=0 cores=0-7
/proc/1909/stat : 1909 (python) S 1885 1885 1221 0 -1 4202560 789 0 0 0 0 0 0 0 22 0 1 0 548617618 348569600 5640 33554432000 4194304 5683644 140735757654160 18446744073709551615 237278899782 0 0 16781312 514 322917773279723779 0 0 17 4 0 0 0
/proc/1909/statm: 85100 5640 348 364 0 21000 0
[pid=1885/tid=1892] ppid=1883 vsize=361252 CPUtime=0 cores=0-7
/proc/1885/task/1892/stat : 1892 (python) S 1883 1885 1221 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 9 0 548617594 369922048 7277 33554432000 4194304 5683644 140735757654160 18446744073709551615 237290703281 0 0 16781312 2 18446604444976017664 0 0 -1 0 0 0 0
[pid=1885/tid=1895] ppid=1883 vsize=361252 CPUtime=0 cores=0-7
/proc/1885/task/1895/stat : 1895 (python) S 1883 1885 1221 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 9 0 548617598 369922048 7277 33554432000 4194304 5683644 140735757654160 18446744073709551615 237290703281 0 0 16781312 2 18446604444976017664 0 0 -1 2 0 0 0
[pid=1885/tid=1898] ppid=1883 vsize=361252 CPUtime=0 cores=0-7
/proc/1885/task/1898/stat : 1898 (python) S 1883 1885 1221 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 9 0 548617602 369922048 7277 33554432000 4194304 5683644 140735757654160 18446744073709551615 237290703281 0 0 16781312 2 18446604444976017664 0 0 -1 4 0 0 0
[pid=1885/tid=1901] ppid=1883 vsize=361252 CPUtime=0 cores=0-7
/proc/1885/task/1901/stat : 1901 (python) S 1883 1885 1221 0 -1 4202560 20 934 0 0 0 0 0 0 20 0 9 0 548617606 369922048 7277 33554432000 4194304 5683644 140735757654160 18446744073709551615 237290703281 0 0 16781312 2 18446604444976017664 0 0 -1 0 0 0 0
[pid=1885/tid=1904] ppid=1883 vsize=361252 CPUtime=0 cores=0-7
/proc/1885/task/1904/stat : 1904 (python) S 1883 1885 1221 0 -1 4202560 28 934 0 0 0 0 0 0 22 0 9 0 548617610 369922048 7277 33554432000 4194304 5683644 140735757654160 18446744073709551615 237290703281 0 0 16781312 2 18446604444976017664 0 0 -1 0 0 0 0
[pid=1885/tid=1907] ppid=1883 vsize=361252 CPUtime=0 cores=0-7
/proc/1885/task/1907/stat : 1907 (python) S 1883 1885 1221 0 -1 4202560 25 934 0 0 0 0 0 0 24 0 9 0 548617614 369922048 7277 33554432000 4194304 5683644 140735757654160 18446744073709551615 237290703281 0 0 16781312 2 18446604444976017664 0 0 -1 4 0 0 0
[pid=1885/tid=1910] ppid=1883 vsize=361252 CPUtime=0 cores=0-7
/proc/1885/task/1910/stat : 1910 (python) S 1883 1885 1221 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 9 0 548617618 369922048 7277 33554432000 4194304 5683644 140735757654160 18446744073709551615 237290703281 0 0 16781312 2 18446604444976017664 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.51
Current children cumulated vsize (KiB) 4009024

[startup+3.10122 s]
/proc/loadavg: 8.40 8.39 8.13 11/269 1914
/proc/meminfo: memFree=17002964/32950904 swapFree=67082284/67111528
[pid=1885] ppid=1883 vsize=320172 CPUtime=18.19 cores=0-7
/proc/1885/stat : 1885 (python) R 1883 1885 1221 0 -1 4202496 19868 12699 1 0 65 12 1661 81 17 0 2 0 548617518 327856128 7247 33554432000 4194304 5683644 140735757654160 18446744073709551615 4619677 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/1885/statm: 80043 7247 1875 364 0 15966 0
[pid=1885/tid=1913] ppid=1883 vsize=320172 CPUtime=17.42 cores=0-7
/proc/1885/task/1913/stat : 1913 (python) S 1883 1885 1221 0 -1 4202560 28 12699 0 0 0 0 1661 81 18 0 2 0 548617622 327856128 7247 33554432000 4194304 5683644 140735757654160 18446744073709551615 237290703281 0 0 16781312 0 18446604444976017664 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18.19
Current children cumulated vsize (KiB) 320172

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

Child status: 0
Real time (s): 3.10644
CPU time (s): 18.2132
CPU user time (s): 17.2764
CPU system time (s): 0.936857
CPU usage (%): 586.305
Max. virtual memory (cumulated for all children) (KiB): 4360032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.2764
system time used= 0.936857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32923
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5586
involuntary context switches= 2058

runsolver used 0.015997 second user time and 0.018997 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-02 23:02:57
IDJOB=3321969
IDBENCH=82747
IDSOLVER=1712
FILE ID=node121/3321969-1304370177
RUNJOBID= node121-1304366467-1235
PBS_JOBID= 13181750
Free space on /tmp= 73496 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S1569819208-064.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3321969-1304370177/watcher-3321969-1304370177 -o /tmp/evaluation-result-3321969-1304370177/solver-3321969-1304370177 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3321969-1304370177.cnf -seed 820002187 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 00f21cbc78a2d739f741e391ca987da6
RANDOM SEED=820002187

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:      17061508 kB
Buffers:       2197884 kB
Cached:        9687472 kB
SwapCached:       2776 kB
Active:       12334592 kB
Inactive:      3016580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      17061508 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           31944 kB
Writeback:           0 kB
AnonPages:     3463640 kB
Mapped:          20144 kB
Slab:           453272 kB
PageTables:      19196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 24273072 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= 73464 MiB
End job on node121 at 2011-05-02 23:03:01