Trace number 3280469

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 113.538 113.534

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-21.cnf
MD5SUM627e3d704e5200c3037f9c9d83c939c1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.8305
Satisfiable
(Un)Satisfiability was proved
Number of variables3189
Number of clauses11039
Sum of the clauses size28509
Maximum clause length25
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25404
Number of clauses of size 35107
Number of clauses of size 4389
Number of clauses of size 586
Number of clauses of size over 552

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 3189 #clause: 11039
0.00/0.01	c Find Units :          1
0.00/0.01	c Find Invs  :         85
0.00/0.01	c Find Ands  :       2218 AvgFaninNum: 2.35978
0.00/0.01	c Find Xors  :        854 AvgFaninNum: 2
0.00/0.01	c Find Ite   :          0
0.00/0.01	c UnDirect variable: 629
0.00/0.01	c UnDirect to Direct Gate: 936
0.00/0.01	c Forced Direct Gate: 9 Unuse unDirect Gate: 12
0.00/0.01	c Break Cycle : 0
0.00/0.01	c Total Root : 4 Undef Var: 35
0.00/0.01	c After covering, Total Root: 4 Leaf: 35
0.00/0.01	c Variable( cover/uncovered/unused ): 3189 0 0
0.00/0.01	c Unit Clauses: 1
0.00/0.01	c Binary Clauses( cover/uncovered ): 5404 0
0.00/0.01	c Clauses( cover/uncovered ): 5622 12
0.00/0.01	c Total Clauses( cover/uncovered ): 11027 12 99.8913%
0.00/0.01	c Covered Ands: 2218 Invs: 85 Xors: 851 Ites: 0
0.00/0.01	c Uncover Clauses avg size: 3 max size: 3
0.00/0.01	c Final circuit: i/l/o/s      35       0      13      4944
0.00/0.01	c CnfToAig: Time: 0.01 s
0.03/0.05	c TmMap: Set choices finish.
0.03/0.05	c TmMap: Set big and: 621
0.03/0.05	c TmMap: Origin: 4980 ClauseNum: 14832 --> New: 1917 ClauseNum: 8015
0.03/0.05	c TmMap: Time: 0
0.03/0.08	c Simulation --> TransNum: 7526/8015 Try to Add: #clause: 3443 #xorclause: 815
0.03/0.09	c #var: 1904 #clauses: 2731 Solving... 
113.49/113.52	s UNSATISFIABLE
113.49/113.52	c CPU time: 113.52 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-3280469-1303746820/watcher-3280469-1303746820 -o /tmp/evaluation-result-3280469-1303746820/solver-3280469-1303746820 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3280469-1303746820.cnf 1656259562 

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: 0.00 0.00 0.00 4/184 27142
/proc/meminfo: memFree=13291564/32950928 swapFree=67111524/67111528
[pid=27142] ppid=27140 vsize=32364 CPUtime=0 cores=1,3
/proc/27142/stat : 27142 (qutersat_releas) R 27140 27142 27092 0 -1 4202496 1821 0 0 0 0 0 0 0 21 0 1 0 564912700 33140736 1755 33554432000 4194304 6016207 140736830442304 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27142/statm: 8091 1755 379 445 0 1635 0

[startup+0.041408 s]
/proc/loadavg: 0.00 0.00 0.00 4/184 27142
/proc/meminfo: memFree=13291564/32950928 swapFree=67111524/67111528
[pid=27142] ppid=27140 vsize=39532 CPUtime=0.03 cores=1,3
/proc/27142/stat : 27142 (qutersat_releas) R 27140 27142 27092 0 -1 4202496 3915 0 0 0 3 0 0 0 21 0 1 0 564912700 40480768 3849 33554432000 4194304 6016207 140736830442304 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27142/statm: 9883 3850 669 445 0 3427 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 39532

[startup+0.100392 s]
/proc/loadavg: 0.00 0.00 0.00 4/184 27142
/proc/meminfo: memFree=13291564/32950928 swapFree=67111524/67111528
[pid=27142] ppid=27140 vsize=49784 CPUtime=0.09 cores=1,3
/proc/27142/stat : 27142 (qutersat_releas) R 27140 27142 27092 0 -1 4202496 4447 0 0 0 9 0 0 0 21 0 1 0 564912700 50978816 4381 33554432000 4194304 6016207 140736830442304 18446744073709551615 4612020 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27142/statm: 12446 4381 709 445 0 5990 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 49784

[startup+0.300355 s]
/proc/loadavg: 0.00 0.00 0.00 4/184 27142
/proc/meminfo: memFree=13291564/32950928 swapFree=67111524/67111528
[pid=27142] ppid=27140 vsize=49784 CPUtime=0.29 cores=1,3
/proc/27142/stat : 27142 (qutersat_releas) R 27140 27142 27092 0 -1 4202496 4638 0 0 0 29 0 0 0 22 0 1 0 564912700 50978816 4572 33554432000 4194304 6016207 140736830442304 18446744073709551615 4379601 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27142/statm: 12446 4572 718 445 0 5990 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49784

