Trace number 3377071

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 71.0782 71.0828

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-10p0.cnf
MD5SUMef1df882c8a642421a1d0216a16bf652
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark39.7879
Satisfiable
(Un)Satisfiability was proved
Number of variables155107
Number of clauses675624
Sum of the clauses size1568150
Maximum clause length10
Minimum clause length1
Number of clauses of size 16856
Number of clauses of size 2547130
Number of clauses of size 387598
Number of clauses of size 43780
Number of clauses of size 515120
Number of clauses of size over 515140

Solver Data

0.00/0.01	c Set FPU double precision.
0.19/0.27	c Parse Cnf success: #var: 155107 #clause: 675624
0.19/0.27	c Find Units :       6856
0.28/0.31	c Find Invs  :        906
0.28/0.39	c Find Ands  :      74944 AvgFaninNum: 3.31618
0.28/0.39	c Find Xors  :          0 AvgFaninNum: nan
0.38/0.40	c Find Ite   :          0
0.38/0.45	c UnDirect variable: 0
0.38/0.45	c UnDirect to Direct Gate: 94
0.38/0.45	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.38/0.46	c Break Cycle : 27682
0.38/0.46	c Total Root : 6935 Undef Var: 120214
0.38/0.50	c After covering, Total Root: 15322 Leaf: 57227
0.38/0.50	c Variable( cover/uncovered/unused ): 92120 62987 0
0.38/0.50	c Unit Clauses: 6856
0.38/0.50	c Binary Clauses( cover/uncovered ): 88746 422474
0.38/0.50	c Clauses( cover/uncovered ): 34799 79279
0.38/0.50	c Total Clauses( cover/uncovered ): 130401 501753 20.628%
0.38/0.50	c Covered Ands: 34799 Invs: 94 Xors: 0 Ites: 0
0.79/0.87	c Uncover Clauses avg size: 2.32374 max size: 10
0.79/0.88	c Final circuit: i/l/o/s  117498       0  452504    653570
0.79/0.88	c CnfToAig: Time: 0.87 s
1.48/1.52	c TmMap: Set choices finish.
1.79/1.86	c TmMap: Set big and: 475886
1.79/1.86	c TmMap: Origin: 771069 ClauseNum: 1960710 --> New: 593914 ClauseNum: 1605469
1.79/1.86	c TmMap: Time: 0.44
1.89/1.97	c Try to Add: #clause: 953934 #xorclause: 0
2.10/2.16	c #var: 143329 #clauses: 98947 Solving... 
70.99/71.03	s UNSATISFIABLE
70.99/71.04	c CPU time: 71.03 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-3377071-1305467741/watcher-3377071-1305467741 -o /tmp/evaluation-result-3377071-1305467741/solver-3377071-1305467741 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377071-1305467741.cnf 974120846 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.20 6.30 6.29 5/304 9581
/proc/meminfo: memFree=22097208/32951124 swapFree=63485424/67111528
[pid=9581] ppid=9579 vsize=26212 CPUtime=0 cores=1,3
/proc/9581/stat : 9581 (qutersat_releas) R 9579 9581 9539 0 -1 4202496 425 0 0 0 0 0 0 0 21 0 1 0 639190063 26841088 362 33554432000 4194304 6014671 140734548038048 18446744073709551615 4780264 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9581/statm: 6553 362 289 445 0 98 0

[startup+0.0187719 s]
/proc/loadavg: 4.20 6.30 6.29 5/304 9581
/proc/meminfo: memFree=22097208/32951124 swapFree=63485424/67111528
[pid=9581] ppid=9579 vsize=39072 CPUtime=0 cores=1,3
/proc/9581/stat : 9581 (qutersat_releas) R 9579 9581 9539 0 -1 4202496 3439 0 0 0 0 0 0 0 21 0 1 0 639190063 40009728 3375 33554432000 4194304 6014671 140734548038048 18446744073709551615 4308198 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9581/statm: 9768 3375 378 445 0 3313 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 39072

