Trace number 3380896

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-par-industrial (fixed)UNSAT 114.48 51.1737

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtswvsam6x8p3-tseitin.cnf
MD5SUM78f66492ac42d4b6896175e486263134
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.56661
Satisfiable
(Un)Satisfiability was proved
Number of variables154038
Number of clauses460862
Sum of the clauses size1075342
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2307240
Number of clauses of size 3153620
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.47	c INFO: solving HOME/instance-3380896-1305494375.cnf
0.31/0.47	c INFO: computing task features
1.70/1.86	c INFO: computed variable-clause graph statistics
1.80/1.92	c INFO: computed clause balance statistics
9.00/9.10	c INFO: computed variable balance statistics
14.30/14.43	c INFO: computed small-clause counts
14.40/14.52	c INFO: computed Horn-clause counts
41.80/41.90	c INFO: computed variable graph statistics
41.80/41.90	c INFO: collected features for HOME/instance-3380896-1305494375.cnf in 41.39 s
41.80/41.93	c INFO: running lingeling-276@0 for 97 with 4958 remaining (b = 0.49)
41.80/41.95	c INFO: running lingeling-276@0 for 1261 with 4958 remaining (b = 0.53)
41.80/41.98	c INFO: running cryptominisat-2.9.0@0 for 485 with 4958 remaining (b = 0.38)
41.90/42.00	c INFO: running SApperloT@0 for 97 with 4958 remaining (b = 0.03)
41.90/42.03	c INFO: running lingeling-276@0 for 1261 with 4958 remaining (b = 0.43)
41.90/42.06	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4958 remaining (b = 0.53)
41.90/42.09	c INFO: running lingeling-276@0 for 1067 with 4958 remaining (b = 0.32)
42.00/42.12	c INFO: running precosat-570@0 for 291 with 4958 remaining (b = 0.19)
114.22/51.13	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-3380896-1305494375/watcher-3380896-1305494375 -o /tmp/evaluation-result-3380896-1305494375/solver-3380896-1305494375 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380896-1305494375.cnf -seed 1828822309 -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: 6.48 7.80 7.98 2/416 4658
/proc/meminfo: memFree=10322400/32950928 swapFree=45937200/67111528
[pid=4658] ppid=4656 vsize=15772 CPUtime=0 cores=0-7
/proc/4658/stat : 4658 (python) R 4656 4658 4156 0 -1 4202496 884 0 0 0 0 0 0 0 25 0 1 0 661034204 16150528 766 33554432000 4194304 5683644 140734807076672 18446744073709551615 254500352709 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/4658/statm: 3943 768 343 364 0 430 0

[startup+0.0235601 s]
/proc/loadavg: 6.48 7.80 7.98 2/416 4658
/proc/meminfo: memFree=10322400/32950928 swapFree=45937200/67111528
[pid=4658] ppid=4656 vsize=16392 CPUtime=0.01 cores=0-7
/proc/4658/stat : 4658 (python) S 4656 4658 4156 0 -1 4202496 1164 0 0 0 1 0 0 0 25 0 1 0 661034204 16785408 1029 33554432000 4194304 5683644 140734807076672 18446744073709551615 254500689920 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/4658/statm: 4098 1029 414 364 0 585 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16392

[startup+0.100548 s]
/proc/loadavg: 6.48 7.80 7.98 2/416 4658
/proc/meminfo: memFree=10322400/32950928 swapFree=45937200/67111528
[pid=4658] ppid=4656 vsize=104216 CPUtime=0.07 cores=0-7
/proc/4658/stat : 4658 (python) S 4656 4658 4156 0 -1 4202496 3045 0 0 0 6 1 0 0 25 0 1 0 661034204 106717184 2731 33554432000 4194304 5683644 140734807076672 18446744073709551615 254500689920 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/4658/statm: 26055 2732 847 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104216

[startup+0.300545 s]
/proc/loadavg: 6.48 7.80 7.98 2/416 4658
/proc/meminfo: memFree=10322400/32950928 swapFree=45937200/67111528
[pid=4658] ppid=4656 vsize=168672 CPUtime=0.23 cores=0-7
/proc/4658/stat : 4658 (python) R 4656 4658 4156 0 -1 4202496 6708 935 1 0 18 5 0 0 18 0 1 0 661034204 172720128 4791 33554432000 4194304 5683644 140734807076672 18446744073709551615 47904094441624 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/4658/statm: 42168 4791 1330 364 0 3453 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 168672

