Trace number 3498382

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-seq-industrial (fixed)UNSAT 162.431 162.317

General information on the benchmark

Nameapplication/jarvisalo/
AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step11.cnf
MD5SUMac372f51471a04bbb3fb9a678284c6a4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.9334
Satisfiable
(Un)Satisfiability was proved
Number of variables29317
Number of clauses277090
Sum of the clauses size598882
Maximum clause length179
Minimum clause length1
Number of clauses of size 1144
Number of clauses of size 2264085
Number of clauses of size 38078
Number of clauses of size 41144
Number of clauses of size 5453
Number of clauses of size over 53186

Solver Data

0.39/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.39/0.50	c INFO: solving HOME/instance-3498382-1307953470.cnf
0.39/0.50	c INFO: computing task features
1.19/1.30	c INFO: computed variable-clause graph statistics
1.19/1.33	c INFO: computed clause balance statistics
4.79/4.96	c INFO: computed variable balance statistics
7.99/8.14	c INFO: computed small-clause counts
7.99/8.17	c INFO: computed Horn-clause counts
9.29/9.45	c INFO: computed variable graph statistics
9.29/9.45	c INFO: collected features for HOME/instance-3498382-1307953470.cnf in 8.92 s
9.29/9.47	c INFO: running lingeling-276@0 for 97 with 4991 remaining (b = 0.22)
109.61/109.62	c INFO: running cryptominisat-2.9.0@0 for 485 with 4890 remaining (b = 0.23)
162.28/162.28	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.1 (svn: 989)

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 /var/tmp/evaluation-result-3498382-1307953470/watcher-3498382-1307953470 -o /var/tmp/evaluation-result-3498382-1307953470/solver-3498382-1307953470 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498382-1307953470.cnf -seed 276427039 -budget 5000 

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 1.37 0.61 3/177 29525
/proc/meminfo: memFree=1618668/32950928 swapFree=67053956/67111528
[pid=29525] ppid=29523 vsize=15188 CPUtime=0 cores=0,2,4,6
/proc/29525/stat : 29525 (python) R 29523 29525 29328 0 -1 4202496 721 0 0 0 0 0 0 0 25 0 1 0 906944119 15552512 611 33554432000 4194304 5683644 140734473426224 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29525/statm: 3796 611 321 364 0 283 0

[startup+0.074606 s]
/proc/loadavg: 2.00 1.37 0.61 3/177 29525
/proc/meminfo: memFree=1618668/32950928 swapFree=67053956/67111528
[pid=29525] ppid=29523 vsize=54540 CPUtime=0.04 cores=0,2,4,6
/proc/29525/stat : 29525 (python) S 29523 29525 29328 0 -1 4202496 2081 0 0 0 4 0 0 0 17 0 1 0 906944119 55848960 1835 33554432000 4194304 5683644 140734473426224 18446744073709551615 239471771271 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/29525/statm: 13635 1835 492 364 0 1285 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 54540

[startup+0.100584 s]
/proc/loadavg: 2.00 1.37 0.61 3/177 29525
/proc/meminfo: memFree=1618668/32950928 swapFree=67053956/67111528
[pid=29525] ppid=29523 vsize=102016 CPUtime=0.07 cores=0,2,4,6
/proc/29525/stat : 29525 (python) R 29523 29525 29328 0 -1 4202496 3015 0 0 0 6 1 0 0 17 0 1 0 906944119 104464384 2706 33554432000 4194304 5683644 140734473426224 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29525/statm: 25503 2705 841 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 102016

[startup+0.300537 s]
/proc/loadavg: 2.00 1.37 0.61 3/177 29525
/proc/meminfo: memFree=1618668/32950928 swapFree=67053956/67111528
[pid=29525] ppid=29523 vsize=156696 CPUtime=0.23 cores=0,2,4,6
/proc/29525/stat : 29525 (python) R 29523 29525 29328 0 -1 4202496 6397 940 1 0 18 5 0 0 17 0 1 0 906944119 160456704 4507 33554432000 4194304 5683644 140734473426224 18446744073709551615 239476690789 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29525/statm: 39174 4507 1257 364 0 3282 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 156696

