Trace number 3384411

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 19.938 19.9508

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtviseisenberg2-tseitin.cnf
MD5SUM7eb9713591c46f87c512df513290fd7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.938
Satisfiable
(Un)Satisfiability was proved
Number of variables115266
Number of clauses345359
Sum of the clauses size805835
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2230238
Number of clauses of size 3115119
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
0.18/0.21	c Parse Cnf success: #var: 115266 #clause: 345359
0.18/0.21	c Find Units :          2
0.18/0.22	c Find Invs  :          0
0.18/0.26	c Find Ands  :     123147 AvgFaninNum: 2
0.18/0.27	c Find Xors  :          0 AvgFaninNum: nan
0.27/0.30	c Find Ite   :          0
0.27/0.36	c UnDirect variable: 0
0.27/0.36	c UnDirect to Direct Gate: 0
0.27/0.36	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.27/0.38	c Break Cycle : 2917
0.27/0.38	c Total Root : 1 Undef Var: 3014
0.37/0.44	c After covering, Total Root: 2767 Leaf: 3014
0.37/0.44	c Variable( cover/uncovered/unused ): 115266 0 0
0.37/0.44	c Unit Clauses: 2
0.37/0.44	c Binary Clauses( cover/uncovered ): 224504 5734
0.37/0.44	c Clauses( cover/uncovered ): 112252 2867
0.37/0.44	c Total Clauses( cover/uncovered ): 336758 8601 97.5095%
0.37/0.44	c Covered Ands: 112252 Invs: 0 Xors: 0 Ites: 0
0.37/0.45	c Uncover Clauses avg size: 2.33333 max size: 3
0.37/0.45	c Final circuit: i/l/o/s    3013       0    8602    123174
0.37/0.45	c CnfToAig: Time: 0.43 s
0.68/0.74	c TmMap: Set choices finish.
0.68/0.79	c TmMap: Set big and: 18983
0.68/0.79	c TmMap: Origin: 126188 ClauseNum: 369522 --> New: 46752 ClauseNum: 185960
0.68/0.79	c TmMap: Time: 0.07
1.57/1.65	c Simulation --> TransNum: 166527/185960 Try to Add: #clause: 134924 #xorclause: 0
1.68/1.72	c #var: 37779 #clauses: 116209 Solving... 
10.77/10.81	c Abstract SAT
10.88/10.93	c Simulation --> TransNum: 182440/185960 Try to Add: #clause: 24 #xorclause: 0
10.88/10.93	c #var: 37788 #clauses: 55659 Solving... 
11.98/12.06	c Abstract SAT
12.09/12.19	c Simulation --> TransNum: 182486/185960 Try to Add: #clause: 10 #xorclause: 0
12.09/12.19	c #var: 37795 #clauses: 55731 Solving... 
13.57/13.65	c Abstract SAT
13.57/13.65	c Simulation --> TransNum: 185960/185960 Try to Add: #clause: 3177 #xorclause: 0
13.57/13.66	c #var: 38149 #clauses: 68989 Solving... 
19.88/19.93	s UNSATISFIABLE
19.88/19.94	c CPU time: 19.93 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-3384411-1305545905/watcher-3384411-1305545905 -o /tmp/evaluation-result-3384411-1305545905/solver-3384411-1305545905 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384411-1305545905.cnf 2037655811 

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

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


[startup+0 s]
/proc/loadavg: 1.93 1.99 1.98 3/361 1335
/proc/meminfo: memFree=10637100/32951124 swapFree=54427468/67111528
[pid=1335] ppid=1333 vsize=11796 CPUtime=0 cores=1,3,5,7
/proc/1335/stat : 1335 (runsolver) R 1333 1335 937 0 -1 4202560 41 0 0 0 0 0 0 0 21 0 1 0 666188487 12079104 49 33554432000 4194304 5432360 140736538788048 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/1335/statm: 2949 49 30 303 0 2643 0

[startup+0.0768209 s]
/proc/loadavg: 1.93 1.99 1.98 3/361 1335
/proc/meminfo: memFree=10637100/32951124 swapFree=54427468/67111528
[pid=1335] ppid=1333 vsize=50428 CPUtime=0.05 cores=1,3,5,7
/proc/1335/stat : 1335 (qutersat_releas) R 1333 1335 937 0 -1 4202496 6010 0 0 0 5 0 0 0 21 0 1 0 666188487 51638272 5946 33554432000 4194304 6014671 140733726429376 18446744073709551615 228122411610 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1335/statm: 12607 5961 378 445 0 6152 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 50428

