Trace number 3376926

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 33.3449 33.3467

General information on the benchmark

NameSAT-Race-2010-CNF/software-verification/
nec/hard-25-U-7061.cnf
MD5SUM23c04ef615431bf15ef9eafe9b944fb8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.571912
Satisfiable
(Un)Satisfiability was proved
Number of variables541150
Number of clauses1645836
Sum of the clauses size4001876
Maximum clause length1576
Minimum clause length1
Number of clauses of size 1141
Number of clauses of size 21092306
Number of clauses of size 3543262
Number of clauses of size 44256
Number of clauses of size 51339
Number of clauses of size over 54532

Solver Data

0.00/0.01	c Set FPU double precision.
1.29/1.33	c Parse Cnf success: #var: 541150 #clause: 1645836
1.29/1.33	c Find Units :        141
1.39/1.42	c Find Invs  :          5
1.69/1.70	c Find Ands  :     538231 AvgFaninNum: 2
1.69/1.72	c Find Xors  :          0 AvgFaninNum: nan
1.69/1.78	c Find Ite   :          0
2.21/2.25	c UnDirect variable: 0
2.21/2.25	c UnDirect to Direct Gate: 0
2.21/2.25	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
2.29/2.33	c Break Cycle : 0
2.29/2.33	c Total Root : 2535 Undef Var: 2920
2.69/2.71	c After covering, Total Root: 2535 Leaf: 2920
2.69/2.71	c Variable( cover/uncovered/unused ): 541150 0 0
2.69/2.71	c Unit Clauses: 141
2.69/2.71	c Binary Clauses( cover/uncovered ): 1076460 15844
2.69/2.71	c Clauses( cover/uncovered ): 538230 15159
2.69/2.71	c Total Clauses( cover/uncovered ): 1614831 31003 98.1163%
2.69/2.71	c Covered Ands: 538230 Invs: 0 Xors: 0 Ites: 0
2.79/2.81	c Uncover Clauses avg size: 7.55156 max size: 1576
2.79/2.81	c Final circuit: i/l/o/s    2920       0   30582    630082
2.79/2.81	c CnfToAig: Time: 2.81 s
4.89/4.95	c TmMap: Set choices finish.
5.09/5.18	c TmMap: Set big and: 97015
5.09/5.18	c TmMap: Origin: 633003 ClauseNum: 1890246 --> New: 189954 ClauseNum: 952464
5.09/5.18	c TmMap: Time: 0.45
8.39/8.48	c Simulation --> TransNum: 477019/952464 Try to Add: #clause: 199516 #xorclause: 0
8.59/8.68	c #var: 127700 #clauses: 264720 Solving... 
25.09/25.11	c Abstract SAT
25.59/25.63	c Simulation --> TransNum: 675524/952464 Try to Add: #clause: 2399 #xorclause: 0
25.59/25.65	c #var: 129413 #clauses: 196862 Solving... 
30.70/30.72	c Abstract SAT
31.19/31.25	c Simulation --> TransNum: 691043/952464 Try to Add: #clause: 7730 #xorclause: 0
31.39/31.44	c #var: 133684 #clauses: 240388 Solving... 
32.29/32.31	c Abstract SAT
32.29/32.31	c Simulation --> TransNum: 952464/952464 Try to Add: #clause: 224380 #xorclause: 0
32.39/32.45	c #var: 159389 #clauses: 471506 Solving... 
33.19/33.29	s UNSATISFIABLE
33.29/33.31	c CPU time: 33.3 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-3376926-1305476182/watcher-3376926-1305476182 -o /tmp/evaluation-result-3376926-1305476182/solver-3376926-1305476182 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376926-1305476182.cnf 1567807392 

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: 3.80 3.39 3.67 4/448 31876
/proc/meminfo: memFree=16405752/32951124 swapFree=67082160/67111528
[pid=31876] ppid=31874 vsize=46072 CPUtime=0 cores=1,3
/proc/31876/stat : 31876 (qutersat_releas) R 31874 31876 30415 0 -1 4202496 5190 0 0 0 0 0 0 0 25 0 1 0 659216226 47177728 5126 33554432000 4194304 6014671 140737397561200 18446744073709551615 228244047556 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31876/statm: 11518 5127 378 445 0 5063 0

[startup+0.0524329 s]
/proc/loadavg: 3.80 3.39 3.67 4/448 31876
/proc/meminfo: memFree=16405752/32951124 swapFree=67082160/67111528
[pid=31876] ppid=31874 vsize=53240 CPUtime=0.04 cores=1,3
/proc/31876/stat : 31876 (qutersat_releas) R 31874 31876 30415 0 -1 4202496 6852 0 0 0 4 0 0 0 25 0 1 0 659216226 54517760 6788 33554432000 4194304 6014671 140737397561200 18446744073709551615 4802984 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31876/statm: 13310 6789 378 445 0 6855 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 53240