[startup+0.700419 s]
/proc/loadavg: 6.48 7.80 7.98 2/416 4658
/proc/meminfo: memFree=10322400/32950928 swapFree=45937200/67111528
[pid=4658] ppid=4656 vsize=301244 CPUtime=0.6 cores=0-7
/proc/4658/stat : 4658 (python) R 4656 4658 4156 0 -1 4202496 14860 935 1 0 52 8 0 0 18 0 1 0 661034204 308473856 12542 33554432000 4194304 5683644 140734807076672 18446744073709551615 47904197979593 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/4658/statm: 75311 12542 1761 364 0 11235 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 301244

[startup+1.50027 s]
/proc/loadavg: 6.48 7.80 7.98 2/417 4663
/proc/meminfo: memFree=10258036/32950928 swapFree=45937200/67111528
[pid=4658] ppid=4656 vsize=352068 CPUtime=1.4 cores=0-7
/proc/4658/stat : 4658 (python) R 4656 4658 4156 0 -1 4202496 27563 935 1 0 131 9 0 0 20 0 1 0 661034204 360517632 25245 33554432000 4194304 5683644 140734807076672 18446744073709551615 47904027370976 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/4658/statm: 88017 25245 1761 364 0 23941 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 352068

[startup+3.10095 s]
/proc/loadavg: 6.48 7.80 7.98 2/417 4663
/proc/meminfo: memFree=10213148/32950928 swapFree=45937200/67111528
[pid=4658] ppid=4656 vsize=364932 CPUtime=3 cores=0-7
/proc/4658/stat : 4658 (python) R 4656 4658 4156 0 -1 4202496 45806 935 1 0 289 11 0 0 25 0 1 0 661034204 373690368 28618 33554432000 4194304 5683644 140734807076672 18446744073709551615 47904029879040 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/4658/statm: 91233 28618 1826 364 0 27157 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 364932

[startup+6.30032 s]
/proc/loadavg: 6.04 7.68 7.94 2/417 4663
/proc/meminfo: memFree=10214392/32950928 swapFree=45937200/67111528
[pid=4658] ppid=4656 vsize=364932 CPUtime=6.2 cores=0-7
/proc/4658/stat : 4658 (python) R 4656 4658 4156 0 -1 4202496 45806 935 1 0 609 11 0 0 25 0 1 0 661034204 373690368 28618 33554432000 4194304 5683644 140734807076672 18446744073709551615 254500388272 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/4658/statm: 91233 28618 1826 364 0 27157 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 364932

[startup+12.701 s]
/proc/loadavg: 5.64 7.57 7.90 2/417 4663
/proc/meminfo: memFree=10215656/32950928 swapFree=45937200/67111528
[pid=4658] ppid=4656 vsize=364932 CPUtime=12.6 cores=0-7
/proc/4658/stat : 4658 (python) R 4656 4658 4156 0 -1 4202496 45807 935 1 0 1249 11 0 0 25 0 1 0 661034204 373690368 28619 33554432000 4194304 5683644 140734807076672 18446744073709551615 4273416 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/4658/statm: 91233 28619 1827 364 0 27157 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 364932

[startup+25.5005 s]
/proc/loadavg: 4.61 7.25 7.79 2/417 4663
/proc/meminfo: memFree=10214832/32950928 swapFree=45937200/67111528
[pid=4658] ppid=4656 vsize=368532 CPUtime=25.4 cores=0-7
/proc/4658/stat : 4658 (python) R 4656 4658 4156 0 -1 4202496 46713 935 1 0 2529 11 0 0 25 0 1 0 661034204 377376768 29525 33554432000 4194304 5683644 140734807076672 18446744073709551615 47904027117696 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/4658/statm: 92133 29525 1833 364 0 28057 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 368532

