Trace number 3384303

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 22.1616 22.1628

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10t0.cnf
MD5SUM9029cec808e66e35ae213dc5615fd1f7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.9144
Satisfiable
(Un)Satisfiability was proved
Number of variables237336
Number of clauses1262609
Sum of the clauses size3042396
Maximum clause length10
Minimum clause length1
Number of clauses of size 113421
Number of clauses of size 2900089
Number of clauses of size 3288599
Number of clauses of size 46720
Number of clauses of size 526880
Number of clauses of size over 526900

Solver Data

0.00/0.00	c Set FPU double precision.
0.59/0.66	c Parse Cnf success: #var: 237336 #clause: 1262609
0.59/0.66	c Find Units :      13421
0.69/0.72	c Find Invs  :         19
0.79/0.89	c Find Ands  :     108309 AvgFaninNum: 3.61649
0.88/0.91	c Find Xors  :          0 AvgFaninNum: nan
0.88/0.94	c Find Ite   :          0
0.99/1.06	c UnDirect variable: 34
0.99/1.06	c UnDirect to Direct Gate: 19
0.99/1.06	c Forced Direct Gate: 17 Unuse unDirect Gate: 17
0.99/1.08	c Break Cycle : 47267
0.99/1.08	c Total Root : 7746 Undef Var: 197107
1.10/1.13	c After covering, Total Root: 21206 Leaf: 87097
1.10/1.13	c Variable( cover/uncovered/unused ): 127326 110010 0
1.10/1.13	c Unit Clauses: 13421
1.10/1.13	c Binary Clauses( cover/uncovered ): 113864 722385
1.10/1.13	c Clauses( cover/uncovered ): 40210 295449
1.10/1.13	c Total Clauses( cover/uncovered ): 167495 1017834 14.1307%
1.10/1.13	c Covered Ands: 40210 Invs: 19 Xors: 0 Ites: 0
1.79/1.89	c Uncover Clauses avg size: 2.43577 max size: 10
1.89/1.90	c Final circuit: i/l/o/s  190741       0  913099   1391763
1.89/1.90	c CnfToAig: Time: 1.9 s
3.09/3.10	c TmMap: Set choices finish.
3.69/3.74	c TmMap: Set big and: 938929
3.69/3.74	c TmMap: Origin: 1582505 ClauseNum: 4175289 --> New: 1129671 ClauseNum: 3266208
3.69/3.74	c TmMap: Time: 0.84
3.89/3.96	c Try to Add: #clause: 1877858 #xorclause: 0
4.19/4.27	c #var: 219673 #clauses: 254420 Solving... 
22.09/22.11	s UNSATISFIABLE
22.09/22.13	c CPU time: 22.13 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-3384303-1305542085/watcher-3384303-1305542085 -o /tmp/evaluation-result-3384303-1305542085/solver-3384303-1305542085 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384303-1305542085.cnf 416398170 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 2.02 1.73 2/370 6729
/proc/meminfo: memFree=21858568/32951124 swapFree=67057896/67111528
[pid=6729] ppid=6727 vsize=37928 CPUtime=0 cores=0,2,4,6
/proc/6729/stat : 6729 (qutersat_releas) R 6727 6729 6475 0 -1 4202496 3322 0 0 0 0 0 0 0 21 0 1 0 646623944 38838272 3258 33554432000 4194304 6014671 140736635099440 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6729/statm: 9482 3258 378 445 0 3027 0

[startup+0.0539459 s]
/proc/loadavg: 1.99 2.02 1.73 2/370 6729
/proc/meminfo: memFree=21858568/32951124 swapFree=67057896/67111528
[pid=6729] ppid=6727 vsize=50216 CPUtime=0.04 cores=0,2,4,6
/proc/6729/stat : 6729 (qutersat_releas) R 6727 6729 6475 0 -1 4202496 6240 0 0 0 4 0 0 0 21 0 1 0 646623944 51421184 6176 33554432000 4194304 6014671 140736635099440 18446744073709551615 4309327 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6729/statm: 12554 6177 378 445 0 6099 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 50216

[startup+0.10094 s]
/proc/loadavg: 1.99 2.02 1.73 2/370 6729
/proc/meminfo: memFree=21858568/32951124 swapFree=67057896/67111528
[pid=6729] ppid=6727 vsize=62504 CPUtime=0.09 cores=0,2,4,6
/proc/6729/stat : 6729 (qutersat_releas) R 6727 6729 6475 0 -1 4202496 9026 0 0 0 9 0 0 0 21 0 1 0 646623944 64004096 8962 33554432000 4194304 6014671 140736635099440 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6729/statm: 15626 8962 378 445 0 9171 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 62504

