Trace number 3384476

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 44.5432 44.5432

General information on the benchmark

NameSAT03/industrial/simon/sat02/
6pipe_6_ooo.shuffled-as.sat03-413.cnf
MD5SUM8bd122b0caab0988cbc54e4731b25623
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.0861
Satisfiable
(Un)Satisfiability was proved
Number of variables17064
Number of clauses545612
Sum of the clauses size1608428
Maximum clause length187
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2476931
Number of clauses of size 356141
Number of clauses of size 4301
Number of clauses of size 5290
Number of clauses of size over 511948

Solver Data

0.00/0.00	c Set FPU double precision.
0.19/0.27	c Parse Cnf success: #var: 17064 #clause: 545612
0.19/0.27	c Find Units :          1
0.29/0.30	c Find Invs  :          1
0.39/0.40	c Find Ands  :      14202 AvgFaninNum: 33.5818
0.39/0.41	c Find Xors  :          0 AvgFaninNum: nan
0.39/0.43	c Find Ite   :       1618
0.39/0.45	c UnDirect variable: 0
0.39/0.45	c UnDirect to Direct Gate: 1
0.39/0.45	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.39/0.46	c Break Cycle : 0
0.39/0.46	c Total Root : 1 Undef Var: 1243
0.59/0.66	c After covering, Total Root: 1 Leaf: 753
0.59/0.66	c Variable( cover/uncovered/unused ): 16574 490 0
0.59/0.66	c Unit Clauses: 1
0.59/0.66	c Binary Clauses( cover/uncovered ): 476931 0
0.59/0.66	c Clauses( cover/uncovered ): 20674 48006
0.59/0.66	c Total Clauses( cover/uncovered ): 497606 48006 91.2014%
0.59/0.66	c Covered Ands: 14202 Invs: 1 Xors: 0 Ites: 1618
0.69/0.71	c Uncover Clauses avg size: 3 max size: 3
0.69/0.71	c Final circuit: i/l/o/s    1243       0   48007    186656
0.69/0.71	c CnfToAig: Time: 0.7 s
0.99/1.03	c TmMap: Set choices finish.
0.99/1.10	c TmMap: Set big and: 66008
0.99/1.10	c TmMap: Origin: 187900 ClauseNum: 559968 --> New: 74764 ClauseNum: 328587
0.99/1.10	c TmMap: Time: 0.11
2.09/2.20	c Simulation --> TransNum: 311255/328587 Try to Add: #clause: 153307 #xorclause: 0
2.19/2.25	c #var: 26684 #clauses: 85264 Solving... 
5.60/5.65	c Abstract SAT
5.79/5.83	c Simulation --> TransNum: 320577/328587 Try to Add: #clause: 35 #xorclause: 0
5.79/5.83	c #var: 26684 #clauses: 91219 Solving... 
5.79/5.87	c Abstract SAT
5.99/6.05	c Simulation --> TransNum: 320581/328587 Try to Add: #clause: 4 #xorclause: 0
5.99/6.05	c #var: 26684 #clauses: 91225 Solving... 
6.09/6.10	c Abstract SAT
6.09/6.10	c Simulation --> TransNum: 328587/328587 Try to Add: #clause: 7713 #xorclause: 0
6.09/6.11	c #var: 26756 #clauses: 108839 Solving... 
44.49/44.52	s UNSATISFIABLE
44.49/44.53	c CPU time: 44.53 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-3384476-1305551040/watcher-3384476-1305551040 -o /tmp/evaluation-result-3384476-1305551040/solver-3384476-1305551040 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384476-1305551040.cnf 1655309789 

running on 4 cores: 1,3,5,7

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: 1.92 1.98 1.99 2/404 5995
/proc/meminfo: memFree=8124668/32951124 swapFree=65980224/67111528
[pid=5995] ppid=5993 vsize=33388 CPUtime=0 cores=1,3,5,7
/proc/5995/stat : 5995 (qutersat_releas) R 5993 5995 5007 0 -1 4202496 1946 0 0 0 0 0 0 0 21 0 1 0 647519566 34189312 1883 33554432000 4194304 6014671 140734228812304 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5995/statm: 8347 1883 378 445 0 1892 0