[startup+51.1014 s]
/proc/loadavg: 4.53 6.99 7.69 10/441 4688
/proc/meminfo: memFree=9146280/32950928 swapFree=45937200/67111528
[pid=4658] ppid=4656 vsize=509068 CPUtime=69.14 cores=0-7
/proc/4658/stat : 4658 (python) S 4656 4658 4156 0 -1 4202496 52020 172452 1 0 4188 14 2681 31 17 0 9 0 661034204 521285632 27968 33554432000 4194304 5683644 140734807076672 18446744073709551615 254512522047 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4658/statm: 127267 27968 1890 364 0 63164 0
[pid=4668] ppid=4658 vsize=0 CPUtime=9.12 cores=0-7
/proc/4668/stat : 4668 (python) Z 4658 4658 4156 0 -1 4202588 1138 23262 0 0 2 2 905 3 17 0 1 0 661038399 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 7 0 0 0
/proc/4668/statm: 0 0 0 0 0 0 0
[pid=4671] ppid=4658 vsize=447544 CPUtime=0.01 cores=0-7
/proc/4671/stat : 4671 (python) S 4658 4658 4156 0 -1 4202560 799 0 0 0 0 1 0 0 15 0 1 0 661038402 458285056 26428 33554432000 4194304 5683644 140734807076672 18446744073709551615 254512522047 0 0 16781824 2 18446744071562232103 0 0 17 1 0 0 0
/proc/4671/statm: 111886 26428 376 364 0 47798 0
[pid=4673] ppid=4671 vsize=0 CPUtime=9.1 cores=0-7
/proc/4673/stat : 4673 (cryptominisat-2) R 4671 4673 4673 0 -1 4203524 126972 0 0 0 895 15 0 0 25 0 1 0 661038403 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4673/statm: 0 0 0 0 0 0 0
[pid=4674] ppid=4658 vsize=457800 CPUtime=0.03 cores=0-7
/proc/4674/stat : 4674 (python) S 4658 4658 4156 0 -1 4202560 795 0 0 0 1 2 0 0 18 0 1 0 661038405 468787200 26414 33554432000 4194304 5683644 140734807076672 18446744073709551615 254500712006 0 0 16781312 514 9474324570778337539 0 0 17 3 0 0 0
/proc/4674/statm: 114450 26414 371 364 0 50359 0
[pid=4676] ppid=4674 vsize=28336 CPUtime=9.08 cores=0-7
/proc/4676/stat : 4676 (SApperloT-base) R 4674 4676 4676 0 -1 4202496 6735 0 0 0 906 2 0 0 25 0 1 0 661038405 29016064 6255 33554432000 134512640 135674940 4290305712 18446744073709551615 134564250 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4676/statm: 7084 6255 99 284 0 6798 0
[pid=4683] ppid=4658 vsize=488568 CPUtime=0.01 cores=0-7
/proc/4683/stat : 4683 (python) S 4658 4658 4156 0 -1 4202560 820 0 0 0 0 1 0 0 18 0 1 0 661038413 500293632 26452 33554432000 4194304 5683644 140734807076672 18446744073709551615 254500712006 0 0 16781312 514 7294261023152767235 0 0 17 1 0 0 0
/proc/4683/statm: 122142 26452 371 364 0 58042 0
[pid=4685] ppid=4683 vsize=32368 CPUtime=8.96 cores=0-7
/proc/4685/stat : 4685 (lingeling) R 4683 4685 4685 0 -1 4202496 23658 0 0 0 893 3 0 0 25 0 1 0 661038416 33144832 7261 33554432000 4194304 4352236 140735143363184 18446744073709551615 4235456 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/4685/statm: 8092 7261 129 39 0 7172 0
[pid=4686] ppid=4658 vsize=0 CPUtime=8.77 cores=0-7
/proc/4686/stat : 4686 (python) Z 4658 4658 4156 0 -1 4202588 1143 41706 0 0 50 12 808 7 17 0 1 0 661038416 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4686/statm: 0 0 0 0 0 0 0
[pid=4658/tid=4666] ppid=4656 vsize=509068 CPUtime=27.12 cores=0-7
/proc/4658/task/4666/stat : 4666 (python) S 4656 4658 4156 0 -1 4202560 25 172452 0 0 0 0 2681 31 25 0 9 0 661038397 521285632 27968 33554432000 4194304 5683644 140734807076672 18446744073709551615 254512515505 0 0 16781312 2 18446604447021090624 0 0 -1 4 0 0 0
[pid=4658/tid=4669] ppid=4656 vsize=509068 CPUtime=27.12 cores=0-7
/proc/4658/task/4669/stat : 4669 (python) S 4656 4658 4156 0 -1 4202560 24 172452 0 0 0 0 2681 31 18 0 9 0 661038400 521285632 27968 33554432000 4194304 5683644 140734807076672 18446744073709551615 254512515505 0 0 16781312 2 18446604447021090624 0 0 -1 3 0 0 0
[pid=4658/tid=4672] ppid=4656 vsize=509068 CPUtime=27.12 cores=0-7
/proc/4658/task/4672/stat : 4672 (python) S 4656 4658 4156 0 -1 4202560 57 172452 0 0 0 0 2681 31 19 0 9 0 661038402 521285632 27968 33554432000 4194304 5683644 140734807076672 18446744073709551615 254512515505 0 0 16781312 2 18446604447021090624 0 0 -1 0 0 0 0
[pid=4658/tid=4675] ppid=4656 vsize=509068 CPUtime=27.12 cores=0-7
/proc/4658/task/4675/stat : 4675 (python) S 4656 4658 4156 0 -1 4202560 32 172452 0 0 0 0 2681 31 18 0 9 0 661038405 521285632 27968 33554432000 4194304 5683644 140734807076672 18446744073709551615 254512515505 0 0 16781312 2 18446604447021090624 0 0 -1 5 0 0 0
[pid=4658/tid=4678] ppid=4656 vsize=509068 CPUtime=27.12 cores=0-7
/proc/4658/task/4678/stat : 4678 (python) S 4656 4658 4156 0 -1 4202560 32 172452 0 0 0 0 2681 31 21 0 9 0 661038408 521285632 27968 33554432000 4194304 5683644 140734807076672 18446744073709551615 254512515505 0 0 16781312 2 18446604447021090624 0 0 -1 0 0 0 0
[pid=4658/tid=4681] ppid=4656 vsize=509068 CPUtime=27.12 cores=0-7
/proc/4658/task/4681/stat : 4681 (python) S 4656 4658 4156 0 -1 4202560 33 172452 0 0 0 0 2681 31 23 0 9 0 661038410 521285632 27968 33554432000 4194304 5683644 140734807076672 18446744073709551615 254512515505 0 0 16781312 2 18446604447021090624 0 0 -1 6 0 0 0
[pid=4658/tid=4684] ppid=4656 vsize=509068 CPUtime=27.12 cores=0-7
/proc/4658/task/4684/stat : 4684 (python) S 4656 4658 4156 0 -1 4202560 34 172452 0 0 0 0 2681 31 24 0 9 0 661038413 521285632 27968 33554432000 4194304 5683644 140734807076672 18446744073709551615 254512515505 0 0 16781312 2 18446604447021090624 0 0 -1 0 0 0 0
[pid=4658/tid=4687] ppid=4656 vsize=509068 CPUtime=27.12 cores=0-7
/proc/4658/task/4687/stat : 4687 (python) S 4656 4658 4156 0 -1 4202560 33 172452 0 0 0 0 2681 31 25 0 9 0 661038416 521285632 27968 33554432000 4194304 5683644 140734807076672 18446744073709551615 254512515505 0 0 16781312 2 18446604447021090624 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 114.22
Current children cumulated vsize (KiB) 1963684

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

