Trace number 3384379

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 31.0213 31.0209

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_008_063_080-tseitin.cnf
MD5SUMceca868d07951273fdc2de08c57f2b6a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.59315
Satisfiable
(Un)Satisfiability was proved
Number of variables259762
Number of clauses656573
Sum of the clauses size1532001
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2437714
Number of clauses of size 3218857
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.39/0.42	c Parse Cnf success: #var: 259762 #clause: 656573
0.39/0.42	c Find Units :          2
0.39/0.45	c Find Invs  :          0
0.49/0.55	c Find Ands  :     218857 AvgFaninNum: 2
0.49/0.57	c Find Xors  :          0 AvgFaninNum: nan
0.58/0.61	c Find Ite   :          0
0.68/0.76	c UnDirect variable: 0
0.68/0.76	c UnDirect to Direct Gate: 0
0.68/0.76	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.68/0.78	c Break Cycle : 0
0.68/0.78	c Total Root : 1 Undef Var: 40905
0.88/0.91	c After covering, Total Root: 1 Leaf: 40905
0.88/0.91	c Variable( cover/uncovered/unused ): 259762 0 0
0.88/0.91	c Unit Clauses: 2
0.88/0.91	c Binary Clauses( cover/uncovered ): 437714 0
0.88/0.91	c Clauses( cover/uncovered ): 218857 0
0.88/0.91	c Total Clauses( cover/uncovered ): 656573 0 100%
0.88/0.91	c Covered Ands: 218857 Invs: 0 Xors: 0 Ites: 0
0.88/0.92	c Uncover Clauses avg size: nan max size: 0
0.88/0.92	c Final circuit: i/l/o/s   40904       0       1    218857
0.88/0.92	c CnfToAig: Time: 0.91 s
1.11/1.16	c TmMap: Set choices finish.
1.19/1.20	c TmMap: Set big and: 1136
1.19/1.20	c TmMap: Origin: 259762 ClauseNum: 656571 --> New: 86453 ClauseNum: 266668
1.19/1.20	c TmMap: Time: 0.07
2.29/2.36	c Simulation --> TransNum: 164991/266668 Try to Add: #clause: 125291 #xorclause: 0
2.39/2.44	c #var: 83015 #clauses: 83201 Solving... 
10.49/10.51	c Abstract SAT
10.59/10.66	c Simulation --> TransNum: 226207/266668 Try to Add: #clause: 19698 #xorclause: 0
10.59/10.67	c #var: 85747 #clauses: 47944 Solving... 
15.89/15.92	c Abstract SAT
15.99/16.08	c Simulation --> TransNum: 243399/266668 Try to Add: #clause: 7447 #xorclause: 0
15.99/16.09	c #var: 86324 #clauses: 9957 Solving... 
16.59/16.63	c Abstract SAT
16.59/16.63	c Simulation --> TransNum: 266668/266668 Try to Add: #clause: 21748 #xorclause: 0
16.59/16.65	c #var: 86451 #clauses: 16786 Solving... 
30.89/30.97	s UNSATISFIABLE
30.89/30.98	c CPU time: 30.97 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-3384379-1305545497/watcher-3384379-1305545497 -o /tmp/evaluation-result-3384379-1305545497/solver-3384379-1305545497 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384379-1305545497.cnf 922575853 

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: 2.00 2.01 2.00 2/423 8102
/proc/meminfo: memFree=9613864/32950928 swapFree=45358800/67111528
[pid=8102] ppid=8100 vsize=38456 CPUtime=0 cores=1,3,5,7
/proc/8102/stat : 8102 (qutersat_releas) R 8100 8102 7770 0 -1 4202496 3363 0 0 0 0 0 0 0 21 0 1 0 666146466 39378944 3299 33554432000 4194304 6014671 140734515800112 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8102/statm: 9614 3299 378 445 0 3159 0

[startup+0.0480151 s]
/proc/loadavg: 2.00 2.01 2.00 2/423 8102
/proc/meminfo: memFree=9613864/32950928 swapFree=45358800/67111528
[pid=8102] ppid=8100 vsize=47672 CPUtime=0.03 cores=1,3,5,7
/proc/8102/stat : 8102 (qutersat_releas) R 8100 8102 7770 0 -1 4202496 5715 0 0 0 3 0 0 0 21 0 1 0 666146466 48816128 5651 33554432000 4194304 6014671 140734515800112 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8102/statm: 11918 5651 378 445 0 5463 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 47672

[startup+0.101004 s]
/proc/loadavg: 2.00 2.01 2.00 2/423 8102
/proc/meminfo: memFree=9613864/32950928 swapFree=45358800/67111528
[pid=8102] ppid=8100 vsize=57912 CPUtime=0.09 cores=1,3,5,7
/proc/8102/stat : 8102 (qutersat_releas) R 8100 8102 7770 0 -1 4202496 8231 0 0 0 8 1 0 0 21 0 1 0 666146466 59301888 8167 33554432000 4194304 6014671 140734515800112 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8102/statm: 14478 8167 378 445 0 8023 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 57912