[startup+0.112526 s]
/proc/loadavg: 1.92 1.98 1.99 2/404 5995
/proc/meminfo: memFree=8124668/32951124 swapFree=65980224/67111528
[pid=5995] ppid=5993 vsize=49772 CPUtime=0.1 cores=1,3,5,7
/proc/5995/stat : 5995 (qutersat_releas) R 5993 5995 5007 0 -1 4202496 6293 0 0 0 10 0 0 0 21 0 1 0 647519566 50966528 6230 33554432000 4194304 6014671 140734228812304 18446744073709551615 4795419 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5995/statm: 12443 6231 378 445 0 5988 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 49772

[startup+0.20051 s]
/proc/loadavg: 1.92 1.98 1.99 2/404 5995
/proc/meminfo: memFree=8124668/32951124 swapFree=65980224/67111528
[pid=5995] ppid=5993 vsize=63212 CPUtime=0.19 cores=1,3,5,7
/proc/5995/stat : 5995 (qutersat_releas) R 5993 5995 5007 0 -1 4202496 9457 0 0 0 18 1 0 0 21 0 1 0 647519566 64729088 9394 33554432000 4194304 6014671 140734228812304 18446744073709551615 4817198 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5995/statm: 15803 9395 378 445 0 9348 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 63212

[startup+0.30049 s]
/proc/loadavg: 1.92 1.98 1.99 2/404 5995
/proc/meminfo: memFree=8124668/32951124 swapFree=65980224/67111528
[pid=5995] ppid=5993 vsize=77548 CPUtime=0.29 cores=1,3,5,7
/proc/5995/stat : 5995 (qutersat_releas) R 5993 5995 5007 0 -1 4202496 12283 0 0 0 28 1 0 0 22 0 1 0 647519566 79409152 12220 33554432000 4194304 6014671 140734228812304 18446744073709551615 4280408 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5995/statm: 19387 12220 382 445 0 12932 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77548

[startup+0.700417 s]
/proc/loadavg: 1.92 1.98 1.99 2/404 5995
/proc/meminfo: memFree=8124668/32951124 swapFree=65980224/67111528
[pid=5995] ppid=5993 vsize=83692 CPUtime=0.69 cores=1,3,5,7
/proc/5995/stat : 5995 (qutersat_releas) R 5993 5995 5007 0 -1 4202496 13848 0 0 0 68 1 0 0 23 0 1 0 647519566 85700608 13785 33554432000 4194304 6014671 140734228812304 18446744073709551615 4313888 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5995/statm: 20923 13785 398 445 0 14468 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83692

[startup+1.50027 s]
/proc/loadavg: 1.92 1.98 1.99 3/405 5996
/proc/meminfo: memFree=8030792/32951124 swapFree=65980224/67111528
[pid=5995] ppid=5993 vsize=120976 CPUtime=1.49 cores=1,3,5,7
/proc/5995/stat : 5995 (qutersat_releas) R 5993 5995 5007 0 -1 4202496 23975 0 0 0 147 2 0 0 25 0 1 0 647519566 123879424 23912 33554432000 4194304 6014671 140734228812304 18446744073709551615 4243267 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5995/statm: 30244 23912 681 445 0 23789 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 120976

[startup+3.10098 s]
/proc/loadavg: 1.92 1.98 1.99 3/405 5996
/proc/meminfo: memFree=8029800/32951124 swapFree=65980224/67111528
[pid=5995] ppid=5993 vsize=120976 CPUtime=3.09 cores=1,3,5,7
/proc/5995/stat : 5995 (qutersat_releas) R 5993 5995 5007 0 -1 4202496 23997 0 0 0 307 2 0 0 25 0 1 0 647519566 123879424 23934 33554432000 4194304 6014671 140734228812304 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5995/statm: 30244 23934 701 445 0 23789 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 120976

[startup+6.30039 s]
/proc/loadavg: 1.93 1.98 1.99 3/405 5996
/proc/meminfo: memFree=7991900/32951124 swapFree=65980224/67111528
[pid=5995] ppid=5993 vsize=183092 CPUtime=6.29 cores=1,3,5,7
/proc/5995/stat : 5995 (qutersat_releas) R 5993 5995 5007 0 -1 4202496 35687 0 0 0 626 3 0 0 25 0 1 0 647519566 187486208 35606 33554432000 4194304 6014671 140734228812304 18446744073709551615 4424304 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5995/statm: 45773 35606 726 445 0 39318 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 183092