[startup+0.700283 s]
/proc/loadavg: 0.00 0.00 0.00 4/184 27142
/proc/meminfo: memFree=13291564/32950928 swapFree=67111524/67111528
[pid=27142] ppid=27140 vsize=67068 CPUtime=0.69 cores=1,3
/proc/27142/stat : 27142 (qutersat_releas) R 27140 27142 27092 0 -1 4202496 5011 0 0 0 69 0 0 0 24 0 1 0 564912700 68677632 4945 33554432000 4194304 6016207 140736830442304 18446744073709551615 4381064 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27142/statm: 16767 4945 718 445 0 10311 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 67068

[startup+1.50113 s]
/proc/loadavg: 0.24 0.05 0.02 4/185 27143
/proc/meminfo: memFree=13020252/32950928 swapFree=67111524/67111528
[pid=27142] ppid=27140 vsize=67068 CPUtime=1.49 cores=1,3
/proc/27142/stat : 27142 (qutersat_releas) R 27140 27142 27092 0 -1 4202496 5335 0 0 0 149 0 0 0 25 0 1 0 564912700 68677632 5269 33554432000 4194304 6016207 140736830442304 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27142/statm: 16767 5269 718 445 0 10311 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67068

[startup+3.10082 s]
/proc/loadavg: 0.24 0.05 0.02 4/185 27143
/proc/meminfo: memFree=12941884/32950928 swapFree=67111524/67111528
[pid=27142] ppid=27140 vsize=76088 CPUtime=3.09 cores=1,3
/proc/27142/stat : 27142 (qutersat_releas) R 27140 27142 27092 0 -1 4202496 7501 0 0 0 309 0 0 0 25 0 1 0 564912700 77914112 7435 33554432000 4194304 6016207 140736830442304 18446744073709551615 4425546 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27142/statm: 19022 7435 733 445 0 12566 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76088

[startup+6.30021 s]
/proc/loadavg: 0.24 0.05 0.02 5/190 27153
/proc/meminfo: memFree=12608008/32950928 swapFree=67111524/67111528
[pid=27142] ppid=27140 vsize=85204 CPUtime=6.29 cores=1,3
/proc/27142/stat : 27142 (qutersat_releas) R 27140 27142 27092 0 -1 4202496 8840 0 0 0 628 1 0 0 25 0 1 0 564912700 87248896 8774 33554432000 4194304 6016207 140736830442304 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27142/statm: 21301 8774 733 445 0 14845 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85204

[startup+12.701 s]
/proc/loadavg: 0.82 0.18 0.06 6/190 27154
/proc/meminfo: memFree=12302512/32950928 swapFree=67111524/67111528
[pid=27142] ppid=27140 vsize=94472 CPUtime=12.69 cores=1,3
/proc/27142/stat : 27142 (qutersat_releas) R 27140 27142 27092 0 -1 4202496 11311 0 0 0 1268 1 0 0 25 0 1 0 564912700 96739328 11237 33554432000 4194304 6016207 140736830442304 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27142/statm: 23618 11237 733 445 0 17162 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 94472

[startup+25.5005 s]
/proc/loadavg: 1.31 0.30 0.10 5/190 27154
/proc/meminfo: memFree=11793244/32950928 swapFree=67111524/67111528
[pid=27142] ppid=27140 vsize=114100 CPUtime=25.49 cores=1,3
/proc/27142/stat : 27142 (qutersat_releas) R 27140 27142 27092 0 -1 4202496 15157 0 0 0 2547 2 0 0 25 0 1 0 564912700 116838400 15081 33554432000 4194304 6016207 140736830442304 18446744073709551615 4425574 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27142/statm: 28525 15081 733 445 0 22069 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 114100

[startup+51.1007 s]
/proc/loadavg: 2.22 0.60 0.20 5/190 27155
/proc/meminfo: memFree=11654296/32950928 swapFree=67111524/67111528
[pid=27142] ppid=27140 vsize=124016 CPUtime=51.09 cores=1,3
/proc/27142/stat : 27142 (qutersat_releas) R 27140 27142 27092 0 -1 4202496 16245 0 0 0 5107 2 0 0 25 0 1 0 564912700 126992384 16168 33554432000 4194304 6016207 140736830442304 18446744073709551615 4426003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27142/statm: 31004 16168 733 445 0 24548 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 124016

[startup+102.307 s]
/proc/loadavg: 3.33 1.18 0.42 5/190 27156
/proc/meminfo: memFree=11173532/32950928 swapFree=67111524/67111528
[pid=27142] ppid=27140 vsize=156156 CPUtime=102.3 cores=1,3
/proc/27142/stat : 27142 (qutersat_releas) R 27140 27142 27092 0 -1 4202496 22552 0 0 0 10227 3 0 0 25 0 1 0 564912700 159903744 22475 33554432000 4194304 6016207 140736830442304 18446744073709551615 4425645 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27142/statm: 39039 22475 733 445 0 32583 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 156156

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