[startup+0.100438 s]
/proc/loadavg: 3.80 3.39 3.67 4/448 31876
/proc/meminfo: memFree=16405752/32951124 swapFree=67082160/67111528
[pid=31876] ppid=31874 vsize=64504 CPUtime=0.09 cores=1,3
/proc/31876/stat : 31876 (qutersat_releas) R 31874 31876 30415 0 -1 4202496 9796 0 0 0 8 1 0 0 25 0 1 0 659216226 66052096 9732 33554432000 4194304 6014671 140737397561200 18446744073709551615 4269451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31876/statm: 16126 9732 378 445 0 9671 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64504

[startup+0.30039 s]
/proc/loadavg: 3.80 3.39 3.67 4/448 31876
/proc/meminfo: memFree=16405752/32951124 swapFree=67082160/67111528
[pid=31876] ppid=31874 vsize=96504 CPUtime=0.28 cores=1,3
/proc/31876/stat : 31876 (qutersat_releas) R 31874 31876 30415 0 -1 4202496 17829 0 0 0 27 1 0 0 25 0 1 0 659216226 98820096 17765 33554432000 4194304 6014671 140737397561200 18446744073709551615 4793088 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31876/statm: 24126 17765 378 445 0 17671 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 96504

[startup+0.70032 s]
/proc/loadavg: 3.80 3.39 3.67 4/448 31876
/proc/meminfo: memFree=16405752/32951124 swapFree=67082160/67111528
[pid=31876] ppid=31874 vsize=148984 CPUtime=0.69 cores=1,3
/proc/31876/stat : 31876 (qutersat_releas) R 31874 31876 30415 0 -1 4202496 31008 0 0 0 66 3 0 0 25 0 1 0 659216226 152559616 30944 33554432000 4194304 6014671 140737397561200 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31876/statm: 37246 30944 378 445 0 30791 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 148984

[startup+1.50019 s]
/proc/loadavg: 3.80 3.39 3.67 6/449 31877
/proc/meminfo: memFree=16231144/32951124 swapFree=67082160/67111528
[pid=31876] ppid=31874 vsize=254456 CPUtime=1.49 cores=1,3
/proc/31876/stat : 31876 (qutersat_releas) R 31874 31876 30415 0 -1 4202496 56622 0 0 0 142 7 0 0 25 0 1 0 659216226 260562944 56558 33554432000 4194304 6014671 140737397561200 18446744073709551615 4285895 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31876/statm: 63614 56558 383 445 0 57159 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 254456

[startup+3.10089 s]
/proc/loadavg: 3.80 3.39 3.67 5/449 31877
/proc/meminfo: memFree=16158480/32951124 swapFree=67082160/67111528
[pid=31876] ppid=31874 vsize=272120 CPUtime=3.09 cores=1,3
/proc/31876/stat : 31876 (qutersat_releas) R 31874 31876 30415 0 -1 4202496 60812 0 0 0 301 8 0 0 25 0 1 0 659216226 278650880 60748 33554432000 4194304 6014671 140737397561200 18446744073709551615 4808075 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31876/statm: 68030 60748 668 445 0 61575 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 272120

[startup+6.30034 s]
/proc/loadavg: 3.82 3.40 3.67 5/449 31877
/proc/meminfo: memFree=16000216/32951124 swapFree=67082160/67111528
[pid=31876] ppid=31874 vsize=424476 CPUtime=6.29 cores=1,3
/proc/31876/stat : 31876 (qutersat_releas) R 31874 31876 30415 0 -1 4202496 99734 0 0 0 616 13 0 0 25 0 1 0 659216226 434663424 99625 33554432000 4194304 6014671 140737397561200 18446744073709551615 4245282 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31876/statm: 106119 99625 681 445 0 99664 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 424476

[startup+12.7002 s]
/proc/loadavg: 3.83 3.41 3.68 5/449 31878
/proc/meminfo: memFree=15996736/32951124 swapFree=67082160/67111528
[pid=31876] ppid=31874 vsize=424476 CPUtime=12.69 cores=1,3
/proc/31876/stat : 31876 (qutersat_releas) R 31874 31876 30415 0 -1 4202496 99815 0 0 0 1256 13 0 0 25 0 1 0 659216226 434663424 99696 33554432000 4194304 6014671 140737397561200 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31876/statm: 106119 99696 702 445 0 99664 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 424476

[startup+25.501 s]
/proc/loadavg: 3.94 3.46 3.68 5/449 31878
/proc/meminfo: memFree=15803688/32951124 swapFree=67082160/67111528
[pid=31876] ppid=31874 vsize=650100 CPUtime=25.49 cores=1,3
/proc/31876/stat : 31876 (qutersat_releas) R 31874 31876 30415 0 -1 4202496 142554 0 0 0 2532 17 0 0 25 0 1 0 659216226 665702400 142433 33554432000 4194304 6014671 140737397561200 18446744073709551615 4244198 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31876/statm: 162525 142433 728 445 0 156070 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 650100

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