[startup+0.300967 s]
/proc/loadavg: 2.00 2.01 2.00 2/423 8102
/proc/meminfo: memFree=9613864/32950928 swapFree=45358800/67111528
[pid=8102] ppid=8100 vsize=89912 CPUtime=0.29 cores=1,3,5,7
/proc/8102/stat : 8102 (qutersat_releas) R 8100 8102 7770 0 -1 4202496 16293 0 0 0 27 2 0 0 22 0 1 0 666146466 92069888 16229 33554432000 4194304 6014671 140734515800112 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8102/statm: 22478 16230 378 445 0 16023 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 89912

[startup+0.700888 s]
/proc/loadavg: 2.00 2.01 2.00 2/423 8102
/proc/meminfo: memFree=9613864/32950928 swapFree=45358800/67111528
[pid=8102] ppid=8100 vsize=124472 CPUtime=0.68 cores=1,3,5,7
/proc/8102/stat : 8102 (qutersat_releas) R 8100 8102 7770 0 -1 4202496 23993 0 0 0 66 2 0 0 24 0 1 0 666146466 127459328 23929 33554432000 4194304 6014671 140734515800112 18446744073709551615 4263930 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8102/statm: 31118 23929 395 445 0 24663 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 124472

[startup+1.50072 s]
/proc/loadavg: 2.00 2.01 2.00 3/424 8103
/proc/meminfo: memFree=9514532/32950928 swapFree=45358800/67111528
[pid=8102] ppid=8100 vsize=134660 CPUtime=1.49 cores=1,3,5,7
/proc/8102/stat : 8102 (qutersat_releas) R 8100 8102 7770 0 -1 4202496 27487 0 0 0 146 3 0 0 25 0 1 0 666146466 137891840 27423 33554432000 4194304 6014671 140734515800112 18446744073709551615 4244690 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8102/statm: 33665 27423 681 445 0 27210 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 134660

[startup+3.10041 s]
/proc/loadavg: 2.00 2.01 2.00 3/424 8103
/proc/meminfo: memFree=9500832/32950928 swapFree=45358800/67111528
[pid=8102] ppid=8100 vsize=142852 CPUtime=3.09 cores=1,3,5,7
/proc/8102/stat : 8102 (qutersat_releas) R 8100 8102 7770 0 -1 4202496 28807 0 0 0 306 3 0 0 25 0 1 0 666146466 146280448 28743 33554432000 4194304 6014671 140734515800112 18446744073709551615 4422663 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8102/statm: 35713 28743 700 445 0 29258 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 142852

[startup+6.30077 s]
/proc/loadavg: 2.00 2.01 2.00 3/424 8103
/proc/meminfo: memFree=9313220/32950928 swapFree=45358800/67111528
[pid=8102] ppid=8100 vsize=476804 CPUtime=6.29 cores=1,3,5,7
/proc/8102/stat : 8102 (qutersat_releas) R 8100 8102 7770 0 -1 4202496 91986 0 0 0 619 10 0 0 25 0 1 0 666146466 488247296 91922 33554432000 4194304 6014671 140734515800112 18446744073709551615 4666513 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8102/statm: 119201 91925 700 445 0 112746 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 476804

[startup+12.7005 s]
/proc/loadavg: 2.00 2.01 2.00 3/424 8103
/proc/meminfo: memFree=8979928/32950928 swapFree=45358800/67111528
[pid=8102] ppid=8100 vsize=811928 CPUtime=12.69 cores=1,3,5,7
/proc/8102/stat : 8102 (qutersat_releas) R 8100 8102 7770 0 -1 4202496 158820 0 0 0 1252 17 0 0 25 0 1 0 666146466 831414272 158671 33554432000 4194304 6014671 140734515800112 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8102/statm: 202982 158671 726 445 0 196527 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 811928

[startup+25.5009 s]
/proc/loadavg: 2.00 2.01 2.00 3/424 8104
/proc/meminfo: memFree=8709224/32950928 swapFree=45358800/67111528
[pid=8102] ppid=8100 vsize=1106352 CPUtime=25.49 cores=1,3,5,7
/proc/8102/stat : 8102 (qutersat_releas) R 8100 8102 7770 0 -1 4202496 212664 0 0 0 2525 24 0 0 25 0 1 0 666146466 1132904448 212470 33554432000 4194304 6014671 140734515800112 18446744073709551615 4422895 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8102/statm: 276588 212470 731 445 0 270133 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1106352

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