[startup+12.7002 s]
/proc/loadavg: 1.93 1.98 1.99 3/405 5996
/proc/meminfo: memFree=7953604/32951124 swapFree=65980224/67111528
[pid=5995] ppid=5993 vsize=183092 CPUtime=12.69 cores=1,3,5,7
/proc/5995/stat : 5995 (qutersat_releas) R 5993 5995 5007 0 -1 4202496 36412 0 0 0 1266 3 0 0 25 0 1 0 647519566 187486208 36331 33554432000 4194304 6014671 140734228812304 18446744073709551615 4423560 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5995/statm: 45773 36331 727 445 0 39318 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 183092

[startup+25.5009 s]
/proc/loadavg: 1.95 1.98 1.99 3/405 5997
/proc/meminfo: memFree=7901260/32951124 swapFree=65980224/67111528
[pid=5995] ppid=5993 vsize=219400 CPUtime=25.49 cores=1,3,5,7
/proc/5995/stat : 5995 (qutersat_releas) R 5993 5995 5007 0 -1 4202496 46461 0 0 0 2544 5 0 0 25 0 1 0 647519566 224665600 46319 33554432000 4194304 6014671 140734228812304 18446744073709551615 4376433 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5995/statm: 54850 46319 733 445 0 48395 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 219400

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

[startup+25.6008 s]
/proc/loadavg: 1.95 1.98 1.99 3/405 5997
/proc/meminfo: memFree=7901260/32951124 swapFree=65980224/67111528
[pid=5995] ppid=5993 vsize=219400 CPUtime=25.59 cores=1,3,5,7
/proc/5995/stat : 5995 (qutersat_releas) R 5993 5995 5007 0 -1 4202496 46480 0 0 0 2554 5 0 0 25 0 1 0 647519566 224665600 46338 33554432000 4194304 6014671 140734228812304 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5995/statm: 54850 46338 733 445 0 48395 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 219400

[startup+32.0157 s]
/proc/loadavg: 1.95 1.98 1.99 3/405 5997
/proc/meminfo: memFree=7894832/32951124 swapFree=65980224/67111528
[pid=5995] ppid=5993 vsize=231448 CPUtime=32.01 cores=1,3,5,7
/proc/5995/stat : 5995 (qutersat_releas) R 5993 5995 5007 0 -1 4202496 48015 0 0 0 3195 6 0 0 25 0 1 0 647519566 237002752 47873 33554432000 4194304 6014671 140734228812304 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5995/statm: 57862 47873 733 445 0 51407 0
Current children cumulated CPU time (s) 32.01
Current children cumulated vsize (KiB) 231448

[startup+38.4005 s]
/proc/loadavg: 1.95 1.98 1.99 3/405 5997
/proc/meminfo: memFree=7886500/32951124 swapFree=65980224/67111528
[pid=5995] ppid=5993 vsize=243252 CPUtime=38.39 cores=1,3,5,7
/proc/5995/stat : 5995 (qutersat_releas) R 5993 5995 5007 0 -1 4202496 50209 0 0 0 3833 6 0 0 25 0 1 0 647519566 249090048 50067 33554432000 4194304 6014671 140734228812304 18446744073709551615 4422751 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5995/statm: 60813 50067 733 445 0 54358 0
Current children cumulated CPU time (s) 38.39
Current children cumulated vsize (KiB) 243252

[startup+41.6009 s]
/proc/loadavg: 1.96 1.98 1.99 3/405 5997
/proc/meminfo: memFree=7884144/32951124 swapFree=65980224/67111528
[pid=5995] ppid=5993 vsize=243380 CPUtime=41.59 cores=1,3,5,7
/proc/5995/stat : 5995 (qutersat_releas) R 5993 5995 5007 0 -1 4202496 50580 0 0 0 4153 6 0 0 25 0 1 0 647519566 249221120 50438 33554432000 4194304 6014671 140734228812304 18446744073709551615 4632440 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5995/statm: 60845 50438 733 445 0 54390 0
Current children cumulated CPU time (s) 41.59
Current children cumulated vsize (KiB) 243380