[startup+0.100751 s]
/proc/loadavg: 4.20 6.30 6.29 5/304 9581
/proc/meminfo: memFree=22097208/32951124 swapFree=63485424/67111528
[pid=9581] ppid=9579 vsize=61088 CPUtime=0.09 cores=1,3
/proc/9581/stat : 9581 (qutersat_releas) R 9579 9581 9539 0 -1 4202496 8685 0 0 0 8 1 0 0 21 0 1 0 639190063 62554112 8621 33554432000 4194304 6014671 140734548038048 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9581/statm: 15272 8621 378 445 0 8817 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61088

[startup+0.300723 s]
/proc/loadavg: 4.20 6.30 6.29 5/304 9581
/proc/meminfo: memFree=22097208/32951124 swapFree=63485424/67111528
[pid=9581] ppid=9579 vsize=78624 CPUtime=0.28 cores=1,3
/proc/9581/stat : 9581 (qutersat_releas) R 9579 9581 9539 0 -1 4202496 12581 0 0 0 27 1 0 0 22 0 1 0 639190063 80510976 12517 33554432000 4194304 6014671 140734548038048 18446744073709551615 4280864 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9581/statm: 19656 12517 382 445 0 13201 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 78624

[startup+0.70064 s]
/proc/loadavg: 4.20 6.30 6.29 5/304 9581
/proc/meminfo: memFree=22097208/32951124 swapFree=63485424/67111528
[pid=9581] ppid=9579 vsize=107152 CPUtime=0.69 cores=1,3
/proc/9581/stat : 9581 (qutersat_releas) R 9579 9581 9539 0 -1 4202496 19457 0 0 0 67 2 0 0 23 0 1 0 639190063 109723648 19393 33554432000 4194304 6014671 140734548038048 18446744073709551615 4234872 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9581/statm: 26788 19393 398 445 0 20333 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 107152

[startup+1.50049 s]
/proc/loadavg: 4.18 6.26 6.28 5/314 9600
/proc/meminfo: memFree=21654112/32951124 swapFree=63485424/67111528
[pid=9581] ppid=9579 vsize=272608 CPUtime=1.48 cores=1,3
/proc/9581/stat : 9581 (qutersat_releas) R 9579 9581 9539 0 -1 4202496 61642 0 0 0 142 6 0 0 25 0 1 0 639190063 279150592 61578 33554432000 4194304 6014671 140734548038048 18446744073709551615 4230048 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9581/statm: 68152 61578 669 445 0 61697 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 272608

[startup+3.1002 s]
/proc/loadavg: 4.18 6.26 6.28 5/314 9600
/proc/meminfo: memFree=21096360/32951124 swapFree=63485424/67111528
[pid=9581] ppid=9579 vsize=343904 CPUtime=3.09 cores=1,3
/proc/9581/stat : 9581 (qutersat_releas) R 9579 9581 9539 0 -1 4202496 76090 0 0 0 300 9 0 0 25 0 1 0 639190063 352157696 76026 33554432000 4194304 6014671 140734548038048 18446744073709551615 4422563 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9581/statm: 85976 76026 701 445 0 79521 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 343904

[startup+6.30062 s]
/proc/loadavg: 4.18 6.26 6.28 5/314 9600
/proc/meminfo: memFree=20324692/32951124 swapFree=63485424/67111528
[pid=9581] ppid=9579 vsize=411488 CPUtime=6.29 cores=1,3
/proc/9581/stat : 9581 (qutersat_releas) R 9579 9581 9539 0 -1 4202496 88900 0 0 0 619 10 0 0 25 0 1 0 639190063 421363712 88836 33554432000 4194304 6014671 140734548038048 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9581/statm: 102872 88836 701 445 0 96417 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 411488

[startup+12.7004 s]
/proc/loadavg: 4.15 6.19 6.25 5/314 9600
/proc/meminfo: memFree=19775104/32951124 swapFree=63485424/67111528
[pid=9581] ppid=9579 vsize=760200 CPUtime=12.68 cores=1,3
/proc/9581/stat : 9581 (qutersat_releas) R 9579 9581 9539 0 -1 4202496 153977 0 0 0 1252 16 0 0 25 0 1 0 639190063 778444800 153898 33554432000 4194304 6014671 140734548038048 18446744073709551615 4711430 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9581/statm: 190050 153898 711 445 0 183595 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 760200