[startup+0.700521 s]
/proc/loadavg: 2.00 1.37 0.61 3/177 29525
/proc/meminfo: memFree=1618668/32950928 swapFree=67053956/67111528
[pid=29525] ppid=29523 vsize=293988 CPUtime=0.59 cores=0,2,4,6
/proc/29525/stat : 29525 (python) R 29523 29525 29328 0 -1 4202496 13104 940 1 0 50 9 0 0 17 0 1 0 906944119 301043712 10772 33554432000 4194304 5683644 140734473426224 18446744073709551615 239476355781 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29525/statm: 73497 10774 1761 364 0 9421 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 293988

[startup+1.50037 s]
/proc/loadavg: 2.00 1.37 0.61 3/178 29530
/proc/meminfo: memFree=1460224/32950928 swapFree=67053956/67111528
[pid=29525] ppid=29523 vsize=326680 CPUtime=1.39 cores=0,2,4,6
/proc/29525/stat : 29525 (python) R 29523 29525 29328 0 -1 4202496 29885 940 1 0 128 11 0 0 18 0 1 0 906944119 334520320 19054 33554432000 4194304 5683644 140734473426224 18446744073709551615 239476350141 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29525/statm: 81670 19054 1826 364 0 17594 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 326680

[startup+3.10107 s]
/proc/loadavg: 2.00 1.37 0.61 3/178 29530
/proc/meminfo: memFree=1391404/32950928 swapFree=67053956/67111528
[pid=29525] ppid=29523 vsize=326680 CPUtime=2.99 cores=0,2,4,6
/proc/29525/stat : 29525 (python) R 29523 29525 29328 0 -1 4202496 29885 940 1 0 288 11 0 0 21 0 1 0 906944119 334520320 19054 33554432000 4194304 5683644 140734473426224 18446744073709551615 4529264 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29525/statm: 81670 19054 1826 364 0 17594 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 326680

[startup+6.30044 s]
/proc/loadavg: 2.00 1.39 0.62 3/178 29530
/proc/meminfo: memFree=1436792/32950928 swapFree=67053956/67111528
[pid=29525] ppid=29523 vsize=326680 CPUtime=6.19 cores=0,2,4,6
/proc/29525/stat : 29525 (python) R 29523 29525 29328 0 -1 4202496 29886 940 1 0 608 11 0 0 25 0 1 0 906944119 334520320 19055 33554432000 4194304 5683644 140734473426224 18446744073709551615 5006367 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29525/statm: 81670 19055 1827 364 0 17594 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 326680

[startup+12.7012 s]
/proc/loadavg: 2.00 1.39 0.63 3/181 29533
/proc/meminfo: memFree=1469904/32950928 swapFree=67053956/67111528
[pid=29525] ppid=29523 vsize=335100 CPUtime=9.37 cores=0,2,4,6
/proc/29525/stat : 29525 (python) S 29523 29525 29328 0 -1 4202496 30800 940 1 0 926 11 0 0 19 0 2 0 906944119 343142400 18637 33554432000 4194304 5683644 140734473426224 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29525/statm: 83775 18637 1867 364 0 19693 0
[pid=29531] ppid=29525 vsize=324856 CPUtime=0 cores=0,2,4,6
/proc/29531/stat : 29531 (python) S 29525 29525 29328 0 -1 4202560 811 0 0 0 0 0 0 0 18 0 1 0 906945067 332652544 17124 33554432000 4194304 5683644 140734473426224 18446744073709551615 239476715023 0 0 16781312 514 4405359092357366020 0 0 17 0 0 0 0
/proc/29531/statm: 81214 17124 358 364 0 17132 0
[pid=29533] ppid=29531 vsize=17784 CPUtime=3.2 cores=0,2,4,6
/proc/29533/stat : 29533 (lingeling) R 29531 29533 29533 0 -1 4202496 6623 0 0 0 320 0 0 0 25 0 1 0 906945067 18210816 3486 33554432000 4194304 4352236 140735108927552 18446744073709551615 4207619 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/29533/statm: 4446 3486 127 39 0 3526 0
[pid=29525/tid=29532] ppid=29523 vsize=335100 CPUtime=0 cores=0,2,4,6
/proc/29525/task/29532/stat : 29532 (python) S 29523 29525 29328 0 -1 4202560 26 940 0 0 0 0 0 0 19 0 2 0 906945067 343142400 18637 33554432000 4194304 5683644 140734473426224 18446744073709551615 239488518577 0 0 16781312 2 18446604453938393152 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 677740