[startup+0.100816 s]
/proc/loadavg: 1.93 1.99 1.98 3/361 1335
/proc/meminfo: memFree=10637100/32951124 swapFree=54427468/67111528
[pid=1335] ppid=1333 vsize=54524 CPUtime=0.07 cores=1,3,5,7
/proc/1335/stat : 1335 (qutersat_releas) R 1333 1335 937 0 -1 4202496 7336 0 0 0 7 0 0 0 21 0 1 0 666188487 55832576 7272 33554432000 4194304 6014671 140733726429376 18446744073709551615 4793120 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1335/statm: 13631 7272 378 445 0 7176 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 54524

[startup+0.300778 s]
/proc/loadavg: 1.93 1.99 1.98 3/361 1335
/proc/meminfo: memFree=10637100/32951124 swapFree=54427468/67111528
[pid=1335] ppid=1333 vsize=79868 CPUtime=0.27 cores=1,3,5,7
/proc/1335/stat : 1335 (qutersat_releas) R 1333 1335 937 0 -1 4202496 13290 0 0 0 26 1 0 0 22 0 1 0 666188487 81784832 13226 33554432000 4194304 6014671 140733726429376 18446744073709551615 4284583 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1335/statm: 19967 13226 395 445 0 13512 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 79868

[startup+0.700704 s]
/proc/loadavg: 1.93 1.99 1.98 3/361 1335
/proc/meminfo: memFree=10637100/32951124 swapFree=54427468/67111528
[pid=1335] ppid=1333 vsize=92172 CPUtime=0.68 cores=1,3,5,7
/proc/1335/stat : 1335 (qutersat_releas) R 1333 1335 937 0 -1 4202496 17049 0 0 0 66 2 0 0 18 0 1 0 666188487 94384128 16985 33554432000 4194304 6014671 140733726429376 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1335/statm: 23043 16985 668 445 0 16588 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 92172

[startup+1.50057 s]
/proc/loadavg: 1.93 1.99 1.98 3/362 1336
/proc/meminfo: memFree=10561204/32951124 swapFree=54427468/67111528
[pid=1335] ppid=1333 vsize=102300 CPUtime=1.47 cores=1,3,5,7
/proc/1335/stat : 1335 (qutersat_releas) R 1333 1335 937 0 -1 4202496 19620 0 0 0 145 2 0 0 19 0 1 0 666188487 104755200 19556 33554432000 4194304 6014671 140733726429376 18446744073709551615 4244338 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1335/statm: 25575 19556 681 445 0 19120 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 102300

[startup+3.10027 s]
/proc/loadavg: 1.93 1.99 1.98 3/362 1336
/proc/meminfo: memFree=10557612/32951124 swapFree=54427468/67111528
[pid=1335] ppid=1333 vsize=110504 CPUtime=3.08 cores=1,3,5,7
/proc/1335/stat : 1335 (qutersat_releas) R 1333 1335 937 0 -1 4202496 20369 0 0 0 305 3 0 0 23 0 1 0 666188487 113156096 20305 33554432000 4194304 6014671 140733726429376 18446744073709551615 4751201 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1335/statm: 27626 20305 711 445 0 21171 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 110504

[startup+6.3007 s]
/proc/loadavg: 1.94 1.99 1.98 3/362 1336
/proc/meminfo: memFree=10552448/32951124 swapFree=54427468/67111528
[pid=1335] ppid=1333 vsize=124276 CPUtime=6.28 cores=1,3,5,7
/proc/1335/stat : 1335 (qutersat_releas) R 1333 1335 937 0 -1 4202496 22045 0 0 0 625 3 0 0 25 0 1 0 666188487 127258624 21981 33554432000 4194304 6014671 140733726429376 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1335/statm: 31069 21981 728 445 0 24614 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 124276

[startup+12.7005 s]
/proc/loadavg: 1.94 1.99 1.98 3/362 1336
/proc/meminfo: memFree=10532420/32951124 swapFree=54427468/67111528
[pid=1335] ppid=1333 vsize=159040 CPUtime=12.67 cores=1,3,5,7
/proc/1335/stat : 1335 (qutersat_releas) R 1333 1335 937 0 -1 4202496 27080 0 0 0 1264 3 0 0 25 0 1 0 666188487 162856960 27003 33554432000 4194304 6014671 140733726429376 18446744073709551615 4422749 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1335/statm: 39760 27003 730 445 0 33305 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 159040

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