[startup+25.5011 s]
/proc/loadavg: 4.20 6.13 6.23 4/309 9618
/proc/meminfo: memFree=20236300/32951124 swapFree=63485424/67111528
[pid=9581] ppid=9579 vsize=821700 CPUtime=25.49 cores=1,3
/proc/9581/stat : 9581 (qutersat_releas) R 9579 9581 9539 0 -1 4202496 161624 0 0 0 2531 18 0 0 25 0 1 0 639190063 841420800 161545 33554432000 4194304 6014671 140734548038048 18446744073709551615 4423483 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9581/statm: 205425 161545 723 445 0 198970 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 821700

[startup+51.1003 s]
/proc/loadavg: 4.13 5.96 6.17 5/314 9629
/proc/meminfo: memFree=19307096/32951124 swapFree=63485424/67111528
[pid=9581] ppid=9579 vsize=846956 CPUtime=51.08 cores=1,3
/proc/9581/stat : 9581 (qutersat_releas) R 9579 9581 9539 0 -1 4202496 168235 0 0 0 5089 19 0 0 25 0 1 0 639190063 867282944 168156 33554432000 4194304 6014671 140734548038048 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9581/statm: 211739 168156 724 445 0 205284 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 846956

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

[startup+63.901 s]
/proc/loadavg: 4.10 5.86 6.14 5/314 9629
/proc/meminfo: memFree=18823824/32951124 swapFree=63485424/67111528
[pid=9581] ppid=9579 vsize=1157612 CPUtime=63.89 cores=1,3
/proc/9581/stat : 9581 (qutersat_releas) R 9579 9581 9539 0 -1 4202496 233536 0 0 0 6362 27 0 0 25 0 1 0 639190063 1185394688 233457 33554432000 4194304 6014671 140734548038048 18446744073709551615 4367424 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9581/statm: 289403 233457 728 445 0 282948 0
Current children cumulated CPU time (s) 63.89
Current children cumulated vsize (KiB) 1157612

[startup+67.1114 s]
/proc/loadavg: 4.09 5.83 6.12 5/314 9629
/proc/meminfo: memFree=18726484/32951124 swapFree=63485424/67111528
[pid=9581] ppid=9579 vsize=1160080 CPUtime=67.1 cores=1,3
/proc/9581/stat : 9581 (qutersat_releas) R 9579 9581 9539 0 -1 4202496 234677 0 0 0 6683 27 0 0 25 0 1 0 639190063 1187921920 234598 33554432000 4194304 6014671 140734548038048 18446744073709551615 4731878 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9581/statm: 290020 234598 728 445 0 283565 0
Current children cumulated CPU time (s) 67.1
Current children cumulated vsize (KiB) 1160080

[startup+68.7011 s]
/proc/loadavg: 4.09 5.83 6.12 5/314 9629
/proc/meminfo: memFree=18662376/32951124 swapFree=63485424/67111528
[pid=9581] ppid=9579 vsize=1160080 CPUtime=68.69 cores=1,3
/proc/9581/stat : 9581 (qutersat_releas) R 9579 9581 9539 0 -1 4202496 234925 0 0 0 6842 27 0 0 25 0 1 0 639190063 1187921920 234846 33554432000 4194304 6014671 140734548038048 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9581/statm: 290020 234846 728 445 0 283565 0
Current children cumulated CPU time (s) 68.69
Current children cumulated vsize (KiB) 1160080