[startup+25.5008 s]
/proc/loadavg: 2.00 1.42 0.65 3/181 29534
/proc/meminfo: memFree=1455116/32950928 swapFree=67053956/67111528
[pid=29525] ppid=29523 vsize=335100 CPUtime=9.37 cores=0,2,4,6
/proc/29525/stat : 29525 (python) S 29523 29525 29328 0 -1 4202496 30800 940 1 0 926 11 0 0 19 0 2 0 906944119 343142400 18637 33554432000 4194304 5683644 140734473426224 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29525/statm: 83775 18637 1867 364 0 19693 0
[pid=29531] ppid=29525 vsize=324856 CPUtime=0.02 cores=0,2,4,6
/proc/29531/stat : 29531 (python) R 29525 29525 29328 0 -1 4202560 972 0 0 0 1 1 0 0 18 0 1 0 906945067 332652544 17147 33554432000 4194304 5683644 140734473426224 18446744073709551615 239476738183 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/29531/statm: 81215 17147 381 364 0 17133 0
[pid=29533] ppid=29531 vsize=32096 CPUtime=16.01 cores=0,2,4,6
/proc/29533/stat : 29533 (lingeling) R 29531 29533 29533 0 -1 4202496 11054 0 0 0 1600 1 0 0 25 0 1 0 906945067 32866304 7193 33554432000 4194304 4352236 140735108927552 18446744073709551615 4267619 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/29533/statm: 8024 7193 129 39 0 7104 0
[pid=29525/tid=29532] ppid=29523 vsize=335100 CPUtime=0 cores=0,2,4,6
/proc/29525/task/29532/stat : 29532 (python) S 29523 29525 29328 0 -1 4202560 26 940 0 0 0 0 0 0 19 0 2 0 906945067 343142400 18637 33554432000 4194304 5683644 140734473426224 18446744073709551615 239488518577 0 0 16781312 2 18446604453938393152 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 692052

[startup+51.1008 s]
/proc/loadavg: 2.00 1.47 0.68 3/181 29535
/proc/meminfo: memFree=1440404/32950928 swapFree=67053956/67111528
[pid=29525] ppid=29523 vsize=335100 CPUtime=9.37 cores=0,2,4,6
/proc/29525/stat : 29525 (python) S 29523 29525 29328 0 -1 4202496 30800 940 1 0 926 11 0 0 19 0 2 0 906944119 343142400 18637 33554432000 4194304 5683644 140734473426224 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29525/statm: 83775 18637 1867 364 0 19693 0
[pid=29531] ppid=29525 vsize=324856 CPUtime=0.05 cores=0,2,4,6
/proc/29531/stat : 29531 (python) S 29525 29525 29328 0 -1 4202560 980 0 0 0 3 2 0 0 18 0 1 0 906945067 332652544 17147 33554432000 4194304 5683644 140734473426224 18446744073709551615 239476715023 0 0 16781312 514 17324732039982711044 0 0 17 0 0 0 0
/proc/29531/statm: 81214 17147 381 364 0 17132 0
[pid=29533] ppid=29531 vsize=47028 CPUtime=41.6 cores=0,2,4,6
/proc/29533/stat : 29533 (lingeling) R 29531 29533 29533 0 -1 4202496 15402 0 0 0 4159 1 0 0 25 0 1 0 906945067 48156672 10926 33554432000 4194304 4352236 140735108927552 18446744073709551615 4328042 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/29533/statm: 11757 10926 129 39 0 10837 0
[pid=29525/tid=29532] ppid=29523 vsize=335100 CPUtime=0 cores=0,2,4,6
/proc/29525/task/29532/stat : 29532 (python) S 29523 29525 29328 0 -1 4202560 26 940 0 0 0 0 0 0 19 0 2 0 906945067 343142400 18637 33554432000 4194304 5683644 140734473426224 18446744073709551615 239488518577 0 0 16781312 2 18446604453938393152 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 706984