[startup+0.300899 s]
/proc/loadavg: 1.99 2.02 1.73 2/370 6729
/proc/meminfo: memFree=21858568/32951124 swapFree=67057896/67111528
[pid=6729] ppid=6727 vsize=87208 CPUtime=0.29 cores=0,2,4,6
/proc/6729/stat : 6729 (qutersat_releas) R 6727 6729 6475 0 -1 4202496 14987 0 0 0 28 1 0 0 22 0 1 0 646623944 89300992 14923 33554432000 4194304 6014671 140736635099440 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6729/statm: 21802 14924 378 445 0 15347 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87208

[startup+0.70083 s]
/proc/loadavg: 1.99 2.02 1.73 2/370 6729
/proc/meminfo: memFree=21858568/32951124 swapFree=67057896/67111528
[pid=6729] ppid=6727 vsize=146984 CPUtime=0.69 cores=0,2,4,6
/proc/6729/stat : 6729 (qutersat_releas) R 6727 6729 6475 0 -1 4202496 28729 0 0 0 66 3 0 0 23 0 1 0 646623944 150511616 28665 33554432000 4194304 6014671 140736635099440 18446744073709551615 4280408 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6729/statm: 36746 28665 382 445 0 30291 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 146984

[startup+1.50064 s]
/proc/loadavg: 1.99 2.02 1.73 3/371 6730
/proc/meminfo: memFree=21736792/32951124 swapFree=67057896/67111528
[pid=6729] ppid=6727 vsize=179880 CPUtime=1.49 cores=0,2,4,6
/proc/6729/stat : 6729 (qutersat_releas) R 6727 6729 6475 0 -1 4202496 36817 0 0 0 145 4 0 0 18 0 1 0 646623944 184197120 36753 33554432000 4194304 6014671 140736635099440 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6729/statm: 44970 36753 398 445 0 38515 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 179880

[startup+3.10036 s]
/proc/loadavg: 1.99 2.02 1.73 3/371 6730
/proc/meminfo: memFree=21531448/32951124 swapFree=67057896/67111528
[pid=6729] ppid=6727 vsize=508872 CPUtime=3.09 cores=0,2,4,6
/proc/6729/stat : 6729 (qutersat_releas) R 6727 6729 6475 0 -1 4202496 120305 0 0 0 297 12 0 0 20 0 1 0 646623944 521084928 120241 33554432000 4194304 6014671 140736635099440 18446744073709551615 4230048 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6729/statm: 127218 120241 669 445 0 120763 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 508872

[startup+6.30082 s]
/proc/loadavg: 1.99 2.02 1.73 3/371 6730
/proc/meminfo: memFree=21264212/32951124 swapFree=67057896/67111528
[pid=6729] ppid=6727 vsize=652104 CPUtime=6.29 cores=0,2,4,6
/proc/6729/stat : 6729 (qutersat_releas) R 6727 6729 6475 0 -1 4202496 148855 0 0 0 614 15 0 0 25 0 1 0 646623944 667754496 148612 33554432000 4194304 6014671 140736635099440 18446744073709551615 4666653 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6729/statm: 163026 148612 702 445 0 156571 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 652104

[startup+12.7007 s]
/proc/loadavg: 1.99 2.01 1.73 3/371 6730
/proc/meminfo: memFree=21263616/32951124 swapFree=67057896/67111528
[pid=6729] ppid=6727 vsize=652104 CPUtime=12.69 cores=0,2,4,6
/proc/6729/stat : 6729 (qutersat_releas) R 6727 6729 6475 0 -1 4202496 148855 0 0 0 1254 15 0 0 25 0 1 0 646623944 667754496 148612 33554432000 4194304 6014671 140736635099440 18446744073709551615 4422714 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6729/statm: 163026 148612 702 445 0 156571 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 652104

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

[startup+19.1006 s]
/proc/loadavg: 1.99 2.01 1.73 3/371 6730
/proc/meminfo: memFree=21263740/32951124 swapFree=67057896/67111528
[pid=6729] ppid=6727 vsize=652104 CPUtime=19.09 cores=0,2,4,6
/proc/6729/stat : 6729 (qutersat_releas) R 6727 6729 6475 0 -1 4202496 148864 0 0 0 1894 15 0 0 25 0 1 0 646623944 667754496 148621 33554432000 4194304 6014671 140736635099440 18446744073709551615 4711250 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6729/statm: 163026 148621 711 445 0 156571 0
Current children cumulated CPU time (s) 19.09
Current children cumulated vsize (KiB) 652104

