Trace number 3384408

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
QuteRSat 2011-05-12 (fixed)UNSAT 149.619 149.62

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
MD5SUMa4c7dbdc89378b1335eea4904f9f5cb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark104.513
Satisfiable
(Un)Satisfiability was proved
Number of variables156058
Number of clauses466691
Sum of the clauses size1088943
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2311126
Number of clauses of size 3155563
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.19/0.28	c Parse Cnf success: #var: 156058 #clause: 466691
0.19/0.28	c Find Units :          2
0.29/0.30	c Find Invs  :          0
0.29/0.37	c Find Ands  :     169145 AvgFaninNum: 2
0.29/0.38	c Find Xors  :          0 AvgFaninNum: nan
0.39/0.42	c Find Ite   :          0
0.49/0.51	c UnDirect variable: 0
0.49/0.51	c UnDirect to Direct Gate: 0
0.49/0.51	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.49/0.53	c Break Cycle : 4998
0.49/0.53	c Total Root : 1 Undef Var: 5009
0.59/0.63	c After covering, Total Root: 5380 Leaf: 5002
0.59/0.63	c Variable( cover/uncovered/unused ): 156051 7 0
0.59/0.63	c Unit Clauses: 2
0.59/0.63	c Binary Clauses( cover/uncovered ): 302098 9028
0.59/0.63	c Clauses( cover/uncovered ): 151049 4514
0.59/0.63	c Total Clauses( cover/uncovered ): 453149 13542 97.0983%
0.59/0.63	c Covered Ands: 151049 Invs: 0 Xors: 0 Ites: 0
0.59/0.64	c Uncover Clauses avg size: 2.33333 max size: 3
0.59/0.64	c Final circuit: i/l/o/s    5008       0   13543    168694
0.59/0.64	c CnfToAig: Time: 0.64 s
1.11/1.16	c TmMap: Set choices finish.
1.19/1.23	c TmMap: Set big and: 33813
1.19/1.23	c TmMap: Origin: 173703 ClauseNum: 506082 --> New: 66020 ClauseNum: 247443
1.19/1.23	c TmMap: Time: 0.12
2.49/2.56	c Simulation --> TransNum: 220067/247443 Try to Add: #clause: 171623 #xorclause: 0
2.59/2.65	c #var: 52175 #clauses: 138157 Solving... 
10.90/10.97	c Abstract SAT
11.09/11.16	c Simulation --> TransNum: 242734/247443 Try to Add: #clause: 12 #xorclause: 0
11.09/11.16	c #var: 52178 #clauses: 99532 Solving... 
12.00/12.04	c Abstract SAT
12.19/12.23	c Simulation --> TransNum: 242836/247443 Try to Add: #clause: 65 #xorclause: 0
12.19/12.23	c #var: 52230 #clauses: 99832 Solving... 
12.29/12.36	c Abstract SAT
12.29/12.37	c Simulation --> TransNum: 247443/247443 Try to Add: #clause: 4308 #xorclause: 0
12.29/12.38	c #var: 52476 #clauses: 115417 Solving... 
149.50/149.59	s UNSATISFIABLE
149.50/149.61	c CPU time: 149.6 s

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-3384408-1305545859/watcher-3384408-1305545859 -o /tmp/evaluation-result-3384408-1305545859/solver-3384408-1305545859 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384408-1305545859.cnf 2037655811 

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.01 2.02 2.00 2/378 21427
/proc/meminfo: memFree=19050108/32951124 swapFree=63083184/67111528
[pid=21427] ppid=21425 vsize=38072 CPUtime=0 cores=0,2,4,6
/proc/21427/stat : 21427 (qutersat_releas) R 21425 21427 20952 0 -1 4202496 3249 0 0 0 0 0 0 0 24 0 1 0 647001571 38985728 3185 33554432000 4194304 6014671 140736843400048 18446744073709551615 4303462 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21427/statm: 9518 3185 378 445 0 3063 0

[startup+0.042894 s]
/proc/loadavg: 2.01 2.02 2.00 2/378 21427
/proc/meminfo: memFree=19050108/32951124 swapFree=63083184/67111528
[pid=21427] ppid=21425 vsize=45240 CPUtime=0.03 cores=0,2,4,6
/proc/21427/stat : 21427 (qutersat_releas) R 21425 21427 20952 0 -1 4202496 5085 0 0 0 3 0 0 0 24 0 1 0 647001571 46325760 5021 33554432000 4194304 6014671 140736843400048 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21427/statm: 11310 5021 378 445 0 4855 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 45240