Child status: 0
Real time (s): 51.1737
CPU time (s): 114.48
CPU user time (s): 113.438
CPU system time (s): 1.04184
CPU usage (%): 223.708
Max. virtual memory (cumulated for all children) (KiB): 5556076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 113.438
system time used= 1.04184
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 465187
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= 1351
involuntary context switches= 505

runsolver used 0.19697 second user time and 0.490925 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-15 23:19:35
IDJOB=3380896
IDBENCH=82479
IDSOLVER=1864
FILE ID=node149/3380896-1305494375
RUNJOBID= node149-1305487124-4170
PBS_JOBID= 13325384
Free space on /tmp= 73536 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtswvsam6x8p3-tseitin.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380896-1305494375/watcher-3380896-1305494375 -o /tmp/evaluation-result-3380896-1305494375/solver-3380896-1305494375 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380896-1305494375.cnf -seed 1828822309 -budget 40000 -cores 8

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

MD5SUM BENCH= 78f66492ac42d4b6896175e486263134
RANDOM SEED=1828822309

node149.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.806
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.61
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.806
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.83
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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.73
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.806
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.806
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.806
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.82
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.806
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:     32950928 kB
MemFree:      10322556 kB
Buffers:        334924 kB
Cached:        4578228 kB
SwapCached:      19976 kB
Active:       19675656 kB
Inactive:      2607012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      10322556 kB
SwapTotal:    67111528 kB
SwapFree:     45937200 kB
Dirty:           39824 kB
Writeback:           0 kB
AnonPages:    17362152 kB
Mapped:          22856 kB
Slab:           167420 kB
PageTables:     106536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 134195116 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= 73504 MiB
End job on node149 at 2011-05-15 23:20:26