[startup+28.7004 s]
/proc/loadavg: 3.95 3.47 3.69 5/449 31878
/proc/meminfo: memFree=15793892/32951124 swapFree=67082160/67111528
[pid=31876] ppid=31874 vsize=650100 CPUtime=28.69 cores=1,3
/proc/31876/stat : 31876 (qutersat_releas) R 31874 31876 30415 0 -1 4202496 143374 0 0 0 2851 18 0 0 25 0 1 0 659216226 665702400 143253 33554432000 4194304 6014671 140737397561200 18446744073709551615 4422749 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31876/statm: 162525 143253 728 445 0 156070 0
Current children cumulated CPU time (s) 28.69
Current children cumulated vsize (KiB) 650100

[startup+31.9168 s]
/proc/loadavg: 3.95 3.47 3.69 5/449 31878
/proc/meminfo: memFree=15586936/32951124 swapFree=67082160/67111528
[pid=31876] ppid=31874 vsize=827764 CPUtime=31.91 cores=1,3
/proc/31876/stat : 31876 (qutersat_releas) R 31874 31876 30415 0 -1 4202496 194590 0 0 0 3168 23 0 0 25 0 1 0 659216226 847630336 194441 33554432000 4194304 6014671 140737397561200 18446744073709551615 4386031 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31876/statm: 206941 194441 729 445 0 200486 0
Current children cumulated CPU time (s) 31.91
Current children cumulated vsize (KiB) 827764

[startup+32.7007 s]
/proc/loadavg: 3.95 3.47 3.69 5/449 31878
/proc/meminfo: memFree=15586936/32951124 swapFree=67082160/67111528
[pid=31876] ppid=31874 vsize=844148 CPUtime=32.69 cores=1,3
/proc/31876/stat : 31876 (qutersat_releas) R 31874 31876 30415 0 -1 4202496 197671 0 0 0 3246 23 0 0 25 0 1 0 659216226 864407552 197472 33554432000 4194304 6014671 140737397561200 18446744073709551615 4731817 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31876/statm: 211037 197472 729 445 0 204582 0
Current children cumulated CPU time (s) 32.69
Current children cumulated vsize (KiB) 844148

[startup+33.1006 s]
/proc/loadavg: 3.95 3.47 3.69 5/449 31878
/proc/meminfo: memFree=15573784/32951124 swapFree=67082160/67111528
[pid=31876] ppid=31874 vsize=844148 CPUtime=33.09 cores=1,3
/proc/31876/stat : 31876 (qutersat_releas) R 31874 31876 30415 0 -1 4202496 197671 0 0 0 3286 23 0 0 25 0 1 0 659216226 864407552 197472 33554432000 4194304 6014671 140737397561200 18446744073709551615 4731854 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31876/statm: 211037 197472 729 445 0 204582 0
Current children cumulated CPU time (s) 33.09
Current children cumulated vsize (KiB) 844148

[startup+33.3006 s]
/proc/loadavg: 3.95 3.47 3.69 5/449 31878
/proc/meminfo: memFree=15573784/32951124 swapFree=67082160/67111528
[pid=31876] ppid=31874 vsize=844148 CPUtime=33.29 cores=1,3
/proc/31876/stat : 31876 (qutersat_releas) R 31874 31876 30415 0 -1 4202496 197679 0 0 0 3306 23 0 0 25 0 1 0 659216226 864407552 197387 33554432000 4194304 6014671 140737397561200 18446744073709551615 4778860 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31876/statm: 211037 197387 729 445 0 204582 0
Current children cumulated CPU time (s) 33.29
Current children cumulated vsize (KiB) 844148

Child status: 0
Real time (s): 33.3467
CPU time (s): 33.3449
CPU user time (s): 33.075
CPU system time (s): 0.269958
CPU usage (%): 99.9947
Max. virtual memory (cumulated for all children) (KiB): 844148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.075
system time used= 0.269958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197683
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= 85

runsolver used 0.133979 second user time and 0.364944 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-15 18:16:23
IDJOB=3376926
IDBENCH=88185
IDSOLVER=1856
FILE ID=node136/3376926-1305476182
RUNJOBID= node136-1305476056-31619
PBS_JOBID= 13325320
Free space on /tmp= 72964 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT-Race-2010-CNF/software-verification/nec/hard-25-U-7061.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376926-1305476182/watcher-3376926-1305476182 -o /tmp/evaluation-result-3376926-1305476182/solver-3376926-1305476182 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376926-1305476182.cnf 1567807392

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

MD5SUM BENCH= 23c04ef615431bf15ef9eafe9b944fb8
RANDOM SEED=1567807392

node136.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.809
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.809
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.809
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.75
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.809
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.76
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.809
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.75
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.809
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.809
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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16405776 kB
Buffers:        324460 kB
Cached:        5933708 kB
SwapCached:       2732 kB
Active:       11834396 kB
Inactive:      4348716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16405776 kB
SwapTotal:    67111528 kB
SwapFree:     67082160 kB
Dirty:           33484 kB
Writeback:           0 kB
AnonPages:     9923576 kB
Mapped:          40624 kB
Slab:           241916 kB
PageTables:      53688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 122759880 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= 72960 MiB
End job on node136 at 2011-05-15 18:16:56