[startup+0.100897 s]
/proc/loadavg: 2.01 2.02 2.00 2/378 21427
/proc/meminfo: memFree=19050108/32951124 swapFree=63083184/67111528
[pid=21427] ppid=21425 vsize=55480 CPUtime=0.09 cores=0,2,4,6
/proc/21427/stat : 21427 (qutersat_releas) R 21425 21427 20952 0 -1 4202496 7627 0 0 0 9 0 0 0 24 0 1 0 647001571 56811520 7563 33554432000 4194304 6014671 140736843400048 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21427/statm: 13870 7563 378 445 0 7415 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55480

[startup+0.30087 s]
/proc/loadavg: 2.01 2.02 2.00 2/378 21427
/proc/meminfo: memFree=19050108/32951124 swapFree=63083184/67111528
[pid=21427] ppid=21425 vsize=85432 CPUtime=0.29 cores=0,2,4,6
/proc/21427/stat : 21427 (qutersat_releas) R 21425 21427 20952 0 -1 4202496 15108 0 0 0 28 1 0 0 25 0 1 0 647001571 87482368 15044 33554432000 4194304 6014671 140736843400048 18446744073709551615 4280408 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21427/statm: 21358 15044 382 445 0 14903 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85432

[startup+0.700792 s]
/proc/loadavg: 2.01 2.02 2.00 2/378 21427
/proc/meminfo: memFree=19050108/32951124 swapFree=63083184/67111528
[pid=21427] ppid=21425 vsize=95800 CPUtime=0.69 cores=0,2,4,6
/proc/21427/stat : 21427 (qutersat_releas) R 21425 21427 20952 0 -1 4202496 17899 0 0 0 67 2 0 0 18 0 1 0 647001571 98099200 17835 33554432000 4194304 6014671 140736843400048 18446744073709551615 4260789 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21427/statm: 23950 17835 668 445 0 17495 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 95800

[startup+1.50064 s]
/proc/loadavg: 2.01 2.02 2.00 3/379 21428
/proc/meminfo: memFree=18964532/32951124 swapFree=63083184/67111528
[pid=21427] ppid=21425 vsize=141552 CPUtime=1.49 cores=0,2,4,6
/proc/21427/stat : 21427 (qutersat_releas) R 21425 21427 20952 0 -1 4202496 29054 0 0 0 146 3 0 0 18 0 1 0 647001571 144949248 28990 33554432000 4194304 6014671 140736843400048 18446744073709551615 4244400 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21427/statm: 35388 28990 681 445 0 28933 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 141552

[startup+3.1003 s]
/proc/loadavg: 2.01 2.02 2.00 3/379 21428
/proc/meminfo: memFree=18935264/32951124 swapFree=63083184/67111528
[pid=21427] ppid=21425 vsize=141552 CPUtime=3.09 cores=0,2,4,6
/proc/21427/stat : 21427 (qutersat_releas) R 21425 21427 20952 0 -1 4202496 29076 0 0 0 306 3 0 0 22 0 1 0 647001571 144949248 29012 33554432000 4194304 6014671 140736843400048 18446744073709551615 4423615 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21427/statm: 35388 29012 701 445 0 28933 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 141552

[startup+6.30073 s]
/proc/loadavg: 2.01 2.02 2.00 3/379 21428
/proc/meminfo: memFree=18935016/32951124 swapFree=63083184/67111528
[pid=21427] ppid=21425 vsize=141552 CPUtime=6.29 cores=0,2,4,6
/proc/21427/stat : 21427 (qutersat_releas) R 21425 21427 20952 0 -1 4202496 29102 0 0 0 626 3 0 0 25 0 1 0 647001571 144949248 29038 33554432000 4194304 6014671 140736843400048 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21427/statm: 35388 29038 726 445 0 28933 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 141552

[startup+12.7005 s]
/proc/loadavg: 2.01 2.01 2.00 3/379 21428
/proc/meminfo: memFree=18927092/32951124 swapFree=63083184/67111528
[pid=21427] ppid=21425 vsize=172460 CPUtime=12.69 cores=0,2,4,6
/proc/21427/stat : 21427 (qutersat_releas) R 21425 21427 20952 0 -1 4202496 32056 0 0 0 1266 3 0 0 25 0 1 0 647001571 176599040 31992 33554432000 4194304 6014671 140736843400048 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21427/statm: 43115 31992 730 445 0 36660 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 172460