[startup+43.2006 s]
/proc/loadavg: 1.96 1.98 1.99 3/405 5997
/proc/meminfo: memFree=7880796/32951124 swapFree=65980224/67111528
[pid=5995] ppid=5993 vsize=243380 CPUtime=43.19 cores=1,3,5,7
/proc/5995/stat : 5995 (qutersat_releas) R 5993 5995 5007 0 -1 4202496 51300 0 0 0 4313 6 0 0 25 0 1 0 647519566 249221120 51158 33554432000 4194304 6014671 140734228812304 18446744073709551615 4423543 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5995/statm: 60845 51158 734 445 0 54390 0
Current children cumulated CPU time (s) 43.19
Current children cumulated vsize (KiB) 243380

[startup+44.0005 s]
/proc/loadavg: 1.96 1.98 1.99 3/405 5997
/proc/meminfo: memFree=7879804/32951124 swapFree=65980224/67111528
[pid=5995] ppid=5993 vsize=243380 CPUtime=44 cores=1,3,5,7
/proc/5995/stat : 5995 (qutersat_releas) R 5993 5995 5007 0 -1 4202496 51510 0 0 0 4394 6 0 0 25 0 1 0 647519566 249221120 51368 33554432000 4194304 6014671 140734228812304 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5995/statm: 60845 51368 734 445 0 54390 0
Current children cumulated CPU time (s) 44
Current children cumulated vsize (KiB) 243380

[startup+44.4004 s]
/proc/loadavg: 1.96 1.98 1.99 3/405 5997
/proc/meminfo: memFree=7879804/32951124 swapFree=65980224/67111528
[pid=5995] ppid=5993 vsize=243380 CPUtime=44.39 cores=1,3,5,7
/proc/5995/stat : 5995 (qutersat_releas) R 5993 5995 5007 0 -1 4202496 51512 0 0 0 4433 6 0 0 25 0 1 0 647519566 249221120 51370 33554432000 4194304 6014671 140734228812304 18446744073709551615 4372190 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5995/statm: 60845 51370 734 445 0 54390 0
Current children cumulated CPU time (s) 44.39
Current children cumulated vsize (KiB) 243380

[startup+44.5004 s]
/proc/loadavg: 1.96 1.98 1.99 3/405 5997
/proc/meminfo: memFree=7879804/32951124 swapFree=65980224/67111528
[pid=5995] ppid=5993 vsize=243380 CPUtime=44.49 cores=1,3,5,7
/proc/5995/stat : 5995 (qutersat_releas) R 5993 5995 5007 0 -1 4202496 51513 0 0 0 4443 6 0 0 25 0 1 0 647519566 249221120 51371 33554432000 4194304 6014671 140734228812304 18446744073709551615 4422722 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5995/statm: 60845 51371 734 445 0 54390 0
Current children cumulated CPU time (s) 44.49
Current children cumulated vsize (KiB) 243380

Child status: 0
Real time (s): 44.5432
CPU time (s): 44.5432
CPU user time (s): 44.4702
CPU system time (s): 0.072988
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 243380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.4702
system time used= 0.072988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51517
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= 10
involuntary context switches= 41

runsolver used 0.168974 second user time and 0.407937 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-16 15:04:01
IDJOB=3384476
IDBENCH=84172
IDSOLVER=1868
FILE ID=node142/3384476-1305551040
RUNJOBID= node142-1305540196-5026
PBS_JOBID= 13329211
Free space on /tmp= 73484 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/industrial/simon/sat02/6pipe_6_ooo.shuffled-as.sat03-413.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384476-1305551040/watcher-3384476-1305551040 -o /tmp/evaluation-result-3384476-1305551040/solver-3384476-1305551040 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384476-1305551040.cnf 1655309789

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

MD5SUM BENCH= 8bd122b0caab0988cbc54e4731b25623
RANDOM SEED=1655309789

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:       8124948 kB
Buffers:        350748 kB
Cached:        5057116 kB
SwapCached:      11512 kB
Active:       21331048 kB
Inactive:      3125516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8124948 kB
SwapTotal:    67111528 kB
SwapFree:     65980224 kB
Dirty:           79360 kB
Writeback:           0 kB
AnonPages:    19045340 kB
Mapped:          26056 kB
Slab:           236520 kB
PageTables:      65752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 93962328 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= 73480 MiB
End job on node142 at 2011-05-16 15:04:46