[startup+28.7003 s]
/proc/loadavg: 2.00 2.01 2.00 3/424 8104
/proc/meminfo: memFree=8704760/32950928 swapFree=45358800/67111528
[pid=8102] ppid=8100 vsize=1106352 CPUtime=28.69 cores=1,3,5,7
/proc/8102/stat : 8102 (qutersat_releas) R 8100 8102 7770 0 -1 4202496 212705 0 0 0 2845 24 0 0 25 0 1 0 666146466 1132904448 212511 33554432000 4194304 6014671 140734515800112 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8102/statm: 276588 212511 731 445 0 270133 0
Current children cumulated CPU time (s) 28.69
Current children cumulated vsize (KiB) 1106352

[startup+30.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/424 8104
/proc/meminfo: memFree=8703768/32950928 swapFree=45358800/67111528
[pid=8102] ppid=8100 vsize=1106352 CPUtime=30.29 cores=1,3,5,7
/proc/8102/stat : 8102 (qutersat_releas) R 8100 8102 7770 0 -1 4202496 212817 0 0 0 3005 24 0 0 25 0 1 0 666146466 1132904448 212623 33554432000 4194304 6014671 140734515800112 18446744073709551615 4425364 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8102/statm: 276588 212623 731 445 0 270133 0
Current children cumulated CPU time (s) 30.29
Current children cumulated vsize (KiB) 1106352

[startup+30.7009 s]
/proc/loadavg: 2.00 2.01 2.00 3/424 8104
/proc/meminfo: memFree=8703740/32950928 swapFree=45358800/67111528
[pid=8102] ppid=8100 vsize=1106352 CPUtime=30.69 cores=1,3,5,7
/proc/8102/stat : 8102 (qutersat_releas) R 8100 8102 7770 0 -1 4202496 212817 0 0 0 3045 24 0 0 25 0 1 0 666146466 1132904448 212623 33554432000 4194304 6014671 140734515800112 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8102/statm: 276588 212623 731 445 0 270133 0
Current children cumulated CPU time (s) 30.69
Current children cumulated vsize (KiB) 1106352

[startup+30.9009 s]
/proc/loadavg: 2.00 2.01 2.00 3/424 8104
/proc/meminfo: memFree=8703740/32950928 swapFree=45358800/67111528
[pid=8102] ppid=8100 vsize=1106352 CPUtime=30.89 cores=1,3,5,7
/proc/8102/stat : 8102 (qutersat_releas) R 8100 8102 7770 0 -1 4202496 212817 0 0 0 3065 24 0 0 25 0 1 0 666146466 1132904448 212623 33554432000 4194304 6014671 140734515800112 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8102/statm: 276588 212623 731 445 0 270133 0
Current children cumulated CPU time (s) 30.89
Current children cumulated vsize (KiB) 1106352

[startup+31.0008 s]
/proc/loadavg: 2.00 2.01 2.00 3/424 8104
/proc/meminfo: memFree=8703740/32950928 swapFree=45358800/67111528
[pid=8102] ppid=8100 vsize=0 CPUtime=30.99 cores=1,3,5,7
/proc/8102/stat : 8102 (qutersat_releas) R 8100 8102 7770 0 -1 4202500 212821 0 0 0 3073 26 0 0 25 0 1 0 666146466 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 1 0 0 0
/proc/8102/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 30.99
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 31.0209
CPU time (s): 31.0213
CPU user time (s): 30.7343
CPU system time (s): 0.286956
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1106352

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

runsolver used 0.116982 second user time and 0.321951 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-16 13:31:38
IDJOB=3384379
IDBENCH=82435
IDSOLVER=1868
FILE ID=node149/3384379-1305545497
RUNJOBID= node149-1305540196-7789
PBS_JOBID= 13329204
Free space on /tmp= 73380 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-lfsr_008_063_080-tseitin.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384379-1305545497/watcher-3384379-1305545497 -o /tmp/evaluation-result-3384379-1305545497/solver-3384379-1305545497 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384379-1305545497.cnf 922575853

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

MD5SUM BENCH= ceca868d07951273fdc2de08c57f2b6a
RANDOM SEED=922575853

node149.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.806
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.806
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.83
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.806
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.806
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.73
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.806
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.82
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.806
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.806
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.806
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:     32950928 kB
MemFree:       9613888 kB
Buffers:         55816 kB
Cached:         669896 kB
SwapCached:      36208 kB
Active:       13908248 kB
Inactive:      9146968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       9613888 kB
SwapTotal:    67111528 kB
SwapFree:     45358800 kB
Dirty:           13472 kB
Writeback:           0 kB
AnonPages:    22305608 kB
Mapped:          25488 kB
Slab:            96992 kB
PageTables:     116884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 140186816 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= 73380 MiB
End job on node149 at 2011-05-16 13:32:09