[startup+15.901 s]
/proc/loadavg: 1.95 1.99 1.98 3/362 1336
/proc/meminfo: memFree=10528088/32951124 swapFree=54427468/67111528
[pid=1335] ppid=1333 vsize=159040 CPUtime=15.88 cores=1,3,5,7
/proc/1335/stat : 1335 (qutersat_releas) R 1333 1335 937 0 -1 4202496 27708 0 0 0 1584 4 0 0 25 0 1 0 666188487 162856960 27631 33554432000 4194304 6014671 140733726429376 18446744073709551615 4424288 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1335/statm: 39760 27631 730 445 0 33305 0
Current children cumulated CPU time (s) 15.88
Current children cumulated vsize (KiB) 159040

[startup+17.5007 s]
/proc/loadavg: 1.95 1.99 1.98 3/362 1336
/proc/meminfo: memFree=10527964/32951124 swapFree=54427468/67111528
[pid=1335] ppid=1333 vsize=159040 CPUtime=17.48 cores=1,3,5,7
/proc/1335/stat : 1335 (qutersat_releas) R 1333 1335 937 0 -1 4202496 27819 0 0 0 1744 4 0 0 25 0 1 0 666188487 162856960 27742 33554432000 4194304 6014671 140733726429376 18446744073709551615 4533996 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1335/statm: 39760 27742 730 445 0 33305 0
Current children cumulated CPU time (s) 17.48
Current children cumulated vsize (KiB) 159040

[startup+19.1004 s]
/proc/loadavg: 1.95 1.99 1.98 3/362 1336
/proc/meminfo: memFree=10527592/32951124 swapFree=54427468/67111528
[pid=1335] ppid=1333 vsize=159040 CPUtime=19.08 cores=1,3,5,7
/proc/1335/stat : 1335 (qutersat_releas) R 1333 1335 937 0 -1 4202496 27979 0 0 0 1904 4 0 0 25 0 1 0 666188487 162856960 27902 33554432000 4194304 6014671 140733726429376 18446744073709551615 4376932 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1335/statm: 39760 27902 730 445 0 33305 0
Current children cumulated CPU time (s) 19.08
Current children cumulated vsize (KiB) 159040

[startup+19.5003 s]
/proc/loadavg: 1.95 1.99 1.98 3/362 1336
/proc/meminfo: memFree=10527592/32951124 swapFree=54427468/67111528
[pid=1335] ppid=1333 vsize=159040 CPUtime=19.48 cores=1,3,5,7
/proc/1335/stat : 1335 (qutersat_releas) R 1333 1335 937 0 -1 4202496 28032 0 0 0 1944 4 0 0 25 0 1 0 666188487 162856960 27955 33554432000 4194304 6014671 140733726429376 18446744073709551615 4424065 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1335/statm: 39760 27955 730 445 0 33305 0
Current children cumulated CPU time (s) 19.48
Current children cumulated vsize (KiB) 159040

[startup+19.9002 s]
/proc/loadavg: 1.95 1.99 1.98 3/362 1336
/proc/meminfo: memFree=10525244/32951124 swapFree=54427468/67111528
[pid=1335] ppid=1333 vsize=170308 CPUtime=19.88 cores=1,3,5,7
/proc/1335/stat : 1335 (qutersat_releas) R 1333 1335 937 0 -1 4202496 28495 0 0 0 1984 4 0 0 25 0 1 0 666188487 174395392 28418 33554432000 4194304 6014671 140733726429376 18446744073709551615 4423613 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1335/statm: 42577 28418 730 445 0 36122 0
Current children cumulated CPU time (s) 19.88
Current children cumulated vsize (KiB) 170308

Child status: 0
Real time (s): 19.9508
CPU time (s): 19.938
CPU user time (s): 19.891
CPU system time (s): 0.046992
CPU usage (%): 99.9358
Max. virtual memory (cumulated for all children) (KiB): 170308

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

runsolver used 0.077988 second user time and 0.170974 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-16 13:38:25
IDJOB=3384411
IDBENCH=82492
IDSOLVER=1868
FILE ID=node138/3384411-1305545905
RUNJOBID= node138-1305540197-957
PBS_JOBID= 13329215
Free space on /tmp= 73432 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtviseisenberg2-tseitin.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384411-1305545905/watcher-3384411-1305545905 -o /tmp/evaluation-result-3384411-1305545905/solver-3384411-1305545905 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384411-1305545905.cnf 2037655811

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

MD5SUM BENCH= 7eb9713591c46f87c512df513290fd7f
RANDOM SEED=2037655811

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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:      10637248 kB
Buffers:        306388 kB
Cached:        4396200 kB
SwapCached:      18496 kB
Active:       18707716 kB
Inactive:      3321332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10637248 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:            7580 kB
Writeback:           0 kB
AnonPages:    17319296 kB
Mapped:          20520 kB
Slab:           133804 kB
PageTables:      86000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88020216 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= 73428 MiB
End job on node138 at 2011-05-16 13:38:45