[startup+20.7003 s]
/proc/loadavg: 2.07 2.03 1.74 3/371 6730
/proc/meminfo: memFree=21263616/32951124 swapFree=67057896/67111528
[pid=6729] ppid=6727 vsize=684920 CPUtime=20.69 cores=0,2,4,6
/proc/6729/stat : 6729 (qutersat_releas) R 6727 6729 6475 0 -1 4202496 149247 0 0 0 2054 15 0 0 25 0 1 0 646623944 701358080 148744 33554432000 4194304 6014671 140736635099440 18446744073709551615 4377482 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6729/statm: 171230 148744 723 445 0 164775 0
Current children cumulated CPU time (s) 20.69
Current children cumulated vsize (KiB) 684920

[startup+21.5011 s]
/proc/loadavg: 2.07 2.03 1.74 3/371 6730
/proc/meminfo: memFree=21263740/32951124 swapFree=67057896/67111528
[pid=6729] ppid=6727 vsize=684920 CPUtime=21.49 cores=0,2,4,6
/proc/6729/stat : 6729 (qutersat_releas) R 6727 6729 6475 0 -1 4202496 149334 0 0 0 2134 15 0 0 25 0 1 0 646623944 701358080 148831 33554432000 4194304 6014671 140736635099440 18446744073709551615 4372121 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6729/statm: 171230 148831 723 445 0 164775 0
Current children cumulated CPU time (s) 21.49
Current children cumulated vsize (KiB) 684920

[startup+21.9011 s]
/proc/loadavg: 2.07 2.03 1.74 3/371 6730
/proc/meminfo: memFree=21263120/32951124 swapFree=67057896/67111528
[pid=6729] ppid=6727 vsize=684920 CPUtime=21.9 cores=0,2,4,6
/proc/6729/stat : 6729 (qutersat_releas) R 6727 6729 6475 0 -1 4202496 149403 0 0 0 2175 15 0 0 25 0 1 0 646623944 701358080 148900 33554432000 4194304 6014671 140736635099440 18446744073709551615 4423702 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6729/statm: 171230 148900 723 445 0 164775 0
Current children cumulated CPU time (s) 21.9
Current children cumulated vsize (KiB) 684920

[startup+22.101 s]
/proc/loadavg: 2.07 2.03 1.74 3/371 6730
/proc/meminfo: memFree=21263120/32951124 swapFree=67057896/67111528
[pid=6729] ppid=6727 vsize=684920 CPUtime=22.09 cores=0,2,4,6
/proc/6729/stat : 6729 (qutersat_releas) R 6727 6729 6475 0 -1 4202496 149419 0 0 0 2194 15 0 0 25 0 1 0 646623944 701358080 148916 33554432000 4194304 6014671 140736635099440 18446744073709551615 4810786 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6729/statm: 171230 148916 723 445 0 164775 0
Current children cumulated CPU time (s) 22.09
Current children cumulated vsize (KiB) 684920

Child status: 0
Real time (s): 22.1628
CPU time (s): 22.1616
CPU user time (s): 21.9847
CPU system time (s): 0.176973
CPU usage (%): 99.9948
Max. virtual memory (cumulated for all children) (KiB): 684920

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

runsolver used 0.088986 second user time and 0.185971 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-16 12:34:46
IDJOB=3384303
IDBENCH=71012
IDSOLVER=1868
FILE ID=node140/3384303-1305542085
RUNJOBID= node140-1305540196-6493
PBS_JOBID= 13329213
Free space on /tmp= 73416 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10t0.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384303-1305542085/watcher-3384303-1305542085 -o /tmp/evaluation-result-3384303-1305542085/solver-3384303-1305542085 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384303-1305542085.cnf 416398170

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

MD5SUM BENCH= 9029cec808e66e35ae213dc5615fd1f7
RANDOM SEED=416398170

node140.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.833
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.833
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	: 5226.14
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.833
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.833
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.77
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.833
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.833
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.74
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.833
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.833
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:      21858840 kB
Buffers:        328416 kB
Cached:        4831000 kB
SwapCached:       8088 kB
Active:        7455456 kB
Inactive:      3306656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21858840 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:           25704 kB
Writeback:           0 kB
AnonPages:     5599756 kB
Mapped:          31844 kB
Slab:           226988 kB
PageTables:      37232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 92831608 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= 73416 MiB
End job on node140 at 2011-05-16 12:35:08