[startup+25.5011 s]
/proc/loadavg: 2.01 2.01 2.00 3/379 21428
/proc/meminfo: memFree=18915908/32951124 swapFree=63083184/67111528
[pid=21427] ppid=21425 vsize=185140 CPUtime=25.5 cores=0,2,4,6
/proc/21427/stat : 21427 (qutersat_releas) R 21425 21427 20952 0 -1 4202496 33683 0 0 0 2546 4 0 0 25 0 1 0 647001571 189583360 33619 33554432000 4194304 6014671 140736843400048 18446744073709551615 4424056 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21427/statm: 46285 33619 730 445 0 39830 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 185140

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.00 3/379 21429
/proc/meminfo: memFree=18904376/32951124 swapFree=63083184/67111528
[pid=21427] ppid=21425 vsize=185140 CPUtime=51.09 cores=0,2,4,6
/proc/21427/stat : 21427 (qutersat_releas) R 21425 21427 20952 0 -1 4202496 36541 0 0 0 5105 4 0 0 25 0 1 0 647001571 189583360 36477 33554432000 4194304 6014671 140736843400048 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21427/statm: 46285 36477 730 445 0 39830 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 185140

[startup+102.315 s]
/proc/loadavg: 2.00 2.01 2.00 3/379 21431
/proc/meminfo: memFree=18868400/32951124 swapFree=63083184/67111528
[pid=21427] ppid=21425 vsize=228236 CPUtime=102.3 cores=0,2,4,6
/proc/21427/stat : 21427 (qutersat_releas) R 21425 21427 20952 0 -1 4202496 45408 0 0 0 10225 5 0 0 25 0 1 0 647001571 233713664 45299 33554432000 4194304 6014671 140736843400048 18446744073709551615 4377111 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21427/statm: 57059 45299 730 445 0 50604 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 228236

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