[startup+102.307 s]
/proc/loadavg: 2.00 1.55 0.75 3/181 29536
/proc/meminfo: memFree=1441792/32950928 swapFree=67053956/67111528
[pid=29525] ppid=29523 vsize=335100 CPUtime=9.37 cores=0,2,4,6
/proc/29525/stat : 29525 (python) S 29523 29525 29328 0 -1 4202496 30800 940 1 0 926 11 0 0 19 0 2 0 906944119 343142400 18637 33554432000 4194304 5683644 140734473426224 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29525/statm: 83775 18637 1867 364 0 19693 0
[pid=29531] ppid=29525 vsize=324856 CPUtime=0.11 cores=0,2,4,6
/proc/29531/stat : 29531 (python) S 29525 29525 29328 0 -1 4202560 996 0 0 0 6 5 0 0 18 0 1 0 906945067 332652544 17147 33554432000 4194304 5683644 140734473426224 18446744073709551615 239476715023 0 0 16781312 514 17324732039982711044 0 0 17 0 0 0 0
/proc/29531/statm: 81214 17147 381 364 0 17132 0
[pid=29533] ppid=29531 vsize=45072 CPUtime=92.82 cores=0,2,4,6
/proc/29533/stat : 29533 (lingeling) R 29531 29533 29533 0 -1 4202496 18833 0 0 0 9280 2 0 0 25 0 1 0 906945067 46153728 10437 33554432000 4194304 4352236 140735108927552 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/29533/statm: 11268 10437 129 39 0 10348 0
[pid=29525/tid=29532] ppid=29523 vsize=335100 CPUtime=0 cores=0,2,4,6
/proc/29525/task/29532/stat : 29532 (python) S 29523 29525 29328 0 -1 4202560 26 940 0 0 0 0 0 0 19 0 2 0 906945067 343142400 18637 33554432000 4194304 5683644 140734473426224 18446744073709551615 239488518577 0 0 16781312 2 18446604453938393152 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 705028

[startup+162.301 s]
/proc/loadavg: 2.00 1.63 0.83 3/185 29541
/proc/meminfo: memFree=1205912/32950928 swapFree=67053956/67111528
[pid=29525] ppid=29523 vsize=345328 CPUtime=162.39 cores=0,2,4,6
/proc/29525/stat : 29525 (python) R 29523 29525 29328 0 -1 4202496 37724 91814 1 0 929 12 15275 23 17 0 3 0 906944119 353615872 18648 33554432000 4194304 5683644 140734473426224 18446744073709551615 239476350391 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29525/statm: 86332 18648 1874 364 0 22254 0
[pid=29525/tid=29532] ppid=29523 vsize=345328 CPUtime=152.98 cores=0,2,4,6
/proc/29525/task/29532/stat : 29532 (python) S 29523 29525 29328 0 -1 4202560 27 91814 0 0 0 0 15275 23 18 0 3 0 906945067 353615872 18648 33554432000 4194304 5683644 140734473426224 18446744073709551615 239488518577 0 0 16781312 0 18446604453938393152 0 0 -1 0 0 0 0
[pid=29525/tid=29539] ppid=29523 vsize=345328 CPUtime=152.98 cores=0,2,4,6
/proc/29525/task/29539/stat : 29539 (python) S 29523 29525 29328 0 -1 4202560 24 91814 0 0 0 0 15275 23 18 0 3 0 906955081 353615872 18648 33554432000 4194304 5683644 140734473426224 18446744073709551615 239488518577 0 0 16781312 0 18446604453938393152 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 162.39
Current children cumulated vsize (KiB) 345328

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

Child status: 0
Real time (s): 162.317
CPU time (s): 162.431
CPU user time (s): 162.066
CPU system time (s): 0.364944
CPU usage (%): 100.071
Max. virtual memory (cumulated for all children) (KiB): 1335444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 162.066
system time used= 0.364944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132959
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= 1298
involuntary context switches= 1338

runsolver used 0.243962 second user time and 0.52592 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-13 10:24:30
IDJOB=3498382
IDBENCH=82424
IDSOLVER=1991
FILE ID=node148/3498382-1307953470
RUNJOBID= node148-1307953113-29346
PBS_JOBID= 13559680
Free space on /var/tmp= 2760 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step11.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498382-1307953470/watcher-3498382-1307953470 -o /var/tmp/evaluation-result-3498382-1307953470/solver-3498382-1307953470 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498382-1307953470.cnf -seed 276427039 -budget 5000

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

MD5SUM BENCH= ac372f51471a04bbb3fb9a678284c6a4
RANDOM SEED=276427039

node148.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.854
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.70
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.854
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.854
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.854
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.854
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.854
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.854
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1618848 kB
Buffers:        107028 kB
Cached:       29424036 kB
SwapCached:      10544 kB
Active:       15217440 kB
Inactive:     15170688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1618848 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:          173128 kB
Writeback:           4 kB
AnonPages:      854408 kB
Mapped:          18312 kB
Slab:           876968 kB
PageTables:       6644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1075780 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 /var/tmp at the end= 2732 MiB
End job on node148 at 2011-06-13 10:27:13