Trace number 3291233

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-03-01UNSAT 43.9743 43.973

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 benchmark21.2178
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.29	c Parse Cnf success: #var: 17064 #clause: 545612
0.19/0.29	c Find Units :          1
0.29/0.33	c Find Invs  :          1
0.39/0.46	c Find Ands  :      14202 AvgFaninNum: 33.5818
0.39/0.46	c Find Xors  :          0 AvgFaninNum: nan
0.39/0.48	c Find Ite   :       1618
0.49/0.51	c UnDirect variable: 0
0.49/0.51	c UnDirect to Direct Gate: 1
0.49/0.51	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.49/0.52	c Break Cycle : 0
0.49/0.52	c Total Root : 1 Undef Var: 1243
0.69/0.74	c After covering, Total Root: 1 Leaf: 753
0.69/0.74	c Variable( cover/uncovered/unused ): 16574 490 0
0.69/0.74	c Unit Clauses: 1
0.69/0.74	c Binary Clauses( cover/uncovered ): 476931 0
0.69/0.74	c Clauses( cover/uncovered ): 20674 48006
0.69/0.74	c Total Clauses( cover/uncovered ): 497606 48006 91.2014%
0.69/0.74	c Covered Ands: 14202 Invs: 1 Xors: 0 Ites: 1618
0.69/0.79	c Uncover Clauses avg size: 3 max size: 3
0.69/0.79	c Final circuit: i/l/o/s    1243       0   48007    186656
0.69/0.79	c CnfToAig: Time: 0.78 s
1.10/1.14	c TmMap: Set choices finish.
1.19/1.21	c TmMap: Set big and: 66008
1.19/1.21	c TmMap: Origin: 187900 ClauseNum: 559968 --> New: 74764 ClauseNum: 328587
1.19/1.21	c TmMap: Time: 0.12
2.29/2.39	c Simulation --> TransNum: 312156/328587 Try to Add: #clause: 153700 #xorclause: 0
2.39/2.45	c #var: 26750 #clauses: 85253 Solving... 
5.69/5.74	c Abstract SAT
5.89/5.93	c Simulation --> TransNum: 321001/328587 Try to Add: #clause: 42 #xorclause: 0
5.89/5.93	c #var: 26750 #clauses: 83891 Solving... 
5.89/5.96	c Abstract SAT
6.09/6.16	c Simulation --> TransNum: 321036/328587 Try to Add: #clause: 32 #xorclause: 0
6.09/6.16	c #var: 26750 #clauses: 83924 Solving... 
6.09/6.18	c Abstract SAT
6.09/6.19	c Simulation --> TransNum: 328587/328587 Try to Add: #clause: 7516 #xorclause: 0
6.09/6.19	c #var: 26756 #clauses: 91010 Solving... 
43.90/43.95	s UNSATISFIABLE
43.90/43.96	c CPU time: 43.95 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: 935)

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-3291233-1303784524/watcher-3291233-1303784524 -o /tmp/evaluation-result-3291233-1303784524/solver-3291233-1303784524 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3291233-1303784524.cnf 1430761767 

running on 2 cores: 0,2

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: 3.43 3.20 3.44 4/193 20274
/proc/meminfo: memFree=20341500/32951124 swapFree=67111352/67111528
[pid=20274] ppid=20272 vsize=32364 CPUtime=0 cores=0,2
/proc/20274/stat : 20274 (qutersat_releas) R 20272 20274 17314 0 -1 4202496 1889 0 0 0 0 0 0 0 25 0 1 0 490050627 33140736 1823 33554432000 4194304 6016207 140736406870064 18446744073709551615 4309240 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20274/statm: 8091 1824 379 445 0 1635 0

[startup+0.068624 s]
/proc/loadavg: 3.43 3.20 3.44 4/193 20274
/proc/meminfo: memFree=20341500/32951124 swapFree=67111352/67111528
[pid=20274] ppid=20272 vsize=43628 CPUtime=0.06 cores=0,2
/proc/20274/stat : 20274 (qutersat_releas) R 20272 20274 17314 0 -1 4202496 4417 0 0 0 6 0 0 0 25 0 1 0 490050627 44675072 4351 33554432000 4194304 6016207 140736406870064 18446744073709551615 4278480 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20274/statm: 10907 4351 379 445 0 4451 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 43628

[startup+0.10062 s]
/proc/loadavg: 3.43 3.20 3.44 4/193 20274
/proc/meminfo: memFree=20341500/32951124 swapFree=67111352/67111528
[pid=20274] ppid=20272 vsize=47724 CPUtime=0.09 cores=0,2
/proc/20274/stat : 20274 (qutersat_releas) R 20272 20274 17314 0 -1 4202496 5692 0 0 0 8 1 0 0 25 0 1 0 490050627 48869376 5626 33554432000 4194304 6016207 140736406870064 18446744073709551615 4804605 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20274/statm: 11931 5626 379 445 0 5475 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47724