[startup+127.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/379 21431
/proc/meminfo: memFree=18844824/32951124 swapFree=63083184/67111528
[pid=21427] ppid=21425 vsize=258268 CPUtime=127.89 cores=0,2,4,6
/proc/21427/stat : 21427 (qutersat_releas) R 21425 21427 20952 0 -1 4202496 51015 0 0 0 12783 6 0 0 25 0 1 0 647001571 264466432 50794 33554432000 4194304 6014671 140736843400048 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21427/statm: 64567 50794 730 445 0 58112 0
Current children cumulated CPU time (s) 127.89
Current children cumulated vsize (KiB) 258268

[startup+140.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/379 21432
/proc/meminfo: memFree=18842952/32951124 swapFree=63083184/67111528
[pid=21427] ppid=21425 vsize=258268 CPUtime=140.7 cores=0,2,4,6
/proc/21427/stat : 21427 (qutersat_releas) R 21425 21427 20952 0 -1 4202496 51503 0 0 0 14064 6 0 0 25 0 1 0 647001571 264466432 51282 33554432000 4194304 6014671 140736843400048 18446744073709551615 4425224 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21427/statm: 64567 51282 730 445 0 58112 0
Current children cumulated CPU time (s) 140.7
Current children cumulated vsize (KiB) 258268

[startup+143.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/379 21432
/proc/meminfo: memFree=18842208/32951124 swapFree=63083184/67111528
[pid=21427] ppid=21425 vsize=258268 CPUtime=143.89 cores=0,2,4,6
/proc/21427/stat : 21427 (qutersat_releas) R 21425 21427 20952 0 -1 4202496 51672 0 0 0 14383 6 0 0 25 0 1 0 647001571 264466432 51451 33554432000 4194304 6014671 140736843400048 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21427/statm: 64567 51451 730 445 0 58112 0
Current children cumulated CPU time (s) 143.89
Current children cumulated vsize (KiB) 258268

[startup+147.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/379 21432
/proc/meminfo: memFree=18841956/32951124 swapFree=63083184/67111528
[pid=21427] ppid=21425 vsize=258268 CPUtime=147.09 cores=0,2,4,6
/proc/21427/stat : 21427 (qutersat_releas) R 21425 21427 20952 0 -1 4202496 51993 0 0 0 14703 6 0 0 25 0 1 0 647001571 264466432 51772 33554432000 4194304 6014671 140736843400048 18446744073709551615 4423649 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21427/statm: 64567 51772 730 445 0 58112 0
Current children cumulated CPU time (s) 147.09
Current children cumulated vsize (KiB) 258268

[startup+148.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/379 21432
/proc/meminfo: memFree=18840460/32951124 swapFree=63083184/67111528
[pid=21427] ppid=21425 vsize=258268 CPUtime=148.69 cores=0,2,4,6
/proc/21427/stat : 21427 (qutersat_releas) R 21425 21427 20952 0 -1 4202496 52123 0 0 0 14863 6 0 0 25 0 1 0 647001571 264466432 51902 33554432000 4194304 6014671 140736843400048 18446744073709551615 4423487 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21427/statm: 64567 51902 730 445 0 58112 0
Current children cumulated CPU time (s) 148.69
Current children cumulated vsize (KiB) 258268

[startup+149.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/379 21432
/proc/meminfo: memFree=18840460/32951124 swapFree=63083184/67111528
[pid=21427] ppid=21425 vsize=258268 CPUtime=149.09 cores=0,2,4,6
/proc/21427/stat : 21427 (qutersat_releas) R 21425 21427 20952 0 -1 4202496 52166 0 0 0 14903 6 0 0 25 0 1 0 647001571 264466432 51945 33554432000 4194304 6014671 140736843400048 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21427/statm: 64567 51945 730 445 0 58112 0
Current children cumulated CPU time (s) 149.09
Current children cumulated vsize (KiB) 258268

[startup+149.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/379 21432
/proc/meminfo: memFree=18840088/32951124 swapFree=63083184/67111528
[pid=21427] ppid=21425 vsize=258268 CPUtime=149.5 cores=0,2,4,6
/proc/21427/stat : 21427 (qutersat_releas) R 21425 21427 20952 0 -1 4202496 52202 0 0 0 14944 6 0 0 25 0 1 0 647001571 264466432 51981 33554432000 4194304 6014671 140736843400048 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21427/statm: 64567 51981 730 445 0 58112 0
Current children cumulated CPU time (s) 149.5
Current children cumulated vsize (KiB) 258268

[startup+149.614 s]
/proc/loadavg: 2.00 2.00 2.00 3/379 21432
/proc/meminfo: memFree=18840088/32951124 swapFree=63083184/67111528
[pid=21427] ppid=21425 vsize=0 CPUtime=149.61 cores=0,2,4,6
/proc/21427/stat : 21427 (qutersat_releas) R 21425 21427 20952 0 -1 4202500 52209 0 0 0 14954 7 0 0 25 0 1 0 647001571 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 4 0 0 0
/proc/21427/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 149.61
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 149.62
CPU time (s): 149.619
CPU user time (s): 149.541
CPU system time (s): 0.077988
CPU usage (%): 99.9992
Max. virtual memory (cumulated for all children) (KiB): 258268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 149.541
system time used= 0.077988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52209
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= 14
involuntary context switches= 184

runsolver used 0.570913 second user time and 1.21182 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-16 13:37:40
IDJOB=3384408
IDBENCH=82488
IDSOLVER=1868
FILE ID=node141/3384408-1305545859
RUNJOBID= node141-1305540196-20970
PBS_JOBID= 13329212
Free space on /tmp= 73284 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384408-1305545859/watcher-3384408-1305545859 -o /tmp/evaluation-result-3384408-1305545859/solver-3384408-1305545859 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384408-1305545859.cnf 2037655811

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

MD5SUM BENCH= a4c7dbdc89378b1335eea4904f9f5cb5
RANDOM SEED=2037655811

node141.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	: 5362.96
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.82
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.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.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.84
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.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.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:     32951124 kB
MemFree:      19050380 kB
Buffers:        286796 kB
Cached:        5619860 kB
SwapCached:      15716 kB
Active:        8260252 kB
Inactive:      5377916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19050380 kB
SwapTotal:    67111528 kB
SwapFree:     63083184 kB
Dirty:            9716 kB
Writeback:           0 kB
AnonPages:     7722696 kB
Mapped:          17696 kB
Slab:           146408 kB
PageTables:      50516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 92625260 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= 73284 MiB
End job on node141 at 2011-05-16 13:40:09