[startup+70.3008 s]
/proc/loadavg: 4.09 5.83 6.12 5/314 9629
/proc/meminfo: memFree=18571608/32951124 swapFree=63485424/67111528
[pid=9581] ppid=9579 vsize=1160080 CPUtime=70.29 cores=1,3
/proc/9581/stat : 9581 (qutersat_releas) R 9579 9581 9539 0 -1 4202496 235138 0 0 0 7002 27 0 0 25 0 1 0 639190063 1187921920 235059 33554432000 4194304 6014671 140734548038048 18446744073709551615 4423539 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9581/statm: 290020 235059 728 445 0 283565 0
Current children cumulated CPU time (s) 70.29
Current children cumulated vsize (KiB) 1160080

[startup+70.7007 s]
/proc/loadavg: 4.09 5.83 6.12 5/314 9629
/proc/meminfo: memFree=18571608/32951124 swapFree=63485424/67111528
[pid=9581] ppid=9579 vsize=1160080 CPUtime=70.69 cores=1,3
/proc/9581/stat : 9581 (qutersat_releas) R 9579 9581 9539 0 -1 4202496 235179 0 0 0 7042 27 0 0 25 0 1 0 639190063 1187921920 235100 33554432000 4194304 6014671 140734548038048 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9581/statm: 290020 235100 728 445 0 283565 0
Current children cumulated CPU time (s) 70.69
Current children cumulated vsize (KiB) 1160080

[startup+70.9007 s]
/proc/loadavg: 4.09 5.83 6.12 5/314 9629
/proc/meminfo: memFree=18571608/32951124 swapFree=63485424/67111528
[pid=9581] ppid=9579 vsize=1160080 CPUtime=70.89 cores=1,3
/proc/9581/stat : 9581 (qutersat_releas) R 9579 9581 9539 0 -1 4202496 235203 0 0 0 7062 27 0 0 25 0 1 0 639190063 1187921920 235124 33554432000 4194304 6014671 140734548038048 18446744073709551615 4379300 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9581/statm: 290020 235124 728 445 0 283565 0
Current children cumulated CPU time (s) 70.89
Current children cumulated vsize (KiB) 1160080

[startup+71.0007 s]
/proc/loadavg: 4.09 5.83 6.12 5/314 9629
/proc/meminfo: memFree=18571608/32951124 swapFree=63485424/67111528
[pid=9581] ppid=9579 vsize=1160080 CPUtime=70.99 cores=1,3
/proc/9581/stat : 9581 (qutersat_releas) R 9579 9581 9539 0 -1 4202496 235206 0 0 0 7072 27 0 0 25 0 1 0 639190063 1187921920 235127 33554432000 4194304 6014671 140734548038048 18446744073709551615 4810792 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9581/statm: 290020 235127 728 445 0 283565 0
Current children cumulated CPU time (s) 70.99
Current children cumulated vsize (KiB) 1160080

Child status: 0
Real time (s): 71.0828
CPU time (s): 71.0782
CPU user time (s): 70.7682
CPU system time (s): 0.309952
CPU usage (%): 99.9936
Max. virtual memory (cumulated for all children) (KiB): 1160080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.7682
system time used= 0.309952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 235210
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= 11
involuntary context switches= 142

runsolver used 0.206968 second user time and 0.504923 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-15 15:55:42
IDJOB=3377071
IDBENCH=71003
IDSOLVER=1856
FILE ID=node147/3377071-1305467741
RUNJOBID= node147-1305467741-9559
PBS_JOBID= 13325313
Free space on /tmp= 73120 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-10-10p0.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377071-1305467741/watcher-3377071-1305467741 -o /tmp/evaluation-result-3377071-1305467741/solver-3377071-1305467741 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377071-1305467741.cnf 974120846

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= ef1df882c8a642421a1d0216a16bf652
RANDOM SEED=974120846

node147.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.836
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.67
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.836
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.836
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.836
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.836
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.836
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.76
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.836
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.836
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:      22097736 kB
Buffers:        312248 kB
Cached:        5279952 kB
SwapCached:      13132 kB
Active:        4214740 kB
Inactive:      6388800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22097736 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:           41940 kB
Writeback:           8 kB
AnonPages:     5005924 kB
Mapped:          16712 kB
Slab:           151804 kB
PageTables:      34084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 52931476 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= 73096 MiB
End job on node147 at 2011-05-15 15:56:53