[startup+0.300579 s]
/proc/loadavg: 3.43 3.20 3.44 4/193 20274
/proc/meminfo: memFree=20341500/32951124 swapFree=67111352/67111528
[pid=20274] ppid=20272 vsize=77548 CPUtime=0.29 cores=0,2
/proc/20274/stat : 20274 (qutersat_releas) R 20272 20274 17314 0 -1 4202496 12289 0 0 0 27 2 0 0 25 0 1 0 490050627 79409152 12223 33554432000 4194304 6016207 140736406870064 18446744073709551615 4281944 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20274/statm: 19387 12223 384 445 0 12931 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77548

[startup+0.700507 s]
/proc/loadavg: 3.43 3.20 3.44 4/193 20274
/proc/meminfo: memFree=20341500/32951124 swapFree=67111352/67111528
[pid=20274] ppid=20272 vsize=77548 CPUtime=0.69 cores=0,2
/proc/20274/stat : 20274 (qutersat_releas) R 20272 20274 17314 0 -1 4202496 12317 0 0 0 67 2 0 0 25 0 1 0 490050627 79409152 12251 33554432000 4194304 6016207 140736406870064 18446744073709551615 4315424 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20274/statm: 19387 12251 400 445 0 12931 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77548

[startup+1.5004 s]
/proc/loadavg: 3.43 3.20 3.44 5/194 20275
/proc/meminfo: memFree=20243060/32951124 swapFree=67111352/67111528
[pid=20274] ppid=20272 vsize=120976 CPUtime=1.49 cores=0,2
/proc/20274/stat : 20274 (qutersat_releas) R 20272 20274 17314 0 -1 4202496 23978 0 0 0 146 3 0 0 25 0 1 0 490050627 123879424 23912 33554432000 4194304 6016207 140736406870064 18446744073709551615 4247118 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20274/statm: 30244 23912 681 445 0 23788 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 120976

[startup+3.10107 s]
/proc/loadavg: 3.43 3.20 3.44 5/194 20275
/proc/meminfo: memFree=19926612/32951124 swapFree=67111352/67111528
[pid=20274] ppid=20272 vsize=120976 CPUtime=3.09 cores=0,2
/proc/20274/stat : 20274 (qutersat_releas) R 20272 20274 17314 0 -1 4202496 23996 0 0 0 306 3 0 0 25 0 1 0 490050627 123879424 23930 33554432000 4194304 6016207 140736406870064 18446744073709551615 4424898 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20274/statm: 30244 23930 696 445 0 23788 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 120976

[startup+6.30053 s]
/proc/loadavg: 3.47 3.22 3.44 5/194 20275
/proc/meminfo: memFree=18805656/32951124 swapFree=67111352/67111528
[pid=20274] ppid=20272 vsize=142256 CPUtime=6.29 cores=0,2
/proc/20274/stat : 20274 (qutersat_releas) R 20272 20274 17314 0 -1 4202496 29069 0 0 0 625 4 0 0 25 0 1 0 490050627 145670144 29003 33554432000 4194304 6016207 140736406870064 18446744073709551615 4425054 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20274/statm: 35564 29003 716 445 0 29108 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142256

[startup+12.7003 s]
/proc/loadavg: 3.51 3.23 3.45 5/194 20275
/proc/meminfo: memFree=17172104/32951124 swapFree=67111352/67111528
[pid=20274] ppid=20272 vsize=155272 CPUtime=12.69 cores=0,2
/proc/20274/stat : 20274 (qutersat_releas) R 20272 20274 17314 0 -1 4202496 30383 0 0 0 1265 4 0 0 25 0 1 0 490050627 158998528 30317 33554432000 4194304 6016207 140736406870064 18446744073709551615 4425654 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20274/statm: 38818 30317 720 445 0 32362 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 155272

[startup+25.501 s]
/proc/loadavg: 3.62 3.27 3.45 5/194 20275
/proc/meminfo: memFree=17021896/32951124 swapFree=67111352/67111528
[pid=20274] ppid=20272 vsize=222496 CPUtime=25.49 cores=0,2
/proc/20274/stat : 20274 (qutersat_releas) R 20272 20274 17314 0 -1 4202496 45990 0 0 0 2541 8 0 0 25 0 1 0 490050627 227835904 45905 33554432000 4194304 6016207 140736406870064 18446744073709551615 4425840 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20274/statm: 55624 45905 734 445 0 49168 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 222496

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

[startup+31.9068 s]
/proc/loadavg: 3.65 3.28 3.46 5/194 20276
/proc/meminfo: memFree=16939936/32951124 swapFree=67111352/67111528
[pid=20274] ppid=20272 vsize=237376 CPUtime=31.89 cores=0,2
/proc/20274/stat : 20274 (qutersat_releas) R 20272 20274 17314 0 -1 4202496 48334 0 0 0 3181 8 0 0 25 0 1 0 490050627 243073024 48249 33554432000 4194304 6016207 140736406870064 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20274/statm: 59344 48249 734 445 0 52888 0
Current children cumulated CPU time (s) 31.89
Current children cumulated vsize (KiB) 237376