[startup+108.701 s]
/proc/loadavg: 3.38 1.23 0.44 5/190 27156
/proc/meminfo: memFree=11155924/32950928 swapFree=67111524/67111528
[pid=27142] ppid=27140 vsize=156156 CPUtime=108.69 cores=1,3
/proc/27142/stat : 27142 (qutersat_releas) R 27140 27142 27092 0 -1 4202496 24203 0 0 0 10866 3 0 0 25 0 1 0 564912700 159903744 24125 33554432000 4194304 6016207 140736830442304 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27142/statm: 39039 24125 733 445 0 32583 0
Current children cumulated CPU time (s) 108.69
Current children cumulated vsize (KiB) 156156

[startup+111.901 s]
/proc/loadavg: 3.43 1.28 0.46 5/190 27156
/proc/meminfo: memFree=11153064/32950928 swapFree=67111524/67111528
[pid=27142] ppid=27140 vsize=156156 CPUtime=111.89 cores=1,3
/proc/27142/stat : 27142 (qutersat_releas) R 27140 27142 27092 0 -1 4202496 24203 0 0 0 11186 3 0 0 25 0 1 0 564912700 159903744 24125 33554432000 4194304 6016207 140736830442304 18446744073709551615 4426099 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27142/statm: 39039 24125 733 445 0 32583 0
Current children cumulated CPU time (s) 111.89
Current children cumulated vsize (KiB) 156156

[startup+112.701 s]
/proc/loadavg: 3.43 1.28 0.46 5/190 27156
/proc/meminfo: memFree=11151328/32950928 swapFree=67111524/67111528
[pid=27142] ppid=27140 vsize=156156 CPUtime=112.69 cores=1,3
/proc/27142/stat : 27142 (qutersat_releas) R 27140 27142 27092 0 -1 4202496 24203 0 0 0 11266 3 0 0 25 0 1 0 564912700 159903744 24125 33554432000 4194304 6016207 140736830442304 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27142/statm: 39039 24125 733 445 0 32583 0
Current children cumulated CPU time (s) 112.69
Current children cumulated vsize (KiB) 156156

[startup+113.101 s]
/proc/loadavg: 3.43 1.28 0.46 5/190 27156
/proc/meminfo: memFree=11151328/32950928 swapFree=67111524/67111528
[pid=27142] ppid=27140 vsize=156156 CPUtime=113.09 cores=1,3
/proc/27142/stat : 27142 (qutersat_releas) R 27140 27142 27092 0 -1 4202496 24203 0 0 0 11306 3 0 0 25 0 1 0 564912700 159903744 24125 33554432000 4194304 6016207 140736830442304 18446744073709551615 4425467 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27142/statm: 39039 24125 733 445 0 32583 0
Current children cumulated CPU time (s) 113.09
Current children cumulated vsize (KiB) 156156

[startup+113.501 s]
/proc/loadavg: 3.43 1.28 0.46 5/190 27156
/proc/meminfo: memFree=11149840/32950928 swapFree=67111524/67111528
[pid=27142] ppid=27140 vsize=156156 CPUtime=113.49 cores=1,3
/proc/27142/stat : 27142 (qutersat_releas) R 27140 27142 27092 0 -1 4202496 24203 0 0 0 11346 3 0 0 25 0 1 0 564912700 159903744 24125 33554432000 4194304 6016207 140736830442304 18446744073709551615 4425656 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27142/statm: 39039 24125 733 445 0 32583 0
Current children cumulated CPU time (s) 113.49
Current children cumulated vsize (KiB) 156156

Child status: 0
Real time (s): 113.534
CPU time (s): 113.538
CPU user time (s): 113.493
CPU system time (s): 0.044993
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 156156

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

runsolver used 0.178972 second user time and 0.445932 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-25 17:53:40
IDJOB=3280469
IDBENCH=20393
IDSOLVER=1607
FILE ID=node115/3280469-1303746820
RUNJOBID= node115-1303746813-27112
PBS_JOBID= 13154047
Free space on /tmp= 72640 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-21.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280469-1303746820/watcher-3280469-1303746820 -o /tmp/evaluation-result-3280469-1303746820/solver-3280469-1303746820 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3280469-1303746820.cnf 1656259562

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

MD5SUM BENCH= 627e3d704e5200c3037f9c9d83c939c1
RANDOM SEED=1656259562

node115.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.811
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.62
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.811
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.15
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.811
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.811
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.811
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.77
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.811
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.811
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.811
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:     32950928 kB
MemFree:      13291596 kB
Buffers:       2286500 kB
Cached:       16363652 kB
SwapCached:          4 kB
Active:        7682804 kB
Inactive:     11422264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13291596 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           37492 kB
Writeback:           0 kB
AnonPages:      454184 kB
Mapped:          17104 kB
Slab:           490504 kB
PageTables:       5952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   633180 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= 72612 MiB
End job on node115 at 2011-04-25 17:55:34