[startup+38.3007 s]
/proc/loadavg: 3.70 3.30 3.46 5/194 20276
/proc/meminfo: memFree=16892928/32951124 swapFree=67111352/67111528
[pid=20274] ppid=20272 vsize=237376 CPUtime=38.3 cores=0,2
/proc/20274/stat : 20274 (qutersat_releas) R 20272 20274 17314 0 -1 4202496 49135 0 0 0 3821 9 0 0 25 0 1 0 490050627 243073024 49050 33554432000 4194304 6016207 140736406870064 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20274/statm: 59344 49050 734 445 0 52888 0
Current children cumulated CPU time (s) 38.3
Current children cumulated vsize (KiB) 237376

[startup+41.5011 s]
/proc/loadavg: 3.70 3.30 3.46 5/194 20276
/proc/meminfo: memFree=16845808/32951124 swapFree=67111352/67111528
[pid=20274] ppid=20272 vsize=249064 CPUtime=41.49 cores=0,2
/proc/20274/stat : 20274 (qutersat_releas) R 20272 20274 17314 0 -1 4202496 50226 0 0 0 4140 9 0 0 25 0 1 0 490050627 255041536 50141 33554432000 4194304 6016207 140736406870064 18446744073709551615 4424854 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20274/statm: 62266 50141 734 445 0 55810 0
Current children cumulated CPU time (s) 41.49
Current children cumulated vsize (KiB) 249064

[startup+43.1008 s]
/proc/loadavg: 3.73 3.31 3.46 5/194 20276
/proc/meminfo: memFree=16827208/32951124 swapFree=67111352/67111528
[pid=20274] ppid=20272 vsize=249064 CPUtime=43.09 cores=0,2
/proc/20274/stat : 20274 (qutersat_releas) R 20272 20274 17314 0 -1 4202496 50394 0 0 0 4300 9 0 0 25 0 1 0 490050627 255041536 50309 33554432000 4194304 6016207 140736406870064 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20274/statm: 62266 50309 734 445 0 55810 0
Current children cumulated CPU time (s) 43.09
Current children cumulated vsize (KiB) 249064

[startup+43.5007 s]
/proc/loadavg: 3.73 3.31 3.46 5/194 20276
/proc/meminfo: memFree=16827208/32951124 swapFree=67111352/67111528
[pid=20274] ppid=20272 vsize=249064 CPUtime=43.49 cores=0,2
/proc/20274/stat : 20274 (qutersat_releas) R 20272 20274 17314 0 -1 4202496 50424 0 0 0 4340 9 0 0 25 0 1 0 490050627 255041536 50339 33554432000 4194304 6016207 140736406870064 18446744073709551615 4424353 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20274/statm: 62266 50339 734 445 0 55810 0
Current children cumulated CPU time (s) 43.49
Current children cumulated vsize (KiB) 249064

[startup+43.9007 s]
/proc/loadavg: 3.73 3.31 3.46 5/194 20276
/proc/meminfo: memFree=16822372/32951124 swapFree=67111352/67111528
[pid=20274] ppid=20272 vsize=249064 CPUtime=43.9 cores=0,2
/proc/20274/stat : 20274 (qutersat_releas) R 20272 20274 17314 0 -1 4202496 50466 0 0 0 4381 9 0 0 25 0 1 0 490050627 255041536 50381 33554432000 4194304 6016207 140736406870064 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/20274/statm: 62266 50381 734 445 0 55810 0
Current children cumulated CPU time (s) 43.9
Current children cumulated vsize (KiB) 249064

Child status: 0
Real time (s): 43.973
CPU time (s): 43.9743
CPU user time (s): 43.8673
CPU system time (s): 0.106983
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 249064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.8673
system time used= 0.106983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50472
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= 6
involuntary context switches= 104

runsolver used 0.068989 second user time and 0.176973 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-26 04:22:04
IDJOB=3291233
IDBENCH=84172
IDSOLVER=1607
FILE ID=node134/3291233-1303784524
RUNJOBID= node134-1303784515-20123
PBS_JOBID= 13157169
Free space on /tmp= 71400 MiB

SOLVER NAME= QuteRSat 2011-03-01
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-3291233-1303784524/watcher-3291233-1303784524 -o /tmp/evaluation-result-3291233-1303784524/solver-3291233-1303784524 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3291233-1303784524.cnf 1430761767

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

MD5SUM BENCH= 8bd122b0caab0988cbc54e4731b25623
RANDOM SEED=1430761767

node134.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.831
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.66
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.831
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.67
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.831
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.831
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	: 7186.06
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.831
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.80
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.831
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.83
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20341648 kB
Buffers:       2309124 kB
Cached:        8678488 kB
SwapCached:         64 kB
Active:        5377992 kB
Inactive:      6672996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20341648 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:          252804 kB
Writeback:           0 kB
AnonPages:     1062536 kB
Mapped:          17516 kB
Slab:           493840 kB
PageTables:       7092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1300864 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71400 MiB
End job on node134 at 2011-